PokeAPI / pokeapi

The Pokémon API
https://pokeapi.co
BSD 3-Clause "New" or "Revised" License
4.18k stars 938 forks source link

Missing pokemon 719 and 720 #44

Closed pgporada closed 9 years ago

pgporada commented 9 years ago

The following two pokemon exist but are not in your data set. 719: http://www.pokemon.com/us/pokedex/diancie 720: http://www.pokemon.com/us/pokedex/hoopa

 curl -XGET http://pokeapi.co/api/v1/pokemon/718/
{"abilities": [{"name": "aura-break", "resource_uri": "/api/v1/ability/167/"}], "attack": 100, "catch_rate": 0, "created": "2013-11-03T15:05:42.488796", "defense": 121, "descriptions": [{"name": "zygarde_gen_6", "resource_uri": "/api/v1/description/6609/"}, {"name": "zygarde_gen_6", "resource_uri": "/api/v1/description/6610/"}], "egg_cycles": 0, "egg_groups": [{"name": "Undiscovered", "resource_uri": "/api/v1/egg/15/"}], "ev_yield": "", "evolutions": [], "exp": 0, "growth_rate": "", "happiness": 0, "height": "0", "hp": 108, "male_female_ratio": "", "modified": "2013-11-23T13:13:48.868734", "moves": [], "name": "Zygarde", "national_id": 718, "pkdx_id": 718, "resource_uri": "/api/v1/pokemon/718/", "sp_atk": 81, "sp_def": 95, "species": "", "speed": 95, "sprites": [{"name": "zygarde", "resource_uri": "/api/v1/sprite/719/"}], "total": 0, "types": [{"name": "ground", "resource_uri": "/api/v1/type/5/"}, {"name": "dragon", "resource_uri": "/api/v1/type/16/"}], "weight": "0"}

However, curling 719 and 720 which should exist returns nothing.

 curl -XGET http://pokeapi.co/api/v1/pokemon/719/
 curl -XGET http://pokeapi.co/api/v1/pokemon/720/
phalt commented 9 years ago

Pokémon 719 and 720 will be in the next version of the API but not version one as this version is now deprecated. Progress has been slow: I've open sourced this to let others contribute but no one seems to want to :(