word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
38 lines (37 loc) • 861 B
JSON
{
"term": "mom",
"partOfSpeech": "noun",
"definitions": [
{
"senseNumber": null,
"definition": "a mother",
"examples": [
{
"text": "Where's my mom?"
},
{
"text": "Mom and Dad"
},
{
"text": "Are you listening, Mom?"
}
],
"topics": ["Family and relationships"]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/mɒm/",
"audio": "mo/mom/mom__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/mɑːm/",
"audio": "mo/mom/mom__us_1.mp3"
}
]
},
"wordOrigin": null
}