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