Settings
How to get it
Get your id here
What is this?

This is a static page that is automatically generated from GetSupportedAPIList using public and publisher keys. Additionally service methods are parsed from Steam client's protobuf files.

If you specify the web api key above, it will be stored in your browser, and will only be sent to Valve's API servers if you chose to do so.

Type a value in the value field and click the execute button to perform an API request in your browser.


This website is created and maintained by xPaw. Use any APIs listed here at your own risk.
I do not know how all of them work, this page is simply a reference.

If you know of an API that is not listed here, make a pull request to the file of undocumented APIs.

Source code for this page is also available on GitHub.

Using the API

The public Steamworks Web API is hosted on https://api.steampowered.com or https://community.steam-api.com.

The public Web API host is accessible via HTTP (port 80) and HTTPS (port 443). Note that any requests using your publisher Web API key should be made over HTTPS.
This service is behind Akamai's edge cache, so the actual IP addresses you will see for the name will vary based on your location and on ongoing service changes.
The IPs can change rapidly and fluidly, so if your Web API calls are made through a firewall on outbound requests, read on.

Steam also provides a partner-only Web API server hosted on https://partner.steam-api.com. The intent of this service is to have higher availability than the public host; you should use this service for all requests made from your secure servers. This host has some different properties than the public host:

  • This host is only accessible via HTTPS.
  • This host is not behind Akamai's edge cache.
  • Every request to this host must be made with your publisher Web API key, even requests which would ordinarily not need a key.
    Requests made without a valid publisher key will return a 403 error code.
  • Requests generating 403 status codes will incur strict rate limits for the connecting IP. This is in an effort to ensure high availability. If you generate a sufficient number of requests within a certain time interval that return 403 status codes — either during testing, or by using a regular Web API key instead of your publisher key — the host will put your IP on a deny list for a while.

You should not connect to the Web API servers by IP; use the DNS name.

Requests and responses

Similiar to the Steamworks C++ API, the Web API has been divided into multiple interfaces that contain related methods. The URI format of each API request is: https://api.steampowered.com/<interface>/<method>/<method_version>/

Steam supports returning Web API responses in multiple formats. By default, all responses are returned JSON encoded. However, each request can optionally contain a format parameter to specify the desired response format. The following values can be passed for this parameter: xml, json, and vdf.

A flexible solution should be used to parse Web API results as each method may return results in an arbitrary order.

License

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Sitemap
  • IPublishedFileService/CanSubscribe
    key, publishedfileid
  • IPublishedFileService/Delete
    key, publishedfileid, appid
  • IPublishedFileService/GetDetails
    key, publishedfileids[0], includetags, includeadditionalpreviews, includechildren, includekvtags, includevotes, short_description, includeforsaledata, includemetadata, language, return_playtime_stats, appid, strip_description_bbcode, desired_revision, includereactions, admin_query
  • IPublishedFileService/GetSubSectionData
    key, publishedfileid, for_table_of_contents, specific_sectionid, desired_revision
  • IPublishedFileService/GetUserFileCount
    key, steamid, appid, shortcutid, page, numperpage, type, sortmethod, privacy, requiredtags, excludedtags, required_kv_tags, filetype, creator_appid, match_cloud_filename, cache_max_age_seconds, language, taggroups, excluded_content_descriptors, admin_query, totalonly, ids_only, return_vote_data, return_tags, return_kv_tags, return_previews, return_children, return_short_description, return_for_sale_data, return_metadata, return_playtime_stats, strip_description_bbcode, return_reactions, startindex_override, desired_revision, return_apps
  • IPublishedFileService/GetUserFiles
    key, steamid, appid, shortcutid, page, numperpage, type, sortmethod, privacy, requiredtags, excludedtags, required_kv_tags, filetype, creator_appid, match_cloud_filename, cache_max_age_seconds, language, taggroups, excluded_content_descriptors, admin_query, totalonly, ids_only, return_vote_data, return_tags, return_kv_tags, return_previews, return_children, return_short_description, return_for_sale_data, return_metadata, return_playtime_stats, strip_description_bbcode, return_reactions, startindex_override, desired_revision, return_apps
  • IPublishedFileService/GetUserVoteSummary
    publishedfileids[0]
  • IPublishedFileService/Publish
    key, appid, consumer_appid, cloudfilename, preview_cloudfilename, title, file_description, file_type, consumer_shortcut_name, youtube_username, youtube_videoid, visibility, redirect_uri, tags[0], collection_type, game_type, url
  • IPublishedFileService/QueryFiles
    key, query_type, page, cursor, numperpage, creator_appid, appid, requiredtags, excludedtags, match_all_tags, required_flags, omitted_flags, search_text, filetype, child_publishedfileid, days, include_recent_votes_only, cache_max_age_seconds, language, required_kv_tags, taggroups, date_range_created, date_range_updated, excluded_content_descriptors, admin_query, totalonly, ids_only, return_vote_data, return_tags, return_kv_tags, return_previews, return_children, return_short_description, return_for_sale_data, return_metadata, return_playtime_stats, return_details, strip_description_bbcode, desired_revision, return_reactions
  • IPublishedFileService/RefreshVotingQueue
    key, appid, matching_file_type, tags, match_all_tags, excluded_tags, desired_queue_size, desired_revision
  • IPublishedFileService/SetDeveloperMetadata
    key, publishedfileid, appid, metadata
  • IPublishedFileService/Subscribe
    key, publishedfileid, list_type, appid, notify_client, include_dependencies
  • IPublishedFileService/Unsubscribe
    key, publishedfileid, list_type, appid, notify_client
  • IPublishedFileService/Update
    key, appid, publishedfileid, title, file_description, visibility, tags[0], filename, preview_filename, spoiler_tag, image_width, image_height, language
  • IPublishedFileService/UpdateAppUGCBan
    key, steamid, appid, expiration_time, reason
  • IPublishedFileService/UpdateBanStatus
    key, publishedfileid, appid, banned, reason
  • IPublishedFileService/UpdateIncompatibleStatus
    key, publishedfileid, appid, incompatible
  • IPublishedFileService/UpdateKeyValueTags
    key, publishedfileid, tags_to_add, tags_to_remove, string_tags_to_remove_by_key, int_tags_to_remove_by_key, appid
  • IPublishedFileService/UpdateTags
    key, publishedfileid, appid, add_tags, remove_tags, language
  • IPublishedFileService/Vote
    key, publishedfileid, vote_up