word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
42 lines (41 loc) • 1.19 kB
JSON
{
"term": "blunder",
"partOfSpeech": "noun",
"definitions": [
{
"senseNumber": null,
"definition": "a stupid or careless mistake",
"examples": [
{
"text": "to make a terrible blunder"
},
{
"text": "a series of political blunders"
},
{
"text": "one of the greatest policy blunders in history"
}
],
"collocations": {
"adjective": ["big", "colossal", "great"],
"… of blunders": ["series"],
"verb + blunder": ["commit", "make"]
}
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈblʌndə(r)/",
"audio": "bl/blunder/blunder__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/ˈblʌndər/",
"audio": "bl/blunder/blunder__us_1.mp3"
}
]
},
"wordOrigin": "Middle English: probably of Scandinavian origin and related to blind."
}