> For the complete documentation index, see [llms.txt](https://docs.sportmonks.com/v3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sportmonks.com/v3/tutorials-and-guides/tutorials/data-features-per-league.md).

# Data features per league

When you’re planning an integration, it’s important to know **which data features are available for each league** in your subscription.

This page explains the different ways to check league‑level coverage and points you to existing resources that already list supported leagues for specific features.

{% hint style="info" %}
League coverage and data features can change over time (for example, when we expand coverage or add new competitions). Always rely on **dynamic endpoints and MySportmonks** as the source of truth, rather than hardcoding static lists from this page.
{% endhint %}

#### What is included in every plan

Every plan (Starter, Growth, Pro and Enterprise) includes all of the following at no additional cost. The only variables between plans are the number of leagues you can access and your hourly API call limit.

| Included in every plan |
| ---------------------- |
| Schedules and results  |
| Livescores and events  |
| Fixture statistics     |
| Season statistics      |
| Team statistics        |
| Player statistics      |
| Lineup statistics      |
| Coach statistics       |
| Referee statistics     |
| Standings              |
| Teams and participants |
| Trend analysis         |
| Transfers              |

#### Add-ons

The following features are not included in any base plan. They are purchased separately and apply to all leagues in your subscription once active.

| Add-on              | Notes                                                                                  |
| ------------------- | -------------------------------------------------------------------------------------- |
| Expected Goals (xG) | Two tiers: Basic and Advanced. See the xG section below for availability details.      |
| Expected Lineups    | Growth plan and above only. Human-curated expected starting eleven.                    |
| Pressure Index      | Live momentum metric at team level.                                                    |
| Predictions         | Machine-learning match outcome probabilities.                                          |
| Odds                | Real-time pre-match and in-play odds.                                                  |
| Premium Odds        | Pre-match only, powered by TXODDS. More bookmakers, faster updates, full odds history. |
| Match Facts         | Pre-calculated team and player insights.                                               |
| Transfer Rumours    | Structured transfer speculation. Growth plan and above only.                           |
| News                | Fixture-level news articles for major leagues.                                         |
| Historical Data     | Comprehensive historical archive. One-time fee. Included by default on Enterprise.     |
| Extra API Calls     | Additional calls per hour on top of your plan limit.                                   |

{% hint style="info" %}
The docs assistant cannot see your subscription. For a definitive list of what is active on your account, use [MySportmonks](https://my.sportmonks.com/) or the My Data Features endpoint described in section 4 below.
{% endhint %}

### 1. xG (Expected values) coverage per league

For expected values (xG and related metrics), we maintain a dedicated coverage page that lists exactly which leagues are supported.

You can find the current xG league coverage here:

* [Expected > Coverage](https://docs.sportmonks.com/v3/tutorials-and-guides/tutorials/expected/coverage)

That page contains a table with all leagues and their IDs that have Expected values available.

{% hint style="info" %}
xG is available in two tiers as an add-on. The **Basic** tier gives access to xG data straight after a match finishes. The **Advanced** tier gives real-time access during the match. Both tiers cover the same leagues. See the [pricing page](https://www.sportmonks.com/football-api/plans-pricing) for current rates.
{% endhint %}

### 2. Match Facts coverage per league

For **Match Facts**, league coverage is documented on the Match Facts page. It also links to a live spreadsheet with the detailed coverage.

* [Match Facts](https://docs.sportmonks.com/v3/endpoints-and-entities/endpoints/match-facts)

On that page you’ll find a **“Download league coverage”** link which contains an up‑to‑date overview of all leagues that currently support Match Facts.

### 3. Using MySportmonks to inspect your leagues & features

MySportmonks provides a UI-driven way to see your subscription details, including which leagues and data features are included in your plan.

**To view your subscription information:**

1. Log in to [MySportmonks](https://my.sportmonks.com/).
2. Navigate to **My Subscription** (on the Subscriptions page).
3. View your plan details, which show:
   * **Package level** (Advanced)
   * **Total number of leagues** in your subscription
4. Click the **"Data Features"** button (eye icon) to see a list of all data features available in your plan (e.g., Predictions, Premium Odds, xG Advanced, Match Facts Advanced, Expected Lineups, etc.).
5. Click the **"Leagues"** button to see a searchable list of all leagues included in your subscription, along with their league IDs.

<figure><img src="https://3469464275-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9zsNGu3HAzSnl5DWBD3Y%2Fuploads%2F6C4uXXg77By4M7TVRi33%2Fplan-1.webp?alt=media&amp;token=edae7cb1-988d-4c75-9dfc-54849b915023" alt=""><figcaption></figcaption></figure>

### 4. Programmatic overview via “My” endpoints

For automated checks and monitoring, you can use our **“My” endpoints** to discover which data features and leagues are available in your account.

These endpoints are introduced here:

* [New endpoints and data features](https://docs.sportmonks.com/v3/welcome/differences-between-api-2-and-api-3/new-endpoints-and-data-features)

The key ideas:

* **My Leagues** –> returns the leagues that are part of your subscription.
* **My Data Features** –> returns the data features you have access to.
* **My Endpoints** –> lists endpoints available for your account.

Combined, these let you:

1. Retrieve the leagues in your plan.
2. Retrieve the data features in your plan.
3. Cross‑reference them in your own system to build a matrix of **league → available features** (e.g. Odds, Predictions, xG, Match Facts, News).

{% hint style="info" %}
You can explore and test all **“My” endpoints** in our official Postman collection or directly from MySportmonks. Use these as your single source of truth for what is actually enabled in your account.
{% endhint %}

### 5. Recommended workflow to answer “what’s available for this league?”

If you need to check coverage for a specific league (for example, the Premier League):

1. **Find the league and season**
   * Use the regular [Leagues endpoints](https://docs.sportmonks.com/v3/endpoints-and-entities/endpoints/leagues) (e.g. **GET All Leagues** or **GET League by ID**) or the [Leagues tutorial](/v3/tutorials-and-guides/tutorials/leagues-and-seasons/leagues.md) to identify the correct `league_id` and `season_id`.
2. **Check whether the feature is globally available for that league**
   * For xG: use the [Expected coverage](https://docs.sportmonks.com/v3/tutorials-and-guides/tutorials/expected/coverage) table.
   * For Match Facts: use the coverage sheet linked from the [Match Facts](https://docs.sportmonks.com/v3/endpoints-and-entities/endpoints/match-facts) page.

By following these steps you can always reliably answer: **“Which data features do I have for this league?”** without relying on outdated static lists.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sportmonks.com/v3/tutorials-and-guides/tutorials/data-features-per-league.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
