All Maps
GET
https://marvelrivalsapi.com/api/v1/maps
Retrieves all available maps with optional pagination to control the number of results per page.
Headers
Content-Type
application/json
x-api-key*
YOUR API KEY
Query Parameters
page
integer
❌
The page number to fetch (defaults to 1).
limit
integer
❌
The number of maps to return per page (defaults to 10).
Example Requests
Response
Response Field Descriptions
total_maps
Number
Total number of maps
maps
Array
An array of map objects with details
Breakdown of Map Object:
id
Number
Unique identifier for the map
name
String
Short name of the map
full_name
String
Full name of the map, including location
location
String
Location of the map
description
String
Description of the map
game_mode
String
The game mode of the map (e.g., "Convoy", "Convergence")
is_competitve
Boolean
Whether the map is competitive or not
sub_map
Object
Sub-map details, includes id
, name
, and thumbnail
video
String
Video URL related to the map
images
Array
Array of image paths related to the map
Last updated
Was this helpful?