Skip to content

Move from deprecated ISteamApps/GetAppList/v2 to IStoreService/GetAppList - #29

Open
ilumos wants to merge 4 commits into
Astrotomic:mainfrom
zeropingheroes:getapplist
Open

Move from deprecated ISteamApps/GetAppList/v2 to IStoreService/GetAppList#29
ilumos wants to merge 4 commits into
Astrotomic:mainfrom
zeropingheroes:getapplist

Conversation

@ilumos

@ilumos ilumos commented Jan 26, 2026

Copy link
Copy Markdown
Contributor

Valve have deprecated ISteamApps\GetAppList and it now returns a 404.

They have replaced it with [IStoreService/GetAppList](https://steamapi.xpaw.me/#IStoreService/GetAppList) which does not return all apps, but instead returns in chunks of upto 50,000 apps.

This pull request:

  • Switches over to this new interface
  • Adds the new query and response fields
  • Updates the Saloon test JSON

Please let me know if I need to make any further changes.

@Gummibeer Gummibeer left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be a dream if you could make Saloon pagination work here.
https://docs.saloon.dev/installable-plugins/pagination
But optional.

@ilumos

ilumos commented Jan 30, 2026

Copy link
Copy Markdown
Contributor Author

Nice, I didn't know about that feature. I've implemented it. Let me know your feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants