# Getting Started

Welcome aboard! This section will guide you through the steps to quickly start using **SportsAPI360’s powerful sports data APIs**.

Whether you're building an app for live cricket scores, a football results tracker, or a sports analytics dashboard, we make it easy for you to integrate real-time and historical data.

#### ✅ Step 1: Sign Up

Go to [sportsapi360.com](https://sportsapi360.com/) and create a free developer account.\
You'll get access to your dashboard, where you can manage your subscription, usage, and API keys.

***

#### 🔐 Step 2: Get Your API Key

Once logged in, go to your **Dashboard > App > API Key** section.\
This unique key identifies your account and must be included in all API requests.

* Your key looks like this: `api_key=YOUR_API_KEY_HERE`
* Keep it secure and don’t expose it in the frontend code.

{% hint style="info" %}
The Api Key has no expiration date and will remain valid until you manually delete it yourself.
{% endhint %}

***

#### 📦 Step 3: Choose a Subscription Plan

We offer flexible pricing plans for developers, startups, and enterprises:

* **Free Trial**: Perfect for testing and learning
* **Developer Plan**: Ideal for indie projects or MVPs
* **Pro & Business Plans**: High request limits, commercial rights, and priority support

Visit the Pricing Page for full details.

***

API utilizes response codes to indicate successful and failed API requests.

When making a request, a code response will always be returned. See below for a short list of possible code responses:

|       |                                                                                                                        |
| ----- | ---------------------------------------------------------------------------------------------------------------------- |
| `200` | <sub>Successful request and data was returned</sub>                                                                    |
| `400` | <sub>Part of the request is malformed; the exact reason can be found in the response</sub>                             |
| `401` | <sub>The request is not authenticated</sub>                                                                            |
| `403` | <sub>Unauthorized request to access data from an ineligible plan</sub>                                                 |
| `404` | <sub>This recond is not found. It could be that the data you're trying to access is deleted due to rescheduling.</sub> |
| `429` | <sub>You have reached the response rate limit of your plan</sub>                                                       |
| `500` | <sub>Internal error with our servers</sub>                                                                             |

{% hint style="info" %}
We recommend you use Postman for convenience. Every endpoint has an example request ready to be requested by you. Hit the button below to import our API collection. \
\
&#x20; [![Run in Postman](https://docs.sportmonks.com/~gitbook/image?url=https%3A%2F%2Frun.pstmn.io%2Fbutton.svg\&width=300\&dpr=4\&quality=100\&sign=5f4dbf4c\&sv=2)](https://cricket-postman.sportmonks.com/)
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docsv3.sportsapi360.com/football-docs/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
