Links

Match Information

Retrieve detailed information about a specific match.

Multiplayer

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