word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
33 lines (32 loc) • 852 B
JSON
{
"term": "millimetre",
"partOfSpeech": "noun",
"definitions": [
{
"senseNumber": null,
"definition": "a unit for measuring length; a 1 000th of a metre",
"labels": "(informal)",
"examples": [
{
"text": "The bullet missed his head by a millimetre."
}
],
"topics": ["Maths and measurement"]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈmɪlimiːtə(r)/",
"audio": "mi/millimetre/millimetre__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/ˈmɪlimiːtər/",
"audio": "mi/millimetre/millimetre__us_1.mp3"
}
]
},
"wordOrigin": null
}