Dungeons and Dragons
第五版法术、职业、怪物等参考资料
- 认证方式
- No auth
- HTTPS
- No
- CORS
- No
- 分类
- 游戏与漫画
- 文档 / URL
- https://www.dnd5eapi.co/docs/
简介
D&D 5e API(dnd5eapi.co)提供龙与地下城 5 版完整 SRD(系统参考文档):法术、怪物、职业、种族、装备、专长等——免密钥、免费。是角色卡应用、法术书工具和骰子项目的经典选择。
2026-08 实测:API 路径现在带版本前缀——例如
/api/2014/spells/fireball(旧路径 301 重定向)。
快速开始
一个法术(新版路径实测可用):
curl "https://www.dnd5eapi.co/api/2014/spells/fireball"
{
"index": "fireball",
"name": "Fireball",
"level": 3,
"school": { "name": "Evocation" },
"damage": { "damage_type": { "name": "Fire" } },
"range": "150 feet"
}
全部怪物 / 法术 / 职业:
curl "https://www.dnd5eapi.co/api/2014/monsters"
curl "https://www.dnd5eapi.co/api/2014/spells"
curl "https://www.dnd5eapi.co/api/2014/classes"
认证方式
无需认证——免密钥。
速率限制与注意事项
- 免费开放;没有文档化的硬性限制——请礼貌使用。
- 今后请使用带版本路径(
/api/2014/...);旧路径会重定向。 - 资源以稳定
indexslug 标识(fireball、adult-red-dragon)。 - 数据来自官方 SRD(系统参考文档)——社区镜像若加房规后果自负。
常见问题
D&D 5e API 免费吗? 是的——免费且免密钥。
为什么旧 URL 会重定向?
API 增加了规则版本前缀(/api/2014/...);旧路径 301 到新路径。
可以商用吗? SRD 内容有自己的许可(SRD 5.1)——商用前请确认。
游戏与漫画 分类更多
| 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 | ↗ |