Lifetime Statistics
Retrieve lifetime statistics.
These endpoints will no longer return data as of 1st March 2024.
Multiplayer
import { Warzone2 } from "call-of-duty-api";
try {
let data = await Warzone2.fullData(unoId: string)
} catch(Error) {
//Handle Exception
}
Last updated
Was this helpful?