# 5eRef — D&D 5e Quick Reference > Free, fast reference for Dungeons & Dragons 5th Edition SRD content. ## Site Structure - Homepage (https://5eref.com): Search interface for spells, monsters, and conditions - Spells Index (https://5eref.com/spells): Browse all 319 SRD spells, filter by school and level - Spell Detail (https://5eref.com/spells/{slug}): Full spell stat block with casting time, range, components, duration, and description - Monsters Index (https://5eref.com/monsters): Browse all 322 SRD monsters, filter by type and CR - Monster Detail (https://5eref.com/monsters/{slug}): Full monster stat block with abilities, actions, and legendary actions - Conditions Index (https://5eref.com/conditions): All 15 D&D 5e conditions - Condition Detail (https://5eref.com/conditions/{slug}): Condition description and effects ## Content Source All content is from the D&D 5th Edition Systems Reference Document (SRD), sourced via the Open5e API (https://open5e.com). ## API - GET /api/spells — Returns all spells as JSON - GET /api/spells/{slug} — Returns a single spell - GET /api/monsters — Returns all monsters as JSON - GET /api/monsters/{slug} — Returns a single monster