curseforge.com API: get_project_details
curseforge.com via Parse · developer_tools
Retrieve full details for a specific project including description HTML, categories, game versions, and mod loaders. Requires game, class, and slug which are available from search_projects results. Scrapes CurseForge for game mods, addons, and modpacks. Supports browsing games, searching projects, viewing project details/files/relations, and listing categories. Fulfilled by Parse from curseforge.com.
- curseforge-com
- developer-tools
- entertainment
- marketplace
- 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/f806094d-902d-4b71-ae23-e90d3dfe4ea5/get_project_details
- Interface artifact
- sha256:8db2a6548b298603eb057d8ab7f55d806a4727e8f262dd42075d05dc634e650a
- Manifest digest
- sha256:c170068d37851ae550dc414601a7a749f85ca03d616881620a1eeb65d0db75d6
Request fields
- game (string, required): Game slug (e.g., minecraft).
- slug (string, required): Project slug from search_projects results (e.g., jei, geckolib).
- class (string, required): Project class slug (e.g., mc-mods).
Example queries
- {"game":"minecraft","slug":"jei","class":"mc-mods"}