# Topscorers

Retrieve accurate information about the goals, assist and card topscorers. The topscorers endpoint returns the top 25 players. You can request the topscorers in total or by type: Goals, Cards or Assists.

Use one of our 2 topscorer endpoints. Per endpoint, you can find the details, including base URL, parameters, includes and more.&#x20;

* **GET Topscorers by Season ID:** returns all the topscorers of the requested season.
* **GET Topscorers by Stage ID:** return all the topscorers of the requested stage.

### Include options

[`season`](https://docs.sportmonks.com/v3/entities/league-season-schedule-stage-and-round#season) [`stage`](https://docs.sportmonks.com/v3/entities/league-season-schedule-stage-and-round#stage) [`player`](https://docs.sportmonks.com/v3/entities/team-player-squad-coach-and-referee#player) [`team`](https://docs.sportmonks.com/v3/entities/team-player-squad-coach-and-referee#team) [`type`](https://app.gitbook.com/o/-MJWE53IpT91aRTPjruo/s/z0kWjB5EvZvqGsozw8vP/)&#x20;

### **Related Entities:**

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

* [Topscorer](https://docs.sportmonks.com/v3/entities/standing-and-topscorer#topscorers)


---

# 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/topscorers.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.
