word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
40 lines (39 loc) • 908 B
JSON
{
"term": "bye",
"partOfSpeech": "exclamation",
"ox3000": true,
"cefr": "a1",
"definitions": [
{
"senseNumber": null,
"definition": "goodbye",
"ox3000": true,
"examples": [
{
"text": "Bye! See you next week."
},
{
"text": "She waved bye-bye and got into the car."
},
{
"text": "Bye for now Dad!"
}
]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/baɪ/",
"audio": "by/bye/bye__gb_2.mp3"
}
],
"us": [
{
"pronunciation": "/baɪ/",
"audio": "by/bye/bye__us_1.mp3"
}
]
},
"wordOrigin": null
}