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
Lifetime Statistics
Recent Match Details
Match Information
Cold War
Vanguard
Store
User
Misc
Powered By
GitBook
Match Information
Retrieve detailed information about a specific match.
No Data Populated. Added for Future Support.
Multiplayer
import
{
ModernWarfare3
}
from
"call-of-duty-api"
;
try
{
let
data
=
await
ModernWarfare3
.
matchInfo
(
unoId
:
string
,
matchId
:
string
)
}
catch
(
Error
)
{
//Handle Exception
}
Previous
Recent Match Details
Next
Cold War
Last modified
28d ago