Discover/cambridge.org API
live

cambridge.org APIcambridge.org

Access Cambridge Dictionary definitions, phonetics, example sentences, themed word lists, and Cambridge Core journal article citations with DOIs via 4 endpoints.

Endpoints
4
Updated
14d ago
Try it
Search keyword.
The dictionary dataset to search in. Verified values: 'english', 'english-spanish', 'frenc
api.parse.bot/scraper/b8e63f43-fbe4-4ae1-9a51-2879407fca77/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/b8e63f43-fbe4-4ae1-9a51-2879407fca77/search_vocabulary?query=apple&dataset=english' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Search for vocabulary suggestions using the Cambridge Dictionary autocomplete API. Returns matching words and their search URLs.

Input
ParamTypeDescription
queryrequiredstringSearch keyword.
datasetstringThe dictionary dataset to search in. Verified values: 'english', 'english-spanish', 'french-english'.
Response
{
  "type": "object",
  "fields": {
    "data": "array of suggestion objects, each with 'word' (string), 'url' (string), and 'beta' (boolean)"
  },
  "sample": {
    "data": [
      {
        "url": "/search/direct/?datasetsearch=english&q=apple",
        "beta": false,
        "word": "apple"
      },
      {
        "url": "/search/direct/?datasetsearch=english&q=apple+butter",
        "beta": false,
        "word": "apple butter"
      }
    ],
    "status": "success"
  }
}

About the cambridge.org API

This API provides 4 endpoints covering two Cambridge properties: vocabulary data from Cambridge Dictionary and academic article metadata from Cambridge Core. The get_vocabulary_entry endpoint returns per-word entries with IPA phonetics, part-of-speech tags, definitions, and example sentences. The get_journal_issue_articles endpoint retrieves all articles in a journal issue including authors, citations, and DOIs.

Dictionary Endpoints

The search_vocabulary endpoint accepts a query string and an optional dataset parameter — verified values include english, english-spanish, and french-english — and returns an array of suggestion objects. Each object contains the matched word, its dictionary url, and a beta boolean flag. This is useful for autocomplete flows or confirming a word exists in a specific Cambridge dataset before fetching a full entry.

The get_vocabulary_entry endpoint takes a word and optional dataset and returns the full structured entry: a url, the queried word, and an entries array. Each entry object includes word, part_of_speech, a phonetics array with per-region IPA transcriptions, and a senses array covering definitions and example sentences. The get_vocabulary_theme endpoint accepts a theme_path (e.g. food/types-of-fruit) or a full Cambridge Dictionary topic URL and returns the theme name, a words array with each word and its dictionary URL, and a words_count integer.

Cambridge Core Journal Endpoint

The get_journal_issue_articles endpoint accepts an issue_path — either a path like /core/journals/language-teaching/latest-issue or a full URL — and returns an articles array with per-article fields: product_id, title, link, authors, citation, and doi. The endpoint also returns issue_url and articles_count. Citation and DOI retrieval is best-effort; some articles may return empty values for those fields depending on how the issue is structured in Cambridge Core.

Common use cases
  • Build autocomplete for a language-learning app using search_vocabulary with the english-spanish dataset
  • Generate IPA pronunciation guides by extracting phonetics arrays from get_vocabulary_entry
  • Populate topic-based vocabulary quizzes by fetching word lists with get_vocabulary_theme for paths like animals/insects
  • Index Cambridge Core journal articles by DOI for a citation management tool using get_journal_issue_articles
  • Extract author lists and article titles from a journal's latest issue for academic research tracking
  • Compare definitions across bilingual datasets by calling get_vocabulary_entry with different dataset values for the same word
  • Seed a flashcard deck with themed vocabulary by iterating words returned from get_vocabulary_theme
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Cambridge have an official developer API?+
Cambridge Dictionary does not publish a public developer API for dictionary data. Cambridge Core offers some metadata access through COUNTER and institutional integrations, but there is no open REST API for article-level data of the kind this API exposes.
What does `get_vocabulary_entry` return and how does phonetics data differ by region?+
The endpoint returns an entries array where each entry contains a phonetics array. Each phonetics object includes a region field (e.g. 'uk', 'us') and an ipa field with the transcription for that region. A single word lookup can return multiple phonetics objects covering different regional pronunciations within the same entry.
Are word audio pronunciations or inflection tables available?+
The current endpoints return IPA text via the phonetics field but do not expose audio file URLs or morphological inflection tables. The API covers definitions, phonetics text, part of speech, and example sentences. You can fork it on Parse and revise to add an endpoint that captures audio URLs or inflected forms.
Are all DOIs and citations guaranteed to be populated in `get_journal_issue_articles`?+
No. The endpoint description explicitly notes that citation and DOI fetching is best-effort. Some articles in a given issue may return empty strings for citation and doi. Code consuming this endpoint should treat both fields as nullable.
Does the API cover Cambridge Core journals beyond a single issue at a time?+
Currently the get_journal_issue_articles endpoint targets one issue per call, identified by issue_path. There is no endpoint for listing all issues of a journal or paginating across multiple issues. You can fork it on Parse and revise to add an endpoint that enumerates issue paths for a given journal.
Page content last updated . Spec covers 4 endpoints from cambridge.org.
Related APIs in EducationSee all →
arxiv.org API
Search and discover academic research papers on arXiv using keywords, authors, titles, categories, and dates, then access detailed metadata for any paper. Browse the complete arXiv category taxonomy to explore research across different scientific disciplines.
maxpreps.com API
Access high school sports data from MaxPreps. Search for schools, retrieve team rosters and schedules, look up athlete profiles, and browse national or state rankings across all sports.
athletic.net API
Search and analyze cross country and track & field performance data across the US, including athlete profiles, meet results, team rosters, and rankings. Access comprehensive meet information, historical records, and state-level competition data to track athlete progress and discover top performers.
allaboutcircuits.com API
Access educational electronics content from All About Circuits, including technical articles, circuit diagrams, textbook volumes, and forum discussions organized by category. Search and browse the latest resources, view detailed articles, explore engineering tools, and find answers across their community forums.
illinoisreportcard.com API
Search and analyze comprehensive performance data for Illinois public schools, districts, and the state, including academic achievements in ELA, math, and science, student demographics, teacher and administrator information, school finances, and environmental conditions. Compare schools side-by-side, track growth metrics, and access accountability ratings and school highlights to make informed decisions about education quality.
noor-book.com API
Search and discover books across 1,800+ categories in the Noor Book library, retrieving detailed information about titles, authors, biographies, and book metadata. Access comprehensive author profiles and browse one of the largest Arabic and English digital book collections with over 289,000 authors.
quizbowlpackets.com API
Search and browse thousands of quizbowl question sets across all competition levels, then access detailed metadata like difficulty, subjects, and download links for each packet. Find the perfect practice materials for High School, Collegiate, Middle School, or Pop Culture quizbowl competitions.
amberstudent.com API
Search student accommodation listings across popular cities and access comprehensive property information including room types, pricing trends, and tenant reviews. Get detailed insights into student housing options to compare amenities, prices, and community feedback all in one place.