SteamEx v0.2.0-alpha SteamEx.ISteamApps View Source

Used to access data about applications on Steam.

For more info on how to use the Steamworks Web API please see the Web API Overview.

Link to this section Summary

Functions

Gets the complete list of public apps

NameTypeRequiredDescription
addrstringIP or IP:queryport to list
NameTypeRequiredDescription
appiduint32AppID of game
versionuint32The installed version of the game

Link to this section Functions

Link to this function get_app_list(access_key, params \\ %{}, headers \\ %{}) View Source

Gets the complete list of public apps.

This call has no additional parameters.

This method has previous versions which are no longer officially supported. They will continue to be usable but it’s highly recommended that you use the latest version. Change history:

  • Version 2 - Removed the redundant “app” field.

Response:

  • applist

    • apps - The list containing the applications.

      • appid - uint32 - App ID of this application.
      • name - string - The name of this application.

See other: https://partner.steamgames.com/doc/webapi/ISteamApps#GetAppList

Link to this function get_servers_at_address(access_key, params \\ %{}, headers \\ %{}) View Source
NameTypeRequiredDescription
addrstringIP or IP:queryport to list

See other: https://partner.steamgames.com/doc/webapi/ISteamApps#GetServersAtAddress

Link to this function up_to_date_check(access_key, params \\ %{}, headers \\ %{}) View Source
NameTypeRequiredDescription
appiduint32AppID of game
versionuint32The installed version of the game

See other: https://partner.steamgames.com/doc/webapi/ISteamApps#UpToDateCheck