# 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](https://docs.tazl.cc/roblox-and-scoresnipers/fetching-scoresnipers-list). Each endpoint is designed to return specific data in JSON format.

#### Base URL

All API requests are made to the following base URL:

```arduino
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](https://docs.tazl.cc/roblox-and-scoresnipers/fetching-scoresnipers-list#notes).

#### 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

`tazl@tazldied.cc OR tazl on Discord.`
