# News

Add an extra dimension to your application with our exclusive and trustworthy Football News API.&#x20;

## Pre-match News

Access pre-match news articles for all top European competitions: UEFA Champions League, English Premier League, Spanish La Liga, German Bundesliga, Italian Serie A and French Ligue 1.

You can choose a variety of endpoints to retrieve the by expert-written news articles. Per endpoint, you can find the details, including base URL, parameters, includes and more.&#x20;

* **GET Pre-Match News by Season ID:** returns all pre-match news articles from your requested season ID.
* **GET Pre-Match News:** returns all the available pre-match news articles within your subscription.
* **GET Pre-Match News for Upcoming Fixtures:** returns all pre-match news articles within your subscription for the upcoming fixtures.

{% hint style="info" %}
Our Pre-Match News is available at a minimum of 48 hours before the start of a match.&#x20;
{% endhint %}

## Post-match News

Access post-match news articles that are created with AI. You can choose a wide array of diferent endpoints to retrieve these articles. These are the following:

* **GET Post-Match News by Season ID:** returns all post-match news articles from your requested season ID.
* **GET Post-Match News:** returns all the available post-match news articles within your subscription.

{% hint style="info" %}
Our Post-Match News is available straight after a fixture has concluded.
{% endhint %}

#### Include options

[`fixture`](https://docs.sportmonks.com/v3/entities/fixture#fixture) [`league`](https://docs.sportmonks.com/v3/entities/league-season-schedule-stage-and-round#league) [`lines`](#newsitem)

**Related Entities:**

Get an overview and explanation of all the fields returned in the API response. The related entities for the news endpoints are:

* [News](https://docs.sportmonks.com/v3/entities/other#news)


---

# Agent Instructions: 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:

```
GET https://docs.sportmonks.com/v3/endpoints-and-entities/endpoints/news.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
