Fetch the latest Pokemon GO gamemaster data from PokeMiners and break it
up into separate files for easier processing.
1. Fetch Latest Gamemaster
{{ error }}
✅ Fetched {{ rawGamemaster.length.toLocaleString() }} items from
gamemaster
2. Break Up Gamemaster
Pokemon (Filtered)
{{ stats.pokemonCount.toLocaleString() }}
{{ stats.pokemonSize }}
Base forms + regional variants
All Forms & Costumes
{{ stats.allFormsCount.toLocaleString() }}
{{ stats.allFormsSize }}
Every variant, costume, form
Moves
{{ stats.movesCount.toLocaleString() }}
{{ stats.movesSize }}
All quick & charged moves
3. Download Files
About This Tool
This tool fetches the latest Pokemon GO gamemaster data from
PokeMiners GitHub
and processes it into three separate files:
-
pokemon.json - Base Pokemon forms plus regional
variants (Alola, Galarian, Hisuian, Paldea)
-
pokemon-allFormsCostumes.json - Complete dataset
including all costumes, event forms, shadows, etc.
-
pokemon-moves.json - All quick and charged moves
available in Pokemon GO
💡 The filtered pokemon.json is ideal for most use cases, while
allFormsCostumes is comprehensive for complete data analysis.