word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
34 lines (33 loc) • 831 B
JSON
{
"term": "full time",
"partOfSpeech": "noun",
"definitions": [
{
"senseNumber": null,
"definition": "the end of a sports game",
"examples": [
{
"text": "The referee blew his whistle for full time."
},
{
"text": "The full-time score was 1–1."
}
]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˌfʊl ˈtaɪm/",
"audio": "fu/full-time/full_time_1_gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/ˌfʊl ˈtaɪm/",
"audio": "fu/full-time/full_time_1_us_1.mp3"
}
]
},
"wordOrigin": null
}