Documenting the unofficial and internal Steam Web API https://github.com/Revadike/InternalSteamWebAPI/wiki
  • JavaScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-03-26 01:37:07 +01:00
generator added generator 2021-08-28 01:43:06 +02:00
.gitignore added generator 2021-08-28 01:43:06 +02:00
documentation.html github-wikito-converter 2021-07-07 15:35:46 +02:00
generate_docs.js better array support 2021-09-23 04:28:11 +02:00
LICENSE Initial commit 2021-05-07 14:20:49 +02:00
logo.png github-wikito-converter 2021-07-07 15:35:46 +02:00
package.json github-wikito-converter 2021-07-07 15:35:46 +02:00
README.md Update README.md 2022-03-26 01:37:07 +01:00

📄 Internal Steam Web API Documentation

Documenting the unofficial and internal Steam Web API

Official API

This wiki is not intended to list or document any "official" API that typically use an API key. If you are interested in that, I recommend this lovely Steam Web API Documentation by @xPaw.

Contribution

WE NEED YOUR HELP!

Because of the nature of this kind of API, we desparately seek contributions to the wiki to keep the documentation up-to-date and complete! If this documentation was helpful to you in any way, please consider taking a few minutes to add a new wiki entry or update an existing one (look out for TODO). Also, a ☆ Star is much appreciated!

Generation

This JavaScript script may help you generate a proposal of the API documentation of an endpoint. Unfortunately, it is not able to detect variables (such as appids and steamids), you have to correct this manually.

Sources

Most of these unofficial API endpoints can be found by reverse engineering. Check out this tutorial by @Google.

There are also other sources that are tracking them (undocumented), here are a few of them:

License

MIT License