All Patch Notes
GET
https://marvelrivalsapi.com/api/v1/patch-notes
Retrieves all available patch notes 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 patches to return per page (defaults to 10)
Example Requests
Response
Response Field Descriptions
id
String
Unique identifier for the patch, typically based on the date (e.g., "20250214"
).
title
String
Title of the patch notes (e.g., "Marvel Rivals Version 20250214 Patch Notes"
).
date
String
Date the patch was released, formatted as YYYY/MM/DD
(e.g., "2025/02/13"
).
overview
String
Short summary of the patch, usually a teaser for what's included (e.g., costumes, map, fixes).
fullContent
String
Full detailed content of the patch, including costume info, fixes, and developer notes.
imagePath
String
Path or URL to the patch image or banner (e.g., "/patchNotes/patch_20250214.jpg"
).
Last updated
Was this helpful?