Pokemon Go API – Possible Ditto Pokemon

This post talks about the newest Pokemon Go API, the possible ditto API at pogoapi.net.

How to catch Ditto

Ditto is a Pokemon that can transform into any Pokemon. In the wild you find him by catching a Pokemon which then transforms into Ditto.

You can’t tell which Pokemon might turn into a Ditto however if someone has caught a Ditto it will be a Ditto for everyone.

This API allows you to get the list of Pokemon which are potentially a Ditto.

Getting the Possible Ditto API

This API lists all Pokemon that might transform into a Ditto once caught, getting their name and ID of the Pokemon.

GET /api/v1/possible_ditto_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

{"41": {"id": 41, "name": "Zubat"}, "16": {"id": 16, "name": "Pidgey"}, "19": {"id": 19, "name": "Rattata"}, ... }

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!

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.