API-Spielwiese
Teste API-Endpunkte direkt im Browser.
API-Modus
Pelican Client API /api/client/servers/{server}
GET
/mods
Returns all mods installed on the specified server. Optionally filter by provider, status, or type.
Parameter
server
string
Query-Parameter
provider
string
status
string
type
string
Antwort
GET
/api/client/mods
Returns all mods installed across every server the authenticated user owns or has subuser access to. No server UUID required. Supports optional query filters: `provider`, `status` (enabled/disabled), `type`.
Query-Parameter
provider
string
status
string
type
string
Antwort
Pelican Admin API /api/application/plugins
GET
/mods
Paginated list of all installed mods across all servers. Requires admin API token.
Query-Parameter
server_uuid
string
provider
string
status
string
page
integer
Antwort
CurseForge API https://api.curseforge.com/v1
GET
/mods/search
Search CurseForge mods by keyword
Header-Parameter
x-api-key
string
*
Query-Parameter
gameId
integer
*
classId
integer
searchFilter
string
sortField
integer
sortOrder
string
pageSize
integer
index
integer
gameVersion
string
modLoaderType
integer
Antwort
GET
/mods/{modId}
Fetch full details for a single mod
Header-Parameter
x-api-key
string
*
Parameter
modId
integer
*
Antwort
GET
/mods/{modId}/files
List all available file versions for a mod
Header-Parameter
x-api-key
string
*
Parameter
modId
integer
*
Query-Parameter
gameVersion
string
modLoaderType
integer
pageSize
integer
Antwort
GET
/mods/{modId}/description
Fetch full HTML description
Header-Parameter
x-api-key
string
*
Parameter
modId
integer
*
Antwort
Modrinth API https://api.modrinth.com/v2
GET
/search
Search Modrinth for mods
Query-Parameter
query
string
facets
string
limit
integer
offset
integer
Antwort
GET
/project/{id|slug}
Get a single project by ID or slug
Parameter
id|slug
string
*
Antwort
GET
/project/{id|slug}/version
List all versions of a project
Parameter
id|slug
string
*
Query-Parameter
loaders
string
game_versions
string
Antwort
Modtale API https://api.modtale.net/api/v1
GET
/mods
Browse Modtale mods (0-based pagination)
Query-Parameter
page
integer
game
string
Antwort