Instances
Search instances
Search for active instances.
Query Parameters
query?string
Text query to search instances
world?string
World identifier to filter by
owner?string
Owner identifier to filter by
limit?integer
Default
10Range
1 <= value <= 100offset?integer
Default
0Range
0 <= valueResponse Body
application/json
curl -X GET "https://nox.hactazia.fr/api/instances"{
"total": 0,
"query": "string",
"world": "string",
"owner": "string",
"limit": 0,
"offset": 0,
"instances": [
{
"id": 0,
"server": "string",
"name": "string",
"title": "string",
"description": "string",
"thumbnail": "http://example.com",
"capacity": 0,
"owner": "string",
"tags": [
"string"
],
"world": "string",
"connection": {
"method": "string",
"data": "string"
},
"client_count": 0,
"players": [
{
"user": "string",
"display": "string"
}
]
}
]
}