word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
34 lines (33 loc) • 854 B
JSON
{
"term": "grandfather",
"partOfSpeech": "noun",
"ox3000": true,
"cefr": "a1",
"definitions": [
{
"senseNumber": null,
"definition": "the father of your father or mother",
"examples": [
{
"text": "The firm had been founded by his grandfather."
}
],
"topics": ["Family and relationships"]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈɡrænfɑːðə(r)/",
"audio": "gr/grandfather/grandfather__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/ˈɡrænfɑːðər/",
"audio": "gr/grandfather/grandfather__us_1.mp3"
}
]
},
"wordOrigin": null
}