word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
54 lines (53 loc) • 1.43 kB
JSON
{
"term": "windy",
"partOfSpeech": "adjective",
"definitions": [
{
"senseNumber": 1,
"definition": "with a lot of wind",
"cefr": "a2",
"examples": [
{
"text": "a windy day"
},
{
"text": "It’s too windy to go out in the boat."
},
{
"text": "It’s getting very windy."
}
],
"topics": ["Weather"]
},
{
"senseNumber": 2,
"definition": "getting a lot of wind",
"examples": [
{
"text": "windy hills"
}
]
},
{
"senseNumber": 3,
"definition": "involving speaking for longer than necessary and in a way that is complicated and not clear",
"labels": "(informal, disapproving)",
"examples": []
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈwɪndi/",
"audio": "wi/windy/windy__gb_2.mp3"
}
],
"us": [
{
"pronunciation": "/ˈwɪndi/",
"audio": "wi/windy/windy__us_1.mp3"
}
]
},
"wordOrigin": "Old English windig (see wind1, -y)."
}