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
Recent Match Details
Retrieve recent match information from the last 20 games played.
Multiplayer
import
{
ModernWarfare3
}
from
"call-of-duty-api"
;
try
{
let
data
=
await
ModernWarfare3
.
matches
(
unoId
:
string
)
}
catch
(
Error
)
{
//Handle Exception
}
Previous
Lifetime Statistics
Next
Match Information
Last modified
28d ago