action dnd5eapi_get_api_equipment_index { label: "Get an equipment item by index." description: "# Equipment\n\nOpportunities abound to find treasure, equipment, weapons, armor, and more \nin the dungeons you explore. Normally, you can sell your treasures and \ntrinkets when you return to a town or other settlement, provided that you \ncan find buyers and merchants interested in your loot.\n" provider: dnd5eapi method: GET path: "/api/equipment/{index}" encoding: json output: { description: "`Equipment`\n" type: "object" } }