MarvelRivalsAPI.com
  1. Maps
MarvelRivalsAPI.com
  • Introduction
  • Get Started
    • Authentication
    • Rate Limits
    • Errors
      • Status Codes
    • SDKs & Extentions
      • Community Libraries
  • Endpoints
    • Achievements
      • List achievements
      • Search achievement
    • Patch Notes
      • List balances
      • Search balance
      • List dev diaries
      • Search dev diary
      • List patch notes
      • Search patch note
      • List game versions
    • Battle Pass
      • Battlepass
    • Heroes
      • List Heroes
      • Search hero
      • Hero stats
      • Hero leaderboard
      • List costumes
      • Search hero costume
    • Items
      • List items
      • Search item
    • Maps
      • List maps
        GET
      • Search map
        GET
    • Player Match History
      • Search match
      • Player match history
      • Player match history v2
    • Player Stats
      • Search player
      • Player stats
      • Player stats v2
      • Update player
      • Player Leaderboard
  1. Maps

Search map

GET
/api/v2/map/{id}
Maintainer:Alastor
Retrieves a specific map's information.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://marvelrivalsapi.com/api/v2/map/' \
--header 'x-api-key;'
Response Response Example
200 - Success
{
    "id": 1311,
    "name": "Arakko",
    "full_name": "Hellfire Gala: Arakko: Sister Island of Krakoa",
    "location": "Hellfire Gala",
    "description": "Escort the \"Avatar of Krakoa\" payload through two checkpoints and to the Great Ring",
    "game_mode": "Convoy",
    "is_competitve": true,
    "sub_map": {
        "id": 1248,
        "name": null,
        "thumbnail": null
    },
    "video": "https://youtu.be/_DCOXD7X7yA",
    "images": [
        "/rivals/maps/map_1311.png",
        "/rivals/maps/medium/map_1311.png",
        "/rivals/maps/large/map_1311.png"
    ]
}

Request

Path Params
id
integer 
required
The id of the map
Header Params
x-api-key
string 
required
The API key for authorization. It is necessary to provide a valid API key to access the data.
Example:
your-api-key-here

Responses

🟢200OK
application/json
Successful response
Body
id
integer 
required
name
string 
required
full_name
string 
required
location
string 
required
description
string 
required
game_mode
string 
required
is_competitve
boolean 
required
sub_map
object 
required
id
integer 
required
name
null 
required
thumbnail
null 
required
video
string 
required
images
array[string]
required
🟠400Bad Request
🟠401Unauthorized
🟠404Record Not Found
🔴500Server Error
Modified at 2025-07-23 14:35:31
Previous
List maps
Next
Search match
Built with