Word Definition
GET /search/wordParameters
Parameter
Required
Description
Example
curl "https://api.uwuapps.org/search/word?word=serendipity"Response
{
"success": true,
"word": "serendipity",
"phonetic": "/ˌsɛɹənˈdɪpɪti/",
"meanings": [
{
"partOfSpeech": "noun",
"definitions": [
{
"definition": "An unsought, unintended, and/or unexpected discovery...",
"example": "Many scientific discoveries are the result of serendipity."
}
]
}
]
}Notes
Last updated
Was this helpful?
