beiqirun / pokemongo-php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pokemongo-php

A PHP module that makes it easy to communicate with the Pokemon Go API.

Take a look at example.php

Instantly view spawned pokemon

Live Map

https://skiplagged.com/pokemon

API

Central Park, New York, NY

http://skiplagged.com/api/pokemon.php?address=central%20park,%20new%20york,%20ny

OR

http://skiplagged.com/api/pokemon.php?bounds=40.76356269219236,-73.98657795715332,40.7854671345488,-73.95812508392333
bounds = bound_lower_left_lat,bound_lower_left_lng,bound_upper_right_lat,bound_upper_right_lng

Other languages

Python: https://github.com/skiplagged/pokemongo-python

About

License:MIT License


Languages

Language:PHP 100.0%