Decomp: Get Recent Scratches
Decomp via Parse · developer_tools
Retrieve the latest decompilation projects and site activity. Returns a paginated list of scratch projects sorted by the specified ordering. Each result is a summary containing slug, owner, name, platform, compiler, score, and timestamps. Paginates via cursor. API to track decompilation projects, user contributions, and site activity on decomp.me. Fulfilled by Parse from decomp.me.
- decomp
- decomp-me
- developer-tools
- entertainment
- other
- parse
- platform-key
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/28e2a231-d752-4389-890d-c31ca235a587/get_recent_scratches
- Interface artifact
- sha256:7154c7d6ba86ec8a6afbb25f9345e3a8231bfd0830b046e0b02f9d4fb180cf4b
- Manifest digest
- sha256:d0c59db5c69c84a15a22cf564dcf5130b93f77be1ae2a89509052317e2f2ff56
Request fields
- cursor (string): Opaque pagination cursor for fetching subsequent pages.
- ordering (string): Sort order for results.: Allowed values: -creation_time, -last_updated
- has_owner (string): Filter for scratches with a registered owner. Accepted values: 'true', 'false'.: Allowed values: true, false
- page_size (string): Number of results per page.
Example queries
- {"ordering":"-creation_time","has_owner":"true","page_size":"5"}