COD

…home

Maps

Maps with game mode per title

To get map information, this API query give map information for a title:

URI

https://my.callofduty.com/api/papi-client/ce/v1/title/${title}/platform/xbl/gameType/mp/communityMapData/availability

Params

Return schema

{
  "status": "success|error",
  "data": {
    "mapName": [
        "gameModeName"
    ]
  }
}

Example

https://my.callofduty.com/api/papi-client/ce/v1/title/bo4/platform/xbl/gameType/mp/communityMapData/availability

Get map data

You can get map data

URI

https://www.callofduty.com/api/papi-client/ce/v1/title/${title}/platform/xbl/gameType/mp/map/${map}/mode/${gamemode}/communityMapData

Params

Return schema

{
  "status": "success|error",
  "data": {
    "map": {
      "mapId": "mapName",
      "imageUrl": "mapImageUrl",
      "left": mapImageLocationLeft,
      "right": mapImageLocationRight,
      "top": mapImageLocationTop,
      "bottom": mapImageLocationBottom,
      "rotation": null
    },
    "mode": "gamemode",
    "matchesCount": matchesCount,
    "scale": mapImageScale",
    "yShift": mapImageYShift",
    "xShift": mapImageXShift",
    "histogramWidth": histogramWidth,
    "histogramHeight": histogramHeight,
    "date": lastDataTimestamp,
    "simpleHistogramLayers": { "kills": [[killMatrix]] }
  }
}

Example

https://www.callofduty.com/api/papi-client/ce/v1/title/bo4/platform/xbl/gameType/mp/map/mp_urban_alt/mode/tdm/communityMapData

Map image

URI

https://www.callofduty.com/cdn/app/base-maps/${title}/${map}.jpg

Params

Example

https://www.callofduty.com/cdn/app/base-maps/bo4/mp_urban_alt.jpg

Arsenal sandstorm BO4

Minmap image

URI

https://www.callofduty.com/cdn/app/maps/${title}/${imageURL}

Params

Example

https://www.callofduty.com/cdn/app/maps/bo4/hud_minimap_mp_urban-inverted.jpg

Arsenal sandstorm BO4 Minimap

For some reasons, some maps have the -inverted suffix

https://www.callofduty.com/cdn/app/maps/bo4/hud_minimap_mp_urban.jpg

Arsenal sandstorm not inverted BO4 Minimap

Stats

See profile stats to get map stats per profile.