The PokeRouge Utility API is a web service designed to support various tools and utilities for Pokémon team analysis, aiding players in building better strategies. It currently features Type Weakness and Strength Checkers, with planned additions including Team Checker, Moveset Lookup, Ability Lookup, Opposing Team Tracker, and Biome Data.
- Type Weakness Checker: Identify weaknesses in a single or multiple Pokémon's type combinations.
- Type Strength Checker: Assess which types another type can effectively cover.
- Team Checker: Analyze full teams for type coverage, redundancy, and synergy.
- Moveset Lookup: Retrieve a pokémon's available moves.
- Ability Lookup: Access Pokémon ability descriptions and what pokémon can have the ability.
- Opposing Team Tracker: Store and analyze observed enemy team compositions.
- Biome Data Lookup: Get Pokémon availability by biome and plot your path to get to specific biomes.
- Interactive Front-End: A user-friendly interface for interacting with API features.
Base URL: https://pokerouge-util-api.onrender.com
All endpoints accept
GETrequests and return JSON responses.
Replace<type>and<pokemon_species>with the appropriate values (e.g.,fire,pikachu).
Returns a full weakness summary for a Pokémon by species name.
Returns the types that are weak to a given offensive type.
Returns the weaknesses for a given defensive type combination.
Returns any immunities for the type(s).
Returns types that are immune to a specific attacking type.
Returns the types that a given attacking type is strong against.
Returns the types that a defensive type combination resists.
Hosted API: https://pokerouge-util-api.onrender.com/
You can interact with it directly via HTTP requests using tools like Postman, curl, or through the included web pages.