freeapis

GraphQL Pokemon

GraphQL powered Pokemon API. Supports generations 1 through 8

Authentication
No auth
HTTPS
Yes
CORS
Yes

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 /v8 endpoint.

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

APIAuthHTTPSCORS
AmiiboAPI

Nintendo Amiibo Information

No authYesYes
Animal Crossing: New Horizons

API for critters, fossils, art, music, furniture and villagers

No authYesUnknown
Astroworld

Free Minecraft data: mobs, biomes, items, enchantments, structures, commands, versions, achievements, trades

No authYesYes
Autochess VNG

Rest Api for Autochess VNG

No authYesYes
Barter.VG

Provides information about Game, DLC, Bundles, Giveaways, Trading

No authYesYes