# Transfer rumours

<figure><img src="/files/3nVp87kEKmYMb1Yy6O3J" alt=""><figcaption></figcaption></figure>

> **📦 Partner add-on required**
>
> Transfer rumours data requires the **Transfer Rumours add-on** powered by FootballFeeds.
>
> Provides transfer speculation, news, and market updates.
>
> **Pricing:**
>
> * Starter: Not available
> * Growth: €99/month
> * Pro: €99/month
> * Enterprise: Included in negotiation
>
> [View pricing and add-ons →](https://www.sportmonks.com/football-api/plans-pricing)

Do you want the latest inside scoop before it hits the headlines? The **Transfer Rumours** endpoint delivers data on potential player moves, straight from the rumour mill. Whether it's speculation or serious chatter, you'll get all the details needed to inform your app visitors.

Each rumour entry provides:

* 🔄 **Player** involved in the rumour
* 📍 **Destination team(s)** the player might join
* 📈 **Probability** of the transfer happening
* 📰 **Source** of the rumour
* 💰 **Monetary value** tied to the deal (if known)

> 💡 A single player can appear in multiple rumours, potentially linked to different destination teams (e.g., both Team A and Team B).

{% hint style="warning" %}
⚠️ These are *rumours*, not confirmed transfers.\
📌 This data is **not linked** to standard models like fixtures or events.\
🔗 Use the **dedicated transfer-rumours endpoints** to retrieve this data.
{% endhint %}

#### Include options

[`sport`](https://docs.sportmonks.com/v3/core-api/) [`player`](/v3/endpoints-and-entities/entities/team-player-squad-coach-and-referee.md#player) [`type`](https://docs.sportmonks.com/v3/core-api/) [`fromTeam`](/v3/endpoints-and-entities/entities/team-player-squad-coach-and-referee.md#team) [`toTeam`](/v3/endpoints-and-entities/entities/team-player-squad-coach-and-referee.md#team) [`position`](https://docs.sportmonks.com/v3/core-api/) [`detailedPosition`](https://docs.sportmonks.com/v3/core-api/)


---

# 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/transfer-rumours.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.
