word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
36 lines (35 loc) • 940 B
JSON
{
"term": "accidentally",
"partOfSpeech": "adverb",
"ox5000": true,
"cefr": "b2",
"definitions": [
{
"senseNumber": null,
"definition": "by chance; in a way that was not planned",
"examples": [
{
"text": "As I turned around, I accidentally hit him in the face."
},
{
"text": "The damage couldn't have been caused accidentally."
}
]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˌæksɪˈdentəli/",
"audio": "ac/accidentally/accidentally__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/ˌæksɪˈdentəli/",
"audio": "ac/accidentally/accidentally__us_1.mp3"
}
]
},
"wordOrigin": null
}