Accueil
Espace Client
Panel
Discord
Rechercher…
FAQ
Tuto
Créer Collection Worskhop
DARKRP
FAQ
Jobs
Jobs VIP
Entitées
API
Introduction
List Servers
Get Information
Send console command
Send action
Propulsé par
GitBook
List Servers
List all servers
curl "https://garry.host/api/client" \
-H "Authorization: Bearer api" \
-H "Content-Type: application/json" \
-H "Accept: Application/vnd.pterodactyl.v1+json" \
-X GET
HTTP Request
GET https://garry.host/api/client
The above command returns JSON structured like this:
{
"object"
:
"list"
,
"data"
:
[
{
"object"
:
"server"
,
"attributes"
:
{
"server_owner"
:
true
,
"identifier"
:
"d3aac109"
,
"uuid"
:
"d3aac109-e5a0-4331-b03e-3454f7e136dc"
,
"name"
:
"Survival"
,
"description"
:
""
,
"limits"
:
{
"memory"
:
1024
,
"swap"
:
0
,
"disk"
:
5000
,
"io"
:
500
,
"cpu"
:
200
},
"feature_limits"
:
{
"databases"
:
5
,
"allocations"
:
5
}
}
}
],
"meta"
:
{
"pagination"
:
{
"total"
:
1
,
"count"
:
1
,
"per_page"
:
25
,
"current_page"
:
1
,
"total_pages"
:
1
,
"links"
:
[
]
}
}
}
API - Précédent
Introduction
Suivant - API
Get Information
Dernière mise à jour
3yr ago
Copier le lien
Sommaire
List all servers