Battle Pass Tiers

Retrieve seasonal content.

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

try {
   let data = await Store.battlePassLoot(season: number, platform: platforms)
} catch(Error) {
    //Handle Exception
}

Last updated