Oxforddictionaries
Connector for the oxforddictionaries API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://od-api-demo.oxforddictionaries.com:443/api/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_domains_source_domains_language_target_domai— GET /domains/{source_domains_language}/{target_domains_language} — Lists available domains in a bilingual datasetget_domains_source_language— GET /domains/{source_language} — Lists available domains in a monolingual datasetget_entries_source_language_word_id_sentences— GET /entries/{source_language}/{word_id}/sentences — Retrieve corpus sentences for a given wordget_entries_source_lang_word_id— GET /entries/{source_lang}/{word_id} — Retrieve dictionary information for a given wordget_entries_source_lang_word_id_antonyms— GET /entries/{source_lang}/{word_id}/antonyms — Retrieve words that mean the oppositeget_entries_source_lang_word_id_regions_region— GET /entries/{source_lang}/{word_id}/regions={region} — Specify GB or US dictionary for English entry search
Inputs
apiKey— your oxforddictionaries API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_domains_source_domains_language_target_domai
apiKey: <your key>