Wiktionary · Example Payload

Core Rest Api Search Response Example

DictionariesOpen SourceWikimediaMediaWikiLinguisticsOpen DataPublic APIs

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

Top-level fields

pages

Example Payload

Raw ↑
{
  "pages": [
    {
      "id": 12345,
      "key": "hello",
      "title": "hello",
      "excerpt": "A standard <span class=\"searchmatch\">greeting</span>.",
      "matched_title": null,
      "description": "English interjection.",
      "thumbnail": {
        "url": {},
        "width": {},
        "height": {}
      }
    }
  ]
}