Call Of Duty API
Github
NPM
Discord
Search
⌃
K
Links
Call Of Duty API
Getting Started
How to Login
Modern Warfare
Lifetime Statistics
Recent Match Details
Match Information
Map List
Battle Pass Progress
Modern Warfare 2
Warzone 2
Modern Warfare 3
Cold War
Vanguard
Store
User
Misc
Powered By
GitBook
Map List
Retrieve list of maps and their supported modes.
import
{
ModernWarfare
,
platforms
}
from
"call-of-duty-api"
;
try
{
let
data
=
await
ModernWarfare
.
mapList
(
platform
:
platforms
)
}
catch
(
Error
)
{
//Handle Exception
}
Previous
Match Information
Next
Battle Pass Progress
Last modified
1yr ago