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
Lifetime Statistics
Recent Match Details
Match Information
Map List
Battle Pass Progress
Vanguard
Store
User
Misc
Powered By
GitBook
Map List
Retrieve list of maps and their supported modes.
import
{
ColdWar
,
platforms
}
from
"call-of-duty-api"
;
try
{
let
data
=
await
ColdWar
.
mapList
(
platform
:
platforms
)
}
catch
(
Error
)
{
//Handle Exception
}
Previous
Match Information
Next
Battle Pass Progress
Last modified
1yr ago