Pokemon Go API – Baby Pokemon API
This post talks about the latest API I have added to PoGoAPI.net, the Baby Pokemon API.
What are Baby Pokemon
Some Pokemon are only available from eggs and are typically smaller versions of “grown up” Pokemon.
These are called baby Pokemon and the only way to get them is typically by hatching them.
Since hatching Pokemon from eggs typically results in a stronger Pokemon in terms of IV it can be useful to hatch some “baby” Pokemon to evolve them.
Getting the Baby Pokemon API data
This API details all the Pokemon referred to as “Baby Pokemon” which must be obtained by hatching them.
GET /api/v1/gobattle_ranking_settings
.json
gobattle_ranking_settings
.jsonReturns a JSON array of objects with the keys form, id, and name of the baby Pokemon.
Example data
[
{
"form": "Normal",
"id": 172,
"name": "Pichu"
},
{
"form": "Normal",
"id": 175,
"name": "Togepi"
},
{
"form": "Normal",
"id": 173,
"name": "Cleffa"
},
{
"form": "Normal",
"id": 174,
"name": "Igglybuff"
}, ...
]
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!