Use this quickstart to verify your API key and make a first football data request.Documentation Index
Fetch the complete documentation index at: https://docs.nextsportsapi.com/llms.txt
Use this file to discover all available pages before exploring further.
1. Get an API key
Create or copy an API key from the NextSportsAPI dashboard. Keep API keys on the server side. Do not expose production keys in public browser code, public repositories, or mobile app bundles.2. Set the base URL
3. Add authentication
4. Request league standings
5. Read the response
Next steps
- Use
GET /v1/statusto verify account usage and service state. - Use
GET /v1/football/leaguesto discover league public IDs. - Use
GET /v1/football/fixturesfor schedules, live scores, and match status. - Use
GET /v1/football/teamsandGET /v1/football/playersto build team and player pages.