Pokemon Go API – PVP Exclusive Pokemon List

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

What are PVP Exclusive Pokemon

Some Pokemon and their evolutions are only available in PVP. Currently to get these Pokemon you need to win a number of battles in the PVP league with a standard or premium battle pass.

When using a standard battle pass you will need to win four battles. However if you use a premium pass you will only need to win two to get a chance at a PVP exclusive Pokemon.

Getting the PVP Exclusive Pokemon

This API returns all Pokemon that are exclusively available from PVP.

GET /api/v1/pvp_exclusive_pokemon.json

Returns a list of possible PVP Exclusive Pokemon.

Example data

[
    {
        "id": 559,
        "name": "Scraggy"
    },
    {
        "id": 628,
        "name": "Braviary"
    },
    {
        "id": 627,
        "name": "Rufflet"
    },
    {
        "id": 560,
        "name": "Scrafty"
    }
]

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.