API Playground
Test API endpoints directly in your browser.
API Mode
Pelican Client API /api/client/servers/{server}
/modpack
Returns the currently installed modpack on the specified server, including update availability.
Parameters
server
string
Response
/modpack/progress
Returns the current modpack installation progress from cache. Returns running: false when no installation is active.
Parameters
server
string
Response
/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`.
Response
/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.
Response
Pelican Admin API /api/application/plugins
/modpacks
Paginated list of all servers with an installed modpack, including update and installation status.
Query Parameters
page
integer
Response
/modpacks/active-installs
Returns all servers that currently have a modpack installation in progress, with step-by-step progress.
Response
CurseForge API https://api.curseforge.com/v1
/mods/search
Search CurseForge modpacks
Header Parameters
x-api-key
string
*
Query Parameters
gameId
integer
*
classId
integer
searchFilter
string
pageSize
integer
index
integer
Response
/mods/{modId}
Fetch full modpack info
Header Parameters
x-api-key
string
*
Parameters
modId
integer
*
Response
/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
/search
Search Modrinth for modpacks
Query Parameters
query
string
facets
string
limit
integer
Response
/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
/modpacks/public/modpack/all
Get all FTB modpacks (returns IDs, fetch details separately)
Response
/modpacks/public/modpack/{packId}
Get a single FTB modpack by ID
Parameters
packId
integer
*
Response
/modpacks/public/modpack/search/100
Search FTB modpacks by keyword
Query Parameters
term
string
Response
Technic API https://api.technicpack.net
/search/modpacks/{query}
Search Technic modpacks (requires build number)
Parameters
query
string
*
Query Parameters
build
string
Response
/modpack/{slug}
Get detailed modpack info by slug
Parameters
slug
string
*
Query Parameters
build
string
Response
ATLauncher API https://api.atlauncher.com/v2/graphql
/v2/graphql
Query ATLauncher modpacks via GraphQL (searchPacks, packBySlug)
Response
VoidsWrath API https://www.voidswrath.com
/api/modpacks
Fetch the complete VoidsWrath modpack catalogue (static JSON, entire list in one response)
Response