{"name":"spell-slots","description":"Looks up D&D 5e spell slots by class and level. Returns the level 1-9 spell-slot array for any 5e class at a given level (full casters, half-casters like Paladin/Ranger, Warlock pact magic, and non-casters), plus proficiency bonus. SRD spellcasting tables (OGL 1.0a / CC-BY-4.0). Use it as a spellcasting slot table API or pact magic lookup.","price":"$0.005","method":"POST","input_schema":{"properties":{"class":{"type":"string","description":"5e class: Bard, Cleric, Druid, Sorcerer, Wizard, Warlock, Paladin, Ranger, Barbarian, Fighter, Monk, Rogue."},"level":{"type":"number","description":"Class level 1-20. Default 1."}},"required":["class"]},"input_example":{"class":"Wizard","level":5},"output_example":{"class":"Wizard","level":5,"caster":"full-caster","proficiency_bonus":3,"spell_slots":{"level_1":4,"level_2":3,"level_3":2}},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}