Pokemon Go API – Photobomb Exclusive API
This post talks about the newest Pokemon Go API, the Photobomb Exclusive Pokemon API on PoGoAPI.net.
What are Photobomb Exclusive Pokemon?
Some Pokemon are only available to be caught after you have taken a photo with your Pokemon and they photobomb it. Once you have a photo that has been photobombed the Pokemon that photobombed you will appear in the world once you close the camera app in Pokemon Go.
Typically you will only be photobombed once a day but some events will boost this number and add other Pokemon that can photobomb you. For example on community days typically you will be able to be photobombed by the community day Pokemon.
Getting the list of Photobomb Exclusive Pokemon
This API returns all Pokemon that are exclusively available to be found after photobombing other Pokemon. These Pokemon will not be found in the wild, through evolution, raiding, or research tasks.
GET /api/v1/photobomb_exclusive_pokemon
.json
photobomb_exclusive_pokemon
.jsonThis return an array of dicts with the keys form, id, and name.
Example data
[
{
"form": "Normal",
"id": 235,
"name": "Smeargle"
}
]
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!