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