Match Information
Retrieve detailed information about a specific match.
No Data Populated. Added for Future Support.
Multiplayer
import { ModernWarfare3 } from "call-of-duty-api";
try {
let data = await ModernWarfare3.matchInfo(unoId: string, matchId: string)
} catch(Error) {
//Handle Exception
}
Last updated
Was this helpful?