PokéAPI · Example Payload

Pokeapi Machine Example

PokémonOpen SourceOpen DataRESTGraphQLGamingEducationalCommunity

Pokeapi Machine 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

iditemmoveversion_group

Example Payload

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