word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
32 lines (31 loc) • 788 B
JSON
{
"term": "London",
"partOfSpeech": "",
"definitions": [
{
"senseNumber": 1,
"definition": "the capital city of England and the UK",
"examples": []
},
{
"senseNumber": 2,
"definition": "an industrial city in south-eastern Ontario, Canada, located to the north of Lake Erie",
"examples": []
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈlʌndən/",
"audio": "lo/London/london_1_gb_2.mp3"
}
],
"us": [
{
"pronunciation": "/ˈlʌndən/",
"audio": "lo/London/london_1_us_2.mp3"
}
]
},
"wordOrigin": null
}