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
}
CWloot.json
2KB
Code
Last modified 1yr ago