> For the complete documentation index, see [llms.txt](https://docs.codapi.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codapi.dev/modern-warfare-3/recent-match-details.md).

# Recent Match Details

Retrieve recent match information from the last 20 games played.

{% hint style="danger" %}
These endpoints will no longer return data as of 1st March 2024.
{% endhint %}

## Multiplayer

```javascript
import { ModernWarfare3 } from "call-of-duty-api";

try {
   let data = await ModernWarfare3.matches(unoId: string)
} catch(Error) {
    //Handle Exception
}
```
