{ "object": "list", "data": [ { "object": "nest", "attributes": { "id": 1, "uuid": "1a7f8c5e-2b3a-4c9d-8e1f-9a3b4c5d6e7f", "author": "[email protected]", "name": "Minecraft", "description": "Minecraft - the classic game from Mojang. With support for Vanilla MC, Spigot, and many others!", "created_at": "2024-01-01T00:00:00+00:00", "updated_at": "2024-01-01T00:00:00+00:00" } }, { "object": "nest", "attributes": { "id": 2, "uuid": "2b8e9d6f-3c4b-5d0e-9f2g-0b4c5d6e7f8g", "author": "[email protected]", "name": "Source Engine", "description": "Includes support for most Source Dedicated Server games.", "created_at": "2024-01-01T00:00:00+00:00", "updated_at": "2024-01-01T00:00:00+00:00" } } ], "meta": { "pagination": { "total": 2, "count": 2, "per_page": 50, "current_page": 1, "total_pages": 1 } }}
Application API
Nests
Manage service nests and configurations
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.
{ "object": "nest", "attributes": { "id": 1, "uuid": "1a7f8c5e-2b3a-4c9d-8e1f-9a3b4c5d6e7f", "author": "[email protected]", "name": "Minecraft", "description": "Minecraft - the classic game from Mojang. With support for Vanilla MC, Spigot, and many others!", "created_at": "2024-01-01T00:00:00+00:00", "updated_at": "2024-01-01T00:00:00+00:00" }}