GET /dictionary/:word
Etsi mikä tahansa englanninkielinen sana saadaksesi sen määritelmät, sanaluokan, foneettisen transkription, ääntämyksen audio-URL-osoitteen, synonyymit, antonyymit ja käyttöesimerkit. Data Free Dictionary API:sta. Hyödyllinen kielenoppimissovelluksille, kirjoitusavustajille, päivän sana -ominaisuuksille, ristisanaratkaisijoille ja kaikille työkaluille, jotka tarvitsevat ohjelmallisen pääsyn englanninkielisten sanojen määritelmiin.Hae any English word to get its definitions, part of speech, phonetic transcription, audio pronunciation URL, synonyms, antonyms, and usage examples. Data the Free Dictionary API. Hyödyllinen language learning apps, writing assistants, word-of-the-day features, crossword solvers, and any tool that needs programmatic access to English word definitions.
word
pakollinen
Word to look up
| Nimi | Pakollinen | Oletus | Kuvaus |
|---|---|---|---|
word |
Kyllä | - | Word to look up |
curl https://nordapi.ee/api/v1/dictionary/serendipity
curl https://nordapi.ee/api/v1/dictionary/serendipity
curl https://nordapi.ee/api/v1/dictionary/ephemeral
curl https://nordapi.ee/api/v1/dictionary/algorithm
{
"count": 1,
"data": [
{
"meanings": [
{
"antonyms": [
"Murphy's law",
"perfect storm"
],
"definitions": [
{
"antonyms": [
"Murphy's law",
"perfect storm"
],
"definition": "A combination of events which have come together by chance to make a surprisingly good or wonderful outcome.",
"example": null,
"synonyms": []
},
{
"antonyms": [],
"definition": "An unsought, unintended, and/or unexpected, but fortunate, discovery and/or learning experience that happens by accident.",
"example": null,
"synonyms": [
"chance",
"luck"
]
}
],
"part_of_speech": "noun",
"synonyms": [
"chance",
"luck"
]
}
],
"origin": null,
"phonetic": "/ˌsɛ.ɹən.ˈdɪ.pɪ.ti/",
"phonetics": [
{
"audio": "https://api.dictionaryapi.dev/media/pronunciations/en/serendipity-au.mp3",
"text": "/ˌsɛ.ɹən.ˈdɪ.pɪ.ti/"
},
{
"audio": "https://api.dictionaryapi.dev/media/pronunciations/en/serendipity-us.mp3",
"text": "/ˌsɛ.ɹən.ˈdɪ.pɪ.ti/"
}
],
"word": "serendipity"
}
],
"success": true
}