Damijing: Search Items
Damijing via Parse · entertainment
Search game equipment items with optional filters for item type, name, and quality. Returns paginated results ordered by item level descending. Requires class_id to scope the search to a specific item category (weapons, armor, etc). Without class_id, returns recently added items across all categories. Access World of Warcraft equipment data from the Damijing database, including item search with filters and detailed item information. Fulfilled by Parse from db.damijing.com.
- damijing
- db-damijing-com
- developer-tools
- 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/800b3a87-ede8-4ee6-87bd-3bcdcabfdbb0/search_items
- Interface artifact
- sha256:07c6a2476cf56ba1610eb4070d3b15a56b4fa58ee3f0267d004f830f95678eff
- Manifest digest
- sha256:74a29716babe9f2e6008ff233390af6e477308ed2c2e62b44f66e6e0f46aa632
Request fields
- name (string): Item name search keyword (Chinese). Filters items whose name contains this string. Requires class_id to be set.
- page (integer): Page number for pagination (1-based).
- quality (string): Quality filter. Values observed: 普通 (Common), 优秀 (Uncommon), 精良 (Rare), 史诗 (Epic), 传说 (Legendary).
- class_id (string): Item class ID to filter by category. Common values: 2 (weapons), 4 (armor). When provided, scopes the search and enables name filtering.
- page_size (integer): Number of items per page (1-50).
Example queries
- {"quality":"史诗","class_id":"2"}