# tejado/pgoapi

Pokemon Go API lib

Repository: https://github.com/tejado/pgoapi
Canonical: https://ross.abutalabs.com/products/pgoapi
Language: Protocol Buffer
License: NOASSERTION
License Family: other
Last push: 2022-09-23T21:26:49+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3703, "days_push": 1440, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1390, forks 431 (observed 2026-08-28T04:04:35.532489+00:00)

## What it is
pgoapi is an unofficial Python client library for the Pokemon Go game API, using protobuf-based request/response parsing to expose most available RPC calls. It supports Google and PTC authentication, GPS coordinate handling, and thread-safe chained RPC calls.

## Use cases
- query pokemon go game servers from python
- build a pokemon go map or scanner tool
- automate pokemon go rpc calls with protobuf parsing
- authenticate with pokemon trainers club or google in a script
- convert gps addresses to in-game coordinates

## When to choose
- you need a python client for the pokemon go api with broad rpc coverage
- you want automatic protobuf parsing into python dictionaries
- you need google/ptc auth and ticket re-authentication handled for you

## When to avoid
- you want a supported, actively maintained library - the project is abandoned and the game api has changed
- you need bot or farming functionality - none is included
- you need a guaranteed-compliant client - this is unofficial and use is at your own risk

## Facets
- artifact type: library
- maturity: abandoned
- function: http-client, serialization, auth
- domain: gaming-tools, apis
- platform: python, cross-platform
- tags: pokemon-go, protobuf, unofficial-api, reverse-engineered-api, game-api-client, automation

## Member repositories
- tejado/pgoapi (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:35.532489+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:39:40.148656+00:00, confidence not recorded.
  - readme: https://github.com/tejado/pgoapi (fetched 2026-08-28T04:04:35.532489+00:00, sha a378f20a5429)
- Data as of 2026-08-30T08:39:29.467469+00:00.
