Links

Recent Match Details

Retrieve recent match information from the last 20 games played.

Multiplayer

import { ModernWarfare3 } from "call-of-duty-api";
try {
let data = await ModernWarfare3.matches(unoId: string)
} catch(Error) {
//Handle Exception
}