PokéAPI · Example Payload

Pokeapi Api Resource List Example

PokémonOpen SourceOpen DataRESTGraphQLGamingEducationalCommunity

Pokeapi Api Resource List Example is an example object payload from PokéAPI, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

countnextpreviousresults

Example Payload

Raw ↑
{
  "count": 1,
  "next": "https://pokeapi.co/api/v2/example/1/",
  "previous": "https://pokeapi.co/api/v2/example/1/",
  "results": [
    {
      "url": "https://pokeapi.co/api/v2/example/1/"
    }
  ]
}