Pokemon Go API – Alolan Pokemon List
This post talks about the latest API I have added to PoGoAPI.net, the Alolan Pokemon list.
What the Alolan Pokemon API can be used for
In Generation 7 of the Pokemon video games Alolan Pokemon were released. These are pokemon who canonically evolved in a different area so are subtly different from the standard Pokemon. These all look different and have different typing to classical pokemon.
This API allows you to get a list of currently released Alolan Pokemon.
Getting the Alolan Pokemon names and ID’s
So far there have only been a few Alolan pokemon released and this API lets you get the name and ID of all Alolan Pokemon released.
GET /api/v1/alolan_pokemon.json
Returns a JSON dict with the keys being the Pokemon ID, the values are an array containing the pokemon name and ID.
Example data
{ 19: {"id": 19, "name": "Rattata"}, 20: {"id": 20, "name": "Raticate"}, 26: {"id": 26, "name": "Raichu"}, ... }
The full documentation is available on the PoGoAPI.net documentation page.
If you have any questions about this API or suggestions for other API’s contact me here below or on Twitter!