Competitive battle metadata for Pokémon Champions, updated daily.
Returns full competitive metadata including usage stats, moves, items, and tier lists.
pokemon/{dex_id}.json (Doubles)
singles/pokemon/{dex_id}.json (Singles)
Individual Pokémon competitive data. Example: pokemon/445.json (Garchomp doubles)
fetch('https://your-domain/battle_meta.json')
.then(r => r.json())
.then(data => console.log(data.pokemon_usage))
Data is updated daily at 2 AM UTC. Use If-Modified-Since headers for efficient caching.
Powered by pokemon-champions-scraper