Spuckwaffel: Global Search
Spuckwaffel via Parse · developer_tools
Search across multiple data types (Classes, Structs, Members, Enums) within a game dump. Returns up to 100 results matching the query against names or types. Access game SDK dump data from Dumpspace, including classes, structs, enums, functions, and offsets for Unreal Engine games. Fulfilled by Parse from dumpspace.spuckwaffel.com.
- developer-tools
- dumpspace-spuckwaffel-com
- entertainment
- other
- parse
- platform-key
- spuckwaffel
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/029aa06e-61ee-455b-9020-4e1a4e3bc678/global_search
- Interface artifact
- sha256:53f0235d5b63f7fb4b701a4c0b29165ea4d4225e629f76d2c09e8ed7a99dc1fb
- Manifest digest
- sha256:e30fa5cc0b97accafe8dbab53242e4803db2ecd1498ef213c0039ab487bee908
Request fields
- hash (string, required): Game hash identifier from list_games or search_games results.
- query (string, required): Search query string to match against names or types.
- search_type (string): Search by 'name' or 'type'.: Allowed values: name, type
Example queries
- {"hash":"6b77eceb","query":"Actor","search_type":"name"}