Skip to main content
The Nests API allows you to retrieve information about service nests. Nests are high-level groupings for different types of game servers (e.g., Minecraft, Source Engine, Voice Servers).
Nests are read-only via the API. They cannot be created, updated, or deleted through the API.

List Nests

Retrieves a paginated list of all nests on the Panel.

Query Parameters

integer
default:"50"
Number of results per page
string
Include related resources. Available: eggs, servers

Response

string
Always list
array
Array of nest objects

Get Nest Details

Retrieves details for a specific nest.

Path Parameters

integer
required
The internal ID of the nest

Query Parameters

string
Include related resources. Available: eggs, servers

Response

List Nest Eggs

Retrieves all eggs that belong to a specific nest.

Path Parameters

integer
required
The internal ID of the nest

Query Parameters

string
Include related resources. Available: nest, servers, config, script, variables

Response

Returns an array of egg objects. See Eggs for the egg object structure.

Get Specific Egg from Nest

Retrieves a specific egg from a nest.

Path Parameters

integer
required
The internal ID of the nest
integer
required
The internal ID of the egg

Query Parameters

string
Include related resources. Available: nest, servers, config, script, variables

Response

Returns a single egg object. See Eggs for the full egg object structure.

Usage Examples

List All Nests with Their Eggs

Get Minecraft Nest with All Servers

Find Available Eggs for Server Creation