Battle Pass Progress

Retrieve information regarding each seasonal battle pass.

Logged in user only.

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

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

Last updated