API-Spielwiese
Teste API-Endpunkte direkt im Browser.
API-Modus
Pelican Client API /api/client/servers/{server}
/modpack
Returns the currently installed modpack on the specified server, including update availability.
Parameter
server
string
Antwort
/modpack/progress
Returns the current modpack installation progress from cache. Returns running: false when no installation is active.
Parameter
server
string
Antwort
/api/client/modpacks
Returns the modpack installation status for every server the authenticated user owns or has subuser access to. Servers without an installed modpack are included with `installed: false`.
Antwort
/api/client/modpacks/progress
Returns all currently running modpack installations across the user's servers. Only servers with an active installation job appear in the response.
Antwort
Pelican Admin API /api/application/plugins
/modpacks
Paginated list of all servers with an installed modpack, including update and installation status.
Query-Parameter
page
integer
Antwort
/modpacks/active-installs
Returns all servers that currently have a modpack installation in progress, with step-by-step progress.
Antwort
CurseForge API https://api.curseforge.com/v1
/mods/search
Search CurseForge modpacks
Header-Parameter
x-api-key
string
*
Query-Parameter
gameId
integer
*
classId
integer
searchFilter
string
pageSize
integer
index
integer
Antwort
/mods/{modId}
Fetch full modpack info
Header-Parameter
x-api-key
string
*
Parameter
modId
integer
*
Antwort
/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
/search
Search Modrinth for modpacks
Query-Parameter
query
string
facets
string
limit
integer
Antwort
/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
/modpacks/public/modpack/all
Get all FTB modpacks (returns IDs, fetch details separately)
Antwort
/modpacks/public/modpack/{packId}
Get a single FTB modpack by ID
Parameter
packId
integer
*
Antwort
/modpacks/public/modpack/search/100
Search FTB modpacks by keyword
Query-Parameter
term
string
Antwort
Technic API https://api.technicpack.net
/search/modpacks/{query}
Search Technic modpacks (requires build number)
Parameter
query
string
*
Query-Parameter
build
string
Antwort
/modpack/{slug}
Get detailed modpack info by slug
Parameter
slug
string
*
Query-Parameter
build
string
Antwort
ATLauncher API https://api.atlauncher.com/v2/graphql
/v2/graphql
Query ATLauncher modpacks via GraphQL (searchPacks, packBySlug)
Antwort
VoidsWrath API https://www.voidswrath.com
/api/modpacks
Fetch the complete VoidsWrath modpack catalogue (static JSON, entire list in one response)
Antwort