> For the complete documentation index, see [llms.txt](https://docs.sportmonks.com/v2/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/v2/cricket-api/relationships/results.md).

# Results

## Toss Won

Via `tosswon`you are able to gain information about the team who won the toss.

You can request all the toss won livescores we have via below endpoint:

```javascript
https://cricket.sportmonks.com/api/v2.0/livescores?api_token={YOURTOKEN}&include=tosswon
```

## Winner Team

Via this `winnerteam`you are able to gain information about the team who won the game.

You can request all the winner team livescores we have via below endpoint:

```javascript
https://cricket.sportmonks.com/api/v2.0/livescores?api_token={YOURTOKEN}&include=winnerteam
```

## Man of the Match

Get information about who is elected `man of the match`.

You can request all the man of match livescores we have via below endpoint:

```javascript
https://cricket.sportmonks.com/api/v2.0/livescores?api_token={YOURTOKEN}&include=manofmatch
```

## Man of the Series

Get information about who is elected `man of the series`.

You can request all the man of series livescores we have via below endpoint:

```javascript
https://cricket.sportmonks.com/api/v2.0/livescores?api_token={YOURTOKEN}&include=manofseries
```
