word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
38 lines (37 loc) • 997 B
JSON
{
"term": "daddy",
"partOfSpeech": "noun",
"definitions": [
{
"senseNumber": null,
"definition": "used especially by and to young children, and often as a name, to mean ‘father’",
"examples": [
{
"text": "What does your daddy look like?"
},
{
"text": "Daddy, where are you?"
},
{
"text": "Come to Daddy."
}
],
"topics": ["Family and relationships"]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈdædi/",
"audio": "da/daddy/daddy__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/ˈdædi/",
"audio": "da/daddy/daddy__us_1.mp3"
}
]
},
"wordOrigin": "early 16th cent.: from dad + -y."
}