Pokémon Battle Search

📝 Notes
  • Python (Flask) app — pulls real usage stats straight from Smogon, plus sprites/types from PokeAPI.
  • No database: tier data is cached in memory, and sprite/type lookups are cached to disk so they don't re-fetch on every restart.
  • Prefetches OU, UU, and UUBL as soon as the page loads, so switching tabs feels instant instead of waiting per click.
  • Pulls the top used Pokémon per tier, with real usage-based movesets, items, EV spreads, abilities, and Tera types.
  • Running locally for now — not deployed yet.

Top Usage

Loading…

Details

Pick a Pokémon on the left to see its top abilities, items, moves, and EV spreads.

EV Spreads & Moves

Pick a Pokémon on the left to see its top EV spreads and moves.