GET /entries/{source_language}/{word_id}/sentences

oxforddictionaries.com

Summary: Retrieve corpus sentences for a given word
Operation ID:
Auth: unknown
Description

Use this to retrieve sentences extracted from corpora which show how a word is used in the language. This is available for English and Spanish. For English, the sentences are linked to the correct [sense](documentation/glossary?term=sense) of the word in the dictionary. In Spanish, they are linked at the [headword](documentation/glossary?term=headword) level. <div id="sentences"></div>

Parameters (4)

app_id (string, header, required, default: 5037d509)

App ID Authentication Parameter

app_key (string, header, required, default: 4dc1aebaa63721f0f8e79a55e2514bc7)

App Key Authentication Parameter

source_language (string, path, required)

IANA language code

Constraints: {'enum': ['en', 'es']}

word_id (string, path, required, default: ace)

An Entry identifier. Case-sensitive.

No probe data for this endpoint yet.