Wikipedia / MediaWiki · Example Payload

Rest V1 Listing Example

Open DataPublic APIsOpen KnowledgeEncyclopediaKnowledge GraphOpen SourceNon-Profit

Rest V1 Listing Example is an example object payload from Wikipedia / MediaWiki, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

items_links

Example Payload

Raw ↑
{
  "items": [
    "Earth"
  ],
  "_links": {
    "next": {
      "href": "Earth"
    }
  }
}