PokéAPI · Example Payload

Pokeapi Item Example

PokémonOpen SourceOpen DataRESTGraphQLGamingEducationalCommunity

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

Top-level fields

idnamecostfling_powerfling_effectattributescategoryeffect_entriesflavor_text_entriesgame_indicesheld_by_pokemonnamessprites

Example Payload

Raw ↑
{
  "id": 1,
  "name": "example",
  "cost": 1,
  "fling_power": 1,
  "fling_effect": {
    "name": "example",
    "url": "https://pokeapi.co/api/v2/example/1/"
  },
  "attributes": [
    {
      "name": "example",
      "url": "https://pokeapi.co/api/v2/example/1/"
    }
  ],
  "category": {
    "name": "example",
    "url": "https://pokeapi.co/api/v2/example/1/"
  },
  "effect_entries": [
    {
      "effect": "example",
      "short_effect": "example",
      "language": {}
    }
  ],
  "flavor_text_entries": [
    {
      "text": "example",
      "version_group": {},
      "language": {}
    }
  ],
  "game_indices": [
    {}
  ],
  "held_by_pokemon": [
    {}
  ],
  "names": [
    {
      "name": "example"
    }
  ],
  "sprites": {
    "default": "example"
  }
}