# Football-Data API **Provider:** Football-Data **Category:** entertainment **Base URL:** `https://www.football-data.org` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 10 req/min (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.football-data.org ## Description Football data with matches info, players, teams, and competitions ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.football-data.org/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.football-data.org' ``` ## Sample Response ```json {} ``` ## Pricing Details Free tier: 10 req/min, limited competitions. Paid from €50/mo for full competition coverage. --- *Source: [API Map](https://apimap.dev/apis/football-data/) — CC BY 4.0*