All requests must include a
User-Agent header in the format AppName/Version (+URL). Requests without it will be rejected.GET /v1/sprays
Returns a list of all sprays.Query parameters
string
default:"en-US"
BCP 47 locale string for response localization. Example:
it-IT, ru-RU, tr-TR.Example request
Response
Response fields
number
required
HTTP status code of the response.
object[]
required
Array of spray objects.
GET /v1/sprays/{uuid}
Returns a single spray by its UUID.Path parameters
string
required
The UUID of the spray to retrieve.
Query parameters
string
default:"en-US"
BCP 47 locale string for response localization.
Example request
Response
GET /v1/sprays/levels
Returns a flat list of all spray levels across every spray. Use this endpoint when you need to look up a level directly by its UUID without knowing which parent spray it belongs to.Query parameters
string
default:"en-US"
BCP 47 locale string for response localization.
Example request
Response
Response fields
number
required
HTTP status code of the response.
object[]
required
Array of spray level objects.
GET /v1/sprays/levels/{uuid}
Returns a single spray level by its UUID.Path parameters
string
required
The UUID of the spray level to retrieve.
Query parameters
string
default:"en-US"
BCP 47 locale string for response localization.