Fetching Scoresnipers List

Endpoint

GET /items

Description

Retrieves the list of scoresnipers.

Request Example

GET https://api.tazl.cc/items

Response

  • Success (200): Returns a JSON array of the full list.

  • Error (500): If there is an issue fetching the list.

  • Error (1015): You are being rate-limited.

  • If there is no error, and you only failed to fetch, you are probably being rate limited.

Response Example

[
  {
    "username": "John_Doe"
  },
  {
    "username": "Jane_Doe"
  }
]

Notes

  • This is for the list of nico's nextbots scoresnipers that I host here.

  • This endpoint does not require any parameters.

Last updated

Was this helpful?