# Champions League Table, Fixtures and Results

**Use case:** 

The UEFA Champions League league phase as it stands: the single 36-club table with played, won, drawn, lost and goal difference, the form guide, the results just played and the fixtures coming up with venues and kick-off times, plus goals per match across the competition. Every match also comes back as a row.

## Input

```json
{
  "competitions": [
    "uefa.champions"
  ],
  "monthsOfMatches": 2,
  "listSize": 10,
  "playersRanked": 100,
  "includeMatches": true
}
```

## Output

```json
{
  "competition": {
    "label": "Competition"
  },
  "sport": {
    "label": "Sport"
  },
  "teams": {
    "label": "Teams"
  },
  "leader": {
    "label": "Leader"
  },
  "leaderPoints": {
    "label": "Points"
  },
  "leadMargin": {
    "label": "Lead"
  },
  "matchesPlayed": {
    "label": "Matches played"
  },
  "nextFixture": {
    "label": "Next fixture"
  },
  "matchesRead": {
    "label": "Matches read"
  },
  "espnUrl": {
    "label": "On ESPN"
  },
  "checkedAt": {
    "label": "Checked"
  }
}
```

## About this Actor

This example demonstrates how to use [Sports Standings, Fixtures, Form & Tennis Rankings](https://apify.com/precious_bathmat/sports-standings-and-fixtures.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/precious_bathmat/sports-standings-and-fixtures.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/precious_bathmat/sports-standings-and-fixtures.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
