Pokemon Go API – Research Task Exclusive Pokemon API

This post talks about the latest API I have added to PoGoAPI.net, the Research Task Exclusive Pokemon API.

What is the Research Task Exclusive Pokemon API

Some Pokemon and their evolutions are only available by completing research tasks.

To get these you will have to find the research task by spinning Pokestops and completing it.

Once you have completed the task you will be able to claim the reward which may be a Pokemon.

Getting the Research Task Exclusive API Data

This API returns all Pokemon that are exclusively available from research tasks.

GET /api/v1/research_task_exclusive_pokemon.json

This return an array of dicts with the keys form, id, and name.

Example data

[
    {
        "form": "Normal",
        "id": 327,
        "name": "Spinda"
    }
]

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.