Lifetime Statistics

Retrieve lifetime statistics.

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

Multiplayer

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

try {
   let data = await ModernWarfare3.fullData(unoId: string)
} catch(Error) {
    //Handle Exception
}

Last updated