| Best buddy |
Level cap 51.0 in PvP |
| Cap |
CP limit and level limit pair for a league |
| Costume |
Cosmetic form. Some costumes can't evolve. |
| Dataset |
Named live group: spawns, raids, quests, and others |
| Encounter |
Opaque encounter_id. Golbat uint64 string → signed bigint. |
| Form |
Species variant. form_id 0 is the default. |
| Game Master |
Combat and name tables in pogo_gm |
| Geography |
PostGIS geography type, SRID 4326 |
| Gym |
Fort that can hold a raid |
| Hash |
Integer identity for a PvP pool or path |
| Invasion |
Team GO Rocket event at a pokestop |
| IV |
Individual value (attack, defense, stamina), 0–15 |
iv_key |
Packed IVs: attack in bits 20–29, defense in 10–19, stamina in 0–9 |
| League |
Little (500), Great (1500), or Ultra (2500) CP cap |
| Lineup |
Grunt encounter slots. JSONB on the invasion; also sub_v2_invasions_lineup. |
| Max battle |
Dynamax fight, identified by bread_battle_seed. |
| Partner |
Login that reads with view_sub |
| Pokestop |
Fort that can hold a quest or an invasion |
| Pool |
Set of base stats that share one rank table |
| Power spot |
Time window on a station for max battles |
| PvP |
Rank tables in pogo_pvp |
| Quest |
Field research at a pokestop |
| Raid |
Timed fight at a gym |
| Rank |
Position in a cap. 1 is best. |
| Snowflake |
Time-ordered bigint ID (Discord epoch, ms << 22). See live-data helpers. |
| Spawn |
Wild Pokémon row in live data |
| Spawnpoint |
Long-lived map point. No sub_* view; spawnpoint_id is on the spawn. |
| SRID |
Spatial reference. Live points use 4326. |
| Station |
Power-spot place ID (station_id) |
| Timezone |
IANA zone on tagged live rows (timezone_id). geo.timezone.tz_name. |
| WOF |
Who's On First gazetteer. geo.wof_places identities; live rows store geo_settlement_wof_id / geo_county_wof_id. |
wof_in_place |
That WOF id plus every descendant. Use it to filter live settlement/county columns. |