word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
40 lines (39 loc) • 912 B
JSON
{
"term": "fifteen",
"partOfSpeech": "numbernoun",
"ox3000": true,
"cefr": "a1",
"definitions": [
{
"senseNumber": 1,
"definition": "15",
"cefr": "a1",
"ox3000": true,
"examples": []
},
{
"senseNumber": 2,
"definition": "a team of Rugby Union players",
"examples": [
{
"text": "He's in the first fifteen."
}
]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˌfɪfˈtiːn/",
"audio": "fi/fifteen/fifteen__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/ˌfɪfˈtiːn/",
"audio": "fi/fifteen/fifteen__us_3.mp3"
}
]
},
"wordOrigin": null
}