word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
38 lines (37 loc) • 1 kB
JSON
{
"term": "vapor",
"partOfSpeech": "noun",
"definitions": [
{
"senseNumber": null,
"definition": "a mass of very small drops of liquid in the air, for example steam",
"examples": [
{
"text": "water vapor"
},
{
"text": "The particles then form a vapor."
},
{
"text": "There was a hissing sound, and clouds of vapor were emitted."
}
],
"topics": ["Weather", "Physics and chemistry"]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈveɪpə(r)/",
"audio": "va/vapor/vapour__gb_2.mp3"
}
],
"us": [
{
"pronunciation": "/ˈveɪpər/",
"audio": "va/vapor/vapour__us_2.mp3"
}
]
},
"wordOrigin": null
}