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. Cold War

Battle Pass Progress

Retrieve information regarding each seasonal battle pass.

Logged in user only.

import { ColdWar, platforms } from "call-of-duty-api";

try {
   let data = await ColdWar.seasonloot(matchId: string, platform: platforms)
} catch(Error) {
    //Handle Exception
}
PreviousMap ListNextVanguard

Last updated 3 years ago

Was this helpful?