/
/PokéAPI
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 31m ago · Updated 3w ago
berries6
contests6
encounters7
evolution4
games8
items10
location8
machines2
moves12
pokemon32
  • get/api/v2/ability/
  • get/api/v2/ability/{id}/
  • get/api/v2/characteristic/
  • get/api/v2/characteristic/{id}/
  • get/api/v2/egg-group/
  • get/api/v2/egg-group/{id}/
  • get/api/v2/gender/
  • get/api/v2/gender/{id}/
  • get/api/v2/growth-rate/
  • get/api/v2/growth-rate/{id}/
  • get/api/v2/move-damage-class/
  • get/api/v2/move-damage-class/{id}/
  • get/api/v2/nature/
  • get/api/v2/nature/{id}/
  • get/api/v2/pokeathlon-stat/
  • get/api/v2/pokeathlon-stat/{id}/
  • get/api/v2/pokemon/
  • get/api/v2/pokemon-color/
  • get/api/v2/pokemon-color/{id}/
  • get/api/v2/pokemon-form/
  • get/api/v2/pokemon-form/{id}/
  • get/api/v2/pokemon-habitat/
  • get/api/v2/pokemon-habitat/{id}/
  • get/api/v2/pokemon-shape/
  • get/api/v2/pokemon-shape/{id}/
  • get/api/v2/pokemon-species/
  • get/api/v2/pokemon-species/{id}/
  • get/api/v2/pokemon/{id}/
  • get/api/v2/stat/
  • get/api/v2/stat/{id}/
  • get/api/v2/type/
  • get/api/v2/type/{id}/
utility2
    pokemon

    Egg Groups are categories which determine which Pokémon are able to interbreed. Pokémon may belong to either one or two Egg Groups. Check out Bulbapedia for greater detail.

    get/api/v2/egg-group/{id}/

    Path parameters

    idinteger required

    A unique integer value identifying this egg group.

    Response

    idinteger required
    namestring required
    pokemon_speciesstring required

    Changes