word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
34 lines (33 loc) • 797 B
JSON
{
"term": "dude",
"partOfSpeech": "noun",
"definitions": [
{
"senseNumber": null,
"definition": "a man",
"examples": [
{
"text": "He's a real cool dude."
},
{
"text": "Hey, dude, what's up?"
}
]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/duːd/",
"audio": "du/dude/dude__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/duːd/",
"audio": "du/dude/dude__us_1.mp3"
}
]
},
"wordOrigin": "late 19th cent.: probably from German dialect Dude ‘fool’."
}