word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
45 lines (44 loc) • 1.3 kB
JSON
{
"term": "workout",
"partOfSpeech": "noun",
"ox5000": true,
"cefr": "c1",
"definitions": [
{
"senseNumber": null,
"definition": "a period of physical exercise that you do to keep fit",
"examples": [
{
"text": "She does a 20-minute workout every morning."
},
{
"text": "The team had a hard workout this morning."
},
{
"text": "When I do a good workout, I feel fine."
}
],
"topics": ["Health and Fitness"],
"collocations": {
"adjective": ["good", "gruelling/grueling", "hard"],
"verb + workout": ["do", "have", "complete"],
"workout + noun": ["plan", "programme/program", "regimen"]
}
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈwɜːkaʊt/",
"audio": "wo/workout/workout__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/ˈwɜːrkaʊt/",
"audio": "wo/workout/workout__us_1.mp3"
}
]
},
"wordOrigin": null
}