Call Of Duty API
Github
NPM
Discord
Search
⌃
K
Links
Call Of Duty API
Getting Started
How to Login
Modern Warfare
Modern Warfare 2
Lifetime Statistics
Recent Match Details
Match Information
Warzone 2
Modern Warfare 3
Cold War
Vanguard
Store
User
Misc
Powered By
GitBook
Match Information
Retrieve detailed information about a specific match.
Multiplayer
import
{
ModernWarfare2
}
from
"call-of-duty-api"
;
try
{
let
data
=
await
ModernWarfare2
.
matchInfo
(
unoId
:
string
,
matchId
:
string
)
}
catch
(
Error
)
{
//Handle Exception
}
Previous
Recent Match Details
Next
Warzone 2
Last modified
28d ago