Decomp: Get User Contributions
Decomp via Parse · developer_tools
Retrieve all contributions (scratches) for a specific user. Returns a paginated list of the user's scratch projects sorted by the specified ordering. 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
- Quote unavailable
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/28e2a231-d752-4389-890d-c31ca235a587/get_user_contributions
- Interface artifact
- sha256:2860ee170b1296327dec3bb45c95abdb2551022b4ff121c472a9acb0ad88e1dc
- Manifest digest
- sha256:5bd8965d5a27fd2e55995522065944893b29d880308679575a615744fd95e488
Request fields
- cursor (string): Opaque pagination cursor for fetching subsequent pages.
- ordering (string): Sort order for results.: Allowed values: -creation_time, -last_updated
- username (string, required): GitHub/decomp.me username (e.g. 'sonicdcer').
- page_size (string): Number of results per page.
Example queries
- {"ordering":"-creation_time","username":"sonicdcer","page_size":"5"}