Call Of Duty API
Github
NPM
Discord
Search
⌃
K
Links
Call Of Duty API
Getting Started
How to Login
Modern Warfare
Modern Warfare 2
Warzone 2
Modern Warfare 3
Cold War
Vanguard
Store
Get Store Content
Get Bundle Information
Battle Pass Tiers
User
Misc
Powered By
GitBook
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
}
Previous
Get Bundle Information
Next
User
Last modified
1yr ago