Retrieve recent match information from the last 20 games played.
import { ModernWarfare, platforms } from "call-of-duty-api"; try { let data = await ModernWarfare.combatHistory(gamertag: string, platform: platforms) } catch(Error) { //Handle Exception }
import { Warzone, platforms } from "call-of-duty-api"; try { let data = await Warzone.combatHistory(gamertag: string, platform: platforms) } catch(Error) { //Handle Exception }
Last updated 2 years ago
Was this helpful?