Thunderstore: Search Mods
Thunderstore via Parse · developer_tools
Search for mods across Thunderstore with filters and ordering. Returns paginated results up to the specified limit. Supports searching across all communities or filtering to a specific one. Each result includes latest version details and community listings. 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
- 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/search_mods
- Interface artifact
- sha256:9e3f5d8e177f35aebc33e5dfe0290e74211acd27f2bceb60bda5bc1f30bff69d
- Manifest digest
- sha256:cce2f44eb7a1f716eb09babb516e0a7060e03e50fd881b5c19bc00339f3cac78
Request fields
- limit (integer): Maximum number of results to return.
- query (string): Search keyword to filter mods by name or description.
- ordering (string): Ordering field. Prefix with '-' to reverse.: Allowed values: last_updated, -last_updated, rating_score, -rating_score, date_created, -date_created
- community (string): Community slug to filter results. Use hyphenated form (e.g. 'risk-of-rain-2', 'lethal-company').
Example queries
- {"limit":"3","query":"BepInEx","ordering":"last_updated","community":"risk-of-rain-2"}