Skip to main content
Use this quickstart to verify your API key and make a first football data request.

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/status to verify account usage and service state.
  • Use GET /v1/football/leagues to discover league public IDs.
  • Use GET /v1/football/fixtures for schedules, live scores, and match status.
  • Use GET /v1/football/teams and GET /v1/football/players to build team and player pages.
Last modified on May 20, 2026