Patch Note
GET
https://marvelrivalsapi.com/api/v1/patch-note/:id
Retrieves the details of a specific patch note by its ID, including title, date, preview, full content, and associated image.
Headers
Content-Type
application/json
x-api-key*
YOUR API KEY
Query Parameters
id
*
string
✔️
The id of the patch note you want to view
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?