word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
39 lines (38 loc) • 965 B
JSON
{
"term": "everybody",
"partOfSpeech": "pronoun",
"ox3000": true,
"cefr": "a1",
"definitions": [
{
"senseNumber": null,
"definition": "every person; all people",
"examples": [
{
"text": "Everybody knows Tom."
},
{
"text": "Have you asked everybody?"
},
{
"text": "Didn't you like it? **Everybody else** did."
}
]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈevribɒdi/",
"audio": "ev/everybody/everybody__gb_3.mp3"
}
],
"us": [
{
"pronunciation": "/ˈevribɑːdi//ˈevribʌdi/",
"audio": "ev/everybody/everybody__us_1_rr.mp3"
}
]
},
"wordOrigin": null
}