word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
29 lines (28 loc) • 895 B
JSON
{
"term": "reptile",
"partOfSpeech": "noun",
"image": "data/images/re/reptiles.png",
"definitions": [
{
"senseNumber": null,
"definition": "any animal that has cold blood and skin covered in scales, and that lays eggs. Snakes, crocodiles and tortoises are all reptiles.",
"examples": [],
"topics": ["Animals"]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈreptaɪl/",
"audio": "re/reptile/reptile__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/ˈreptaɪl//ˈreptl/",
"audio": "re/reptile/reptile__us_1_rr.mp3"
}
]
},
"wordOrigin": "late Middle English: from late Latin, neuter of reptilis, from Latin rept- ‘crawled’, from the verb repere."
}