Match Information

Retrieve detailed information about a specific match.

These endpoints will no longer return data as of 1st March 2024.

Multiplayer

import { ModernWarfare2 } from "call-of-duty-api";

try {
   let data = await ModernWarfare2.matchInfo(unoId: string, matchId: string)
} catch(Error) {
    //Handle Exception
}

Last updated