Wiktionary · Example Payload

Core Rest Api Page Source Response Example

DictionariesOpen SourceWikimediaMediaWikiLinguisticsOpen DataPublic APIs

Core Rest Api Page Source Response 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

idkeytitlelatestcontent_modellicensesource

Example Payload

Raw ↑
{
  "id": 12345,
  "key": "hello",
  "title": "hello",
  "latest": {
    "id": 7654321,
    "timestamp": "2025-03-15T14:30:00Z"
  },
  "content_model": "wikitext",
  "license": {
    "url": "https://creativecommons.org/licenses/by-sa/4.0/",
    "title": "Creative Commons Attribution-Share Alike 4.0 International"
  },
  "source": "==English==\n===Interjection===\n# A standard greeting."
}