Jae's Blog

2025-04-19

Getting Steam game changelogs in your RSS reader

Filed under: Random,Tutorials — jae @ 19:08

A little known feature of Steam is that it offers RSS feeds for any app/game/whatever shared using it.

The URL is also very simple to use:

https://store.steampowered.com/feeds/news/app/$AppIDCode language: JavaScript (javascript)

You can then replace $AppID by the application ID of your game.

For instance, if we want to monitor Resonite, app ID 2519830, you will need the following URL:

https://store.steampowered.com/feeds/news/app/2519830Code language: JavaScript (javascript)

There, super easy!

Screenshot of the Resonite Steam RSS feed, showing the 2025.4.10.1305 changelog.
How it looks in a RSS reader

1 Comment »

  1. @b :O Good to know! Gonna start using this

    Comment by Lexevo — 2025-04-20 @ 07:53

RSS feed for comments on this post. TrackBack URL

Leave a comment

CC BY-SA 4.0 2012-2025 Jae Lo Presti