Dofusroom: List Equipment
Dofusroom via Parse · entertainment
List equipment items with pagination and optional filters. Returns item IDs, names, types, levels, and set information. Items are sorted by level descending. Supports offset-based pagination via the offset param. Access Dofus game equipment database - browse items by category, get detailed stats, and retrieve crafting recipes with resource requirements. Fulfilled by Parse from dofusroom.com.
- developer-tools
- dofusroom
- dofusroom-com
- entertainment
- other
- parse
- platform-key
Price and execution
- Price
- $0.06 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- entertainment
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/cdd857b5-cf43-4a51-837d-2df7e2934b53/list_equipment
- Interface artifact
- sha256:12fbd6602ba2f2f64448c13879b8fd7064ade990fe722dbf99afed08209187ae
- Manifest digest
- sha256:5c2085a507f6dcb33f8e42ccdac876e80db1f75882d0c0ad48f80cde35a0357b
Request fields
- name (string): Filter by item name (partial match)
- limit (integer): Number of items to return (max ~50)
- offset (integer): Pagination offset
- category (string): Item category to list: Allowed values: equipements, armes, ressources, consommables, creatures, panoplies
- max_level (string): Maximum level filter (1-200)
- min_level (string): Minimum level filter (1-200)
Example queries
- {"limit":"5","offset":"0","category":"equipements","max_level":"200","min_level":"1"}