Wiktionary · Example Payload

Core Rest Api Search Page Example

English interjection.

DictionariesOpen SourceWikimediaMediaWikiLinguisticsOpen DataPublic APIs

Core Rest Api Search Page Example is an example object payload from Wiktionary, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idkeytitleexcerptmatched_titledescriptionthumbnail

Example Payload

Raw ↑
{
  "id": 12345,
  "key": "hello",
  "title": "hello",
  "excerpt": "A standard <span class=\"searchmatch\">greeting</span>.",
  "matched_title": null,
  "description": "English interjection.",
  "thumbnail": {
    "url": "https://upload.wikimedia.org/wikipedia/commons/thumb/example.png",
    "width": 60,
    "height": 60
  }
}