Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.
NoOne-dev edited this page Aug 28, 2016 · 12 revisions

pgoapi is an unofficial Pokemon Go API library written in python. It provides game authentication and usage of the ingame API over the protocol description POGOProtos (protobuf).

Automatic & dynamic parsing of API requests/responses by finding the correct protocol description is part of this library. The response is returned in a python dictionary format, which can be easily converted to JSON.

API Reference

For an overview about all possible calls, please have a look at api_functions wiki page.
All possible calls are documented including the necessary input arguments.

History

It came into being due to the efforts of the /r/pokemongodev community.

Clone this wiki locally