API
Get Script Details
GET /api/v1/public/scripts/{script-name}
Returns detailed public information about a specific script.
Headers
Content-Type
application/json
Path Parameters
script-name
string
Unique identifier of the script
Rules
Max length:
50Allowed characters:
a-z A-Z 0-9 - _
Query Parameters
getServerIds
boolean
Include server IDs using this script
Response
Get Server Details
GET /api/v1/public/servers/{id}
Returns public details of a single server.
Headers
Content-Type
application/json
Path Parameters
id
string
Unique server identifier
Rules
Max length:
10Allowed characters:
a-z A-Z 0-9 - _
Response
Get Server Player History
GET /api/v1/public/servers/{id}/history
Returns player count history for the last 7 days.
Headers
Content-Type
application/json
Path Parameters
id
string
Unique server identifier
Rules
Max length:
100Allowed characters:
a-z A-Z 0-9 - _
Response
Caching
All endpoints are cached with:
Last updated