API

Get Script Details

GET /api/v1/public/scripts/{script-name}

Returns detailed public information about a specific script.


Headers

Name
Value

Content-Type

application/json


Path Parameters

Name
Type
Description

script-name

string

Unique identifier of the script

Rules

  • Max length: 50

  • Allowed characters: a-z A-Z 0-9 - _


Query Parameters

Name
Type
Description

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

Name
Value

Content-Type

application/json


Path Parameters

Name
Type
Description

id

string

Unique server identifier

Rules

  • Max length: 10

  • Allowed 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

Name
Value

Content-Type

application/json


Path Parameters

Name
Type
Description

id

string

Unique server identifier

Rules

  • Max length: 100

  • Allowed characters: a-z A-Z 0-9 - _


Response


Caching

All endpoints are cached with:

Last updated