Home

Introduction

The api.tazl.cc API provides access to various resources including user information from Roblox and the most updated list of nico's nextbots scoresnipers. Each endpoint is designed to return specific data in JSON format.

Base URL

All API requests are made to the following base URL:

https://api.tazl.cc

Endpoints

This API includes the following endpoints:

  1. GET /username/- Fetches information for a specified Roblox username.

  2. GET /items - Retrieves the list of scoresnipers.

Response Format

All responses are in JSON format and include CORS headers to allow cross-origin requests.

General Usage

To use the API, make an HTTP GET request to the relevant endpoint. Make sure to replace any placeholder segments in the URL (like :username) with the appropriate values.

Error Handling

The API uses standard HTTP status codes to indicate the success or failure of a request:

  • 200 OK: The request was successful.

  • 404 Not Found: The specified resource was not found.

  • 500 Internal Server Error: There was a problem with the server processing the request.

For any questions or further assistance, please contact me via email or discord

[email protected] OR tazl on Discord.

Last updated

Was this helpful?