Lifetime Statistics
Retrieve lifetime statistics.
Multiplayer
import { ModernWarfare2 } from "call-of-duty-api";
try {
let data = await ModernWarfare2.fullData(unoId: string)
} catch(Error) {
//Handle Exception
}Last updated
Retrieve lifetime statistics.
import { ModernWarfare2 } from "call-of-duty-api";
try {
let data = await ModernWarfare2.fullData(unoId: string)
} catch(Error) {
//Handle Exception
}Last updated