{"uid":"cap_Ng5nW-6AaYZreWpq6gJX-","slug":"openverbs-dictionary-synonyms-api-48ab4f53","name":"OpenVerbs Dictionary Synonyms API","description":"Return the synonyms of an English word, aggregated across all its senses. Optionally filter by part of speech. An unknown word returns found:false with a 200.","url":"https://dictionary.openverbs.com/v1/synonyms","method":"POST","headers":{},"bodySchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"word":{"type":"string","minLength":1,"description":"The word to look up."},"pos":{"type":"string","enum":["noun","verb","adjective","adverb"],"description":"Optional part-of-speech filter."}},"required":["word"],"additionalProperties":false}},"required":["type","method","bodyType","body"],"additionalProperties":false}},"required":["input"]},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.002","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.002/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_y0QSIX5jOlcIWhJKctroV","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.002","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Returns synonyms of an English word aggregated across all its senses, with optional part-of-speech filtering","exampleAgentPrompt":"What are the synonyms for the word 'eloquent' as an adjective? I want all the alternatives I can use in my writing.","exampleUseCases":[{"title":"Enriching creative writing vocabulary","prompt":"I'm writing a story and keep repeating the word 'angry' — can you find me synonyms for it so I can vary my word choices?"},{"title":"Filtering synonyms by part of speech","prompt":"Find me synonyms for 'run' but only when it's used as a verb, not a noun — I'm building a thesaurus feature."},{"title":"NLP pipeline word expansion","prompt":"Look up all the synonyms for the word 'important' across every sense it has — I need them to expand my search query."}],"resultDescription":"A JSON object indicating whether the word was found (found: true/false), and if found, a list of synonyms aggregated across all senses of the word. Results may be scoped to a specific part of speech (noun, verb, adjective, adverb) if the optional pos filter is provided. An unknown word returns found:false with HTTP 200.","failureModes":["Unknown word returns found:false with HTTP 200 rather than an error","Words with no synonyms in the dictionary return an empty synonyms array","Misspelled words may return found:false","Part-of-speech filter may reduce synonym count significantly or return empty results if the word is not used in that POS","Payment failure (x402) if insufficient USDC balance"],"whenToPreferThis":"Choose this endpoint when you need English synonym lookup with sense aggregation and optional POS filtering, especially in an agentic pipeline where you pay per call with USDC via x402. Prefer it over free thesaurus APIs when you need reliable JSON output, POS filtering, and per-call micropayment billing. Its sibling antonym and definition endpoints on the same host allow building a full lexical enrichment pipeline.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T18:30:11.712Z","isFirstParty":false}