MarvelRivalsAPI.com
  1. Patch Notes
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
        GET
      • Search balance
        GET
      • List dev diaries
        GET
      • Search dev diary
        GET
      • List patch notes
        GET
      • Search patch note
        GET
      • List game versions
        GET
    • 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
      • Search map
    • 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. Patch Notes

Search dev diary

GET
/api/v1/dev-diary/{id}
Patch Notes
Maintainer:Alastor
Retrieves the details of a specific dev diary by its ID.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://marvelrivalsapi.com/api/v1/dev-diary/' \
--header 'x-api-key;'
Response Response Example
{
    "id": "12",
    "title": "Dev Talk Vol.12 | Seasonal Rewards Adjustments",
    "date": "2025/02/14",
    "overview": "After the recent Dev Talk on rank adjustments, we have been closely monitoring the community's feedback.",
    "fullContent": "Hey, Rivals!\n\nAfter the recent Dev Talk on rank adjustments, we have been closely monitoring the community's feedback. As the first half of Season 1 draws to a close, we recognize that some players are concerned about not having enough time to reach Gold rank and earn the Invisible Woman costume, Blood Shield reward. We have decided to make some adjustments to the reward system to accommodate and help support these players.\n\nHere are the details:\n\n1. The first half of the season will conclude on February 21, 2025, at 8:00 AM (UTC+0). Eligible players will receive their respective rewards, allowing them to enjoy the fruits of their hard work ahead of time.\n\n2. The Gold rank costume rewards for the second half of the season will include: the Invisible Woman costume, Blood Shield, from the first half of the season, and the brand-new Human Torch costume, Blood Blaze, for the second half of the season. In order to claim both rewards, players must participate in at least 10 competitive matches during the second half of the season and reach Gold rank or higher. Keep in mind, this is the last opportunity to earn these costumes, as they will be replaced with new rewards in Season 2.\n\n3. The Crest of Honor rewards will remain separate for each half of the season. This means that the Crests of Honor for the first half of the season can only be earned during that period, while the Crests of Honor for the second half of the season can only be obtained within its respective timeframe.\n\nWe hope these changes give you greater flexibility. Whether you are balancing Marvel Rivals with your daily life or aiming for the stars in Competitive mode, we want you to be able to achieve your rank goals, claim your rewards, and enjoy the game to the fullest. Stay tuned on our official channels for the latest updates for the second half of the Season 1 and continue to ignite the battle!\n\n \n\nFor more information about us, check out and follow our other social channels.\n\nDiscord [https://discord.gg/marvelrivals]|X [https://twitter.com/MarvelRivals]|Facebook [https://www.facebook.com/marvelrivals]|Instagram [https://www.instagram.com/marvelrivals/]|TikTok [https://www.tiktok.com/@marvelrivals]|YouTube [https://www.youtube.com/@MarvelRivals]|Twitch [https://www.twitch.tv/marvelrivals]",
    "imagePath": "/devDiaries/dev_diary_1739508346171.jpg"
}

Request

Path Params
id
string 
required
The unique ID of the dev diary.
Example:
20230201
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
Successfully retrieved the dev diary.
Body
id
string 
required
title
string 
required
date
string 
required
overview
string 
required
fullContent
string 
required
imagePath
string 
required
🟠404Record Not Found
🔴500Server Error
Modified at 2025-07-23 14:35:31
Previous
List dev diaries
Next
List patch notes
Built with