Oxford

Category Dictionaries
Authentication apiKey
HTTPS Yes
CORS no
Difficulty intermediate
Official URL https://developer.oxforddictionaries.com/
Added Date 2026-04-01
Last Verified 2026-04-01

About this API

Oxford is a dictionaries API described as: Dictionary Data. It is useful when you need programmatic access to dictionary data from applications, dashboards, or internal tools. The published entry point or documentation is hosted at developer.oxforddictionaries.com, which makes it a practical starting point for evaluating available endpoints and response formats. The listing indicates API-key-based access, which is typical for server-side integrations, scheduled jobs, and controlled client applications.

Use Cases

  • Add dictionary data to a dictionaries discovery or reference application.
  • Build an internal script or scheduled job that pulls data from Oxford for reporting or content updates.
  • Prototype a small web or mobile experience that surfaces dictionary data to end users.

Code Examples

const url = "https://developer.oxforddictionaries.com/";
// Replace headers or query params with the values required by this API.
const response = await fetch(url, {
  headers: {
  "X-API-Key": "YOUR_API_KEY"
  }
});
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data);

Similar APIs

Collins

Bilingual Dictionary and Thesaurus Data

apiKey HTTPS CORS: unknown

Lingua Robot

Word definitions, pronunciations, synonyms, antonyms and others

apiKey HTTPS CORS: yes

OwlBot

Definitions with example sentence and photo if available

apiKey HTTPS CORS: yes

Synonyms

Synonyms, thesaurus and antonyms information for any given word

apiKey HTTPS CORS: unknown

Other APIs in Dictionaries

Chinese Text Project

Online open-access digital library for pre-modern Chinese texts

No Auth HTTPS CORS: unknown

Collins

Bilingual Dictionary and Thesaurus Data

apiKey HTTPS CORS: unknown

Free Dictionary

Definitions, phonetics, pronounciations, parts of speech, examples, synonyms

No Auth HTTPS CORS: unknown

Lingua Robot

Word definitions, pronunciations, synonyms, antonyms and others

apiKey HTTPS CORS: yes

OwlBot

Definitions with example sentence and photo if available

apiKey HTTPS CORS: yes

Synonyms

Synonyms, thesaurus and antonyms information for any given word

apiKey HTTPS CORS: unknown

Wiktionary

Collaborative dictionary data

No Auth HTTPS CORS: yes