word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
38 lines (37 loc) • 1 kB
JSON
{
"term": "majestic",
"partOfSpeech": "adjective",
"definitions": [
{
"senseNumber": null,
"definition": "impressive because of size or beauty",
"examples": [
{
"text": "a majestic castle/river/view"
},
{
"text": "The Rockies are majestic in size."
},
{
"text": "The college is close to Edinburgh’s majestic castle."
}
],
"synonyms": "awe-inspiring, splendid"
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/məˈdʒestɪk/",
"audio": "ma/majestic/majestic__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/məˈdʒestɪk/",
"audio": "ma/majestic/majestic__us_1.mp3"
}
]
},
"wordOrigin": null
}