# Football Fixtures API for Teams

**Use case:** Build AI training data

Get upcoming football fixtures for any team using Football-Data.org API. Access match schedules easily. Try it free!

## Input

```json
{
  "apiKey": "***",
  "teamName": "Chelsea FC",
  "competition": "PL",
  "dateFrom": "2026-05-13",
  "dateTo": "2026-05-14",
  "maxItems": 20
}
```

## Output

```json
{
  "matchDate": {
    "label": "Match date"
  },
  "homeTeam": {
    "label": "Home team"
  },
  "awayTeam": {
    "label": "Away team"
  },
  "competition": {
    "label": "Competition"
  },
  "venue": {
    "label": "Venue"
  },
  "status": {
    "label": "Status"
  },
  "matchday": {
    "label": "Matchday"
  }
}
```

## About this Actor

This example demonstrates how to use [Football Fixtures Api](https://apify.com/martin_sabo/football-fixtures-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/martin_sabo/football-fixtures-api) to learn more, explore other use cases, and run it yourself.