Difference between revisions of "WebAPI/UpToDateCheck"
< WebAPI
(→Result data) |
('''Main article about WebAPI.''') |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | '''Main article about [[WebAPI]].''' | |
== URL == | == URL == | ||
<nowiki>GET http://api.steampowered.com/ISteamApps/UpToDateCheck/v1</nowiki> | <nowiki>GET http://api.steampowered.com/ISteamApps/UpToDateCheck/v1</nowiki> | ||
Line 18: | Line 18: | ||
== Notes == | == Notes == | ||
<references/> | <references/> | ||
+ | |||
+ | |||
+ | [[Category:WebAPI]] |
Latest revision as of 20:18, 18 December 2021
Main article about WebAPI.
URL
GET http://api.steampowered.com/ISteamApps/UpToDateCheck/v1
Method-specific parameters
- appid (uint32)
- AppID of game
- version (uint32)
- The installed version of the game
Result data
- response
-
- success
- Boolean indicating if request was successful.
- up_to_date
- Boolean indicating if the given version number is the most current version.
- version_is_listable
- Boolean indicating if the given version can be listed in public changelogs. [1]
- required_version (Optional)
- Integer of the most current version of the app available.
- message (Optional)
- A string giving the status message if applicable.
Notes
- ↑ Possibly, research on the meaning of this field is still pending