GraphQL Pokemon
GraphQL powered Pokemon API. Supports generations 1 through 8
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Yes
- Category
- Games & Comics
- Documentation / URL
- https://github.com/favware/graphql-pokemon
Overview
GraphQL Pokemon serves Pokemon data (species, moves, abilities) via GraphQL — keyless.
⚠️ Gotcha (verified 2026-08): the old v7 endpoint returns HTTP 410 Gone with a removal notice — use the current
/v8endpoint.
Quick Start
Query the current version:
curl -X POST "https://graphqlpokemon.favware.tech/v8" \
-H "Content-Type: application/json" \
-d '{"query": "{ getPokemon(pokemon: pikachu) { num species sprite } }"}'
{ "data": { "getPokemon": { "num": 25, "species": "Pikachu", "sprite": "https://..." } } }
Authentication
None — keyless.
Rate Limits & Notes
- Free; be polite — no hard published limit.
- Use
/v8— v7 is removed (verified 410). - Rich queries: species, moves, abilities, evolutions.
FAQ
Is GraphQL Pokemon free? Yes — free and keyless.
Why 410?
v7 was removed (verified) — use /v8.
What’s the format? GraphQL POST.
More in Games & Comics
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| AmiiboAPI Nintendo Amiibo Information | No auth | Yes | Yes | ↗ |
| Animal Crossing: New Horizons API for critters, fossils, art, music, furniture and villagers | No auth | Yes | Unknown | ↗ |
| Astroworld Free Minecraft data: mobs, biomes, items, enchantments, structures, commands, versions, achievements, trades | No auth | Yes | Yes | ↗ |
| Autochess VNG Rest Api for Autochess VNG | No auth | Yes | Yes | ↗ |
| Barter.VG Provides information about Game, DLC, Bundles, Giveaways, Trading | No auth | Yes | Yes | ↗ |