GraphQL Pokemon
基于 GraphQL 的 Pokemon API,支持第 1 至第 8 世代
- 认证方式
- No auth
- HTTPS
- Yes
- CORS
- Yes
- 分类
- 游戏与漫画
简介
GraphQL Pokemon 通过 GraphQL 提供宝可梦数据(物种、招式、特性)——免密钥。
⚠️ 坑(2026-08 实测):旧 v7 端点返回 HTTP 410 Gone 带移除通知——请用当前的
/v8端点。
快速开始
查询当前版本:
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://..." } } }
认证方式
无需认证——免密钥。
速率限制与注意事项
- 免费;请礼貌使用——没有公开的硬性限制。
- 请用
/v8——v7 已移除(实测 410)。 - 丰富查询:物种、招式、特性、进化。
常见问题
GraphQL Pokemon 免费吗? 是的——免费且免密钥。
为什么 410?
v7 已移除(已实测)——请用 /v8。
格式是什么? GraphQL POST。
游戏与漫画 分类更多
| 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 | ↗ |