PokéAPI · Example Payload

Pokeapi Named Api Resource Example

PokémonOpen SourceOpen DataRESTGraphQLGamingEducationalCommunity

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

Top-level fields

nameurl

Example Payload

Raw ↑
{
  "name": "example",
  "url": "https://pokeapi.co/api/v2/example/1/"
}