API Playground
Test API endpoints directly in your browser.
API Mode
CurseForge API https://api.curseforge.com/v1
GET
/mods/search
Search CurseForge modpacks
Header Parameters
x-api-key
string
*
Query Parameters
gameId
integer
*
classId
integer
searchFilter
string
pageSize
integer
index
integer
Response
GET
/mods/{modId}
Fetch full modpack info
Header Parameters
x-api-key
string
*
Parameters
modId
integer
*
Response
GET
/mods/{modId}/files
List modpack versions/files
Header Parameters
x-api-key
string
*
Parameters
modId
integer
*
Query Parameters
gameVersion
string
Response
Modrinth API https://api.modrinth.com/v2
GET
/search
Search Modrinth for modpacks
Query Parameters
query
string
facets
string
limit
integer
Response
GET
/project/{id|slug}/version
Get versions for a modpack
Parameters
id|slug
string
*
Query Parameters
game_versions
string
Response
FeedTheBeast API https://api.feed-the-beast.com/v1
GET
/modpacks/public/modpack/all
Get all FTB modpacks (returns IDs, fetch details separately)
Response
GET
/modpacks/public/modpack/{packId}
Get a single FTB modpack by ID
Parameters
packId
integer
*
Response
GET
/modpacks/public/modpack/search/100
Search FTB modpacks by keyword
Query Parameters
term
string
Response
Technic API https://api.technicpack.net
GET
/search/modpacks/{query}
Search Technic modpacks (requires build number)
Parameters
query
string
*
Query Parameters
build
string
Response
GET
/modpack/{slug}
Get detailed modpack info by slug
Parameters
slug
string
*
Query Parameters
build
string
Response
ATLauncher API https://api.atlauncher.com/v2/graphql
POST
/v2/graphql
Query ATLauncher modpacks via GraphQL (searchPacks, packBySlug)
Response
VoidsWrath API https://www.voidswrath.com
GET
/api/modpacks
Fetch the complete VoidsWrath modpack catalogue (static JSON, entire list in one response)
Response