Skip to main content
Glama
BACH-AI-Tools

Thesaurus By Api Ninjas

openapi.json1.31 kB
{ "openapi": "3.0.0", "info": { "title": "Thesaurus By Api Ninjas", "version": "1.0.0", "description": "RapidAPI: apininjas/thesaurus-by-api-ninjas" }, "servers": [ { "url": "https://thesaurus-by-api-ninjas.p.rapidapi.com" } ], "paths": { "/v1/thesaurus": { "get": { "summary": "/v1/thesaurus", "description": "API Ninjas Thesaurus API endpoint. Returns a list of synonyms and a list of antonyms for a given word.", "operationId": "/v1/thesaurus", "parameters": [ { "name": "word", "in": "query", "required": true, "description": "word to look up.", "schema": { "type": "string", "default": null, "enum": null } } ], "responses": { "200": { "description": "Successful response", "content": { "application/json": { "schema": {} } } } } } } }, "components": { "securitySchemes": { "ApiAuth": { "type": "apiKey", "in": "header", "name": "X-RapidAPI-Key" } } }, "security": [ { "ApiAuth": [] } ] }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BACH-AI-Tools/thesaurus_by_api_ninjas'

If you have feedback or need assistance with the MCP directory API, please join our Discord server