thunderstore.io API: get_mod_source
thunderstore.io via Parse · developer_tools
Extract decompiled source code files from a mod's source tab on Thunderstore. Returns filenames and their decompiled C# content (truncated to 10000 chars per file), along with any GitHub source links. Not all mods have source available. API for browsing gaming mod communities, searching mods with filters, viewing mod details, and accessing decompiled source code on Thunderstore.io. Fulfilled by Parse from thunderstore.io.
- developer-tools
- entertainment
- marketplace
- parse
- platform-key
- thunderstore-io
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/c22e04e9-1296-4d3a-9bb8-dedeef396703/get_mod_source
- Interface artifact
- sha256:9bb3942d9ae76de17eec24b27479f637b5da676e9d17fac8b8422a7dd049b87b
- Manifest digest
- sha256:e140e64419527e26b45eb07e427a1af487d09dbb99308542115438a73ccb6cb0
Request fields
- name (string, required): Mod name slug (e.g. 'BepInExPack'). Available from search_mods or get_mod_details results.
- namespace (string, required): Mod owner namespace (e.g. 'bbepis'). Available from search_mods or get_mod_details results.
Example queries
- {"name":"BepInExPack","namespace":"bbepis"}