Game Versions
GET
https://marvelrivalsapi.com/api/v1/game-versions
Retrieves all available game versions with optional pagination and the option to filter for the current version, including corresponding patch notes for each version.
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 versions to return per page (defaults to 10)
Example Requests
Response
Response Field Descriptions
total_versions
Number
Total number of versions available (e.g., 8
).
versions
Array
Array containing version objects with detailed information on each version update.
version
Number
The unique version identifier, typically based on the release date (e.g., 20250314
).
release
String
The release date of the patch (e.g., "March 12th, 2025"
).
patchNotesUrl
String
URL or API endpoint to access the patch notes for the specific version (e.g., "/api/v1/patch-note/20250314"
).
Last updated
Was this helpful?