Call Of Duty API
  • Call Of Duty API
  • Getting Started
  • How to Login
  • Modern Warfare
    • Lifetime Statistics
    • Recent Match Details
    • Match Information
    • Map List
    • Battle Pass Progress
  • Modern Warfare 2
    • Lifetime Statistics
    • Recent Match Details
    • Match Information
  • Warzone 2
    • Lifetime Statistics
    • Recent Match Details
    • Match Information
  • Modern Warfare 3
    • Lifetime Statistics
    • Recent Match Details
    • Match Information
  • Cold War
    • Lifetime Statistics
    • Recent Match Details
    • Match Information
    • Map List
    • Battle Pass Progress
  • Vanguard
    • Lifetime Statistics
    • Recent Match Details
    • Match Information
    • Map List
    • Battle Pass Progress
  • Store
    • Get Store Content
    • Get Bundle Information
    • Battle Pass Tiers
  • User
    • Cod Points
    • Connected Accounts
    • Event Feed
    • Identities
    • Settings
  • Misc
    • Fuzzy Search
Powered by GitBook
On this page

Was this helpful?

  1. Warzone 2

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
}
PreviousWarzone 2NextRecent Match Details

Last updated 1 year ago

Was this helpful?