SoccersAPIDocs
Docs โ€บ Guides

Setup the API

๐Ÿ’ก Tip
Follow these steps to get started quickly. If you encounter any issues, reach out to our support team at [email protected].


1. Register or Log In

Once registered, the dashboard shows the trial or plan currently assigned to the account and the leagues available to it.


2. Access Your Dashboard

Go to your dashboard:
๐Ÿ‘‰ admin.soccersapi.com

From here you can:


3. Generate an API Token

Create and manage tokens here:
๐Ÿ‘‰ admin.soccersapi.com/api-tokens


4. Select Your Leagues

Check and manage which leagues are active in your plan:
๐Ÿ‘‰ admin.soccersapi.com/leagues


5. Start Making API Calls

Use your username and token in every request.

Example:

curl -L -g "https://api.soccersapi.com/v2.2/countries/?user={{USERNAME}}&token={{TOKEN}}&t=list"

Routes work with or without the trailing slash; the reference uses it for consistency. Pass credentials as query parameters and never expose a production token in browser code, screenshots, support tickets or a public repository.

Read in the reference