dnd-srd-api/data
Cupcake ad52db8122 feat: D&D SRD 5.2 API — FastAPI app with flat JSON caching
- Data fetched from Open5e API: 3,215 items (339 spells, 330 creatures,
  24 classes, 2,319 magic items, 203 equipment)
- FastAPI app with API key auth (X-API-Key header or ?api_key= param)
- Sliding window rate limiting (60 req/min, 10K req/day)
- Dice rolling endpoint (e.g., /api/dice/roll?spec=2d20+5)
- Full-text search across all resource types
- Pagination, filtering (name, level, school, class, etc.)
- Admin CLI for API key management
- nginx + systemd service ready for deployment
2026-06-03 18:13:00 +00:00
..
api_keys.json feat: D&D SRD 5.2 API — FastAPI app with flat JSON caching 2026-06-03 18:13:00 +00:00
classes.json feat: D&D SRD 5.2 API — FastAPI app with flat JSON caching 2026-06-03 18:13:00 +00:00
creatures.json feat: D&D SRD 5.2 API — FastAPI app with flat JSON caching 2026-06-03 18:13:00 +00:00
equipment.json feat: D&D SRD 5.2 API — FastAPI app with flat JSON caching 2026-06-03 18:13:00 +00:00
magic-items.json feat: D&D SRD 5.2 API — FastAPI app with flat JSON caching 2026-06-03 18:13:00 +00:00
spells.json feat: D&D SRD 5.2 API — FastAPI app with flat JSON caching 2026-06-03 18:13:00 +00:00