Dofusroom: Search Items
Dofusroom via Parse · entertainment
Search for items by name within a category. Uses partial matching on the item name. Returns matching items with their IDs, names, types, levels, and set info. 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
- Quote unavailable
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- entertainment
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/cdd857b5-cf43-4a51-837d-2df7e2934b53/search_items
- Interface artifact
- sha256:9405587f9e670d155a74103a36b460f2c30f9f799919b14641c4514fc01696e4
- Manifest digest
- sha256:2ffb2b507aaedb530317e40da253d8808dfafc69c9f90d7f5cdd728406f259b3
Request fields
- limit (integer): Max results to return
- query (string, required): Search query (item name, partial match)
- category (string): Item category to search in: 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":"10","query":"Psychopump","category":"equipements","max_level":"200","min_level":"1"}