Match Information
Retrieve detailed information about a specific match.
Multiplayer
import { Warzone2 } from "call-of-duty-api";
try {
let data = await Warzone2.matchInfo(unoId: string, matchId: string)
} catch(Error) {
//Handle Exception
}Last updated