{ "opencollection": "1.0.0", "info": { "name": "Words Categories Word API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-RapidAPI-Key", "value": "{{X-RapidAPI-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Word", "type": "folder" }, "items": [ { "info": { "name": "Get Word Entry", "type": "http" }, "http": { "method": "GET", "url": "https://wordsapiv1.p.rapidapi.com/words/:word", "params": [ { "name": "word", "value": "apple", "type": "path", "description": "The English word to look up." } ] }, "docs": "Retrieves the full lexical entry for a single English word — every documented sense (definition + part of speech), syllable breakdown, IPA pronunciation, and the embedded results array used by every other detail-type endpoint." } ] } ], "bundled": true }