Retrieve recent match information from the last 20 games played.
These endpoints will no longer return data as of 1st March 2024.
import { ModernWarfare2 } from "call-of-duty-api"; try { let data = await ModernWarfare2.matches(unoId: string) } catch(Error) { //Handle Exception }
Last updated 8 months ago