Jump to content
McKay Development

Is there a way to check the Steam Services Status? [Serious post]


John Arrow

Recommended Posts

Hello, Dr. McKay. First of all, your packages for Steam are awesome, it seems you really enjoying doing this.

Now, going to the point. My name is John and I'm a mobile developer. I'm currently work on an app to display the status of the Steam services by scraping the SteamStatus web page just for mocks (I've developed an API in NodeJS that retrieves that information).

But my goal is not scraping (on a production environment), for two purposes:

  1. They doesn't accept scraping. So, I don't want to take the risk doing that.
  2. I would like to take all the control for my API and checks what I want and add functionality in the future.

I've been learning a lot about the Steam API for weeks but, for my point of view, it's not very intuitive in some aspects. E.g.: If I want to check the "Community service status". How can I do that with the API? Or get status of the "Store", or get the count of all people connected on Steam? Or what about Game Coordinators... just with a simple ClientHello msg and ClientWelcome response it's enough?

I think you are the best guy to answer me this questions and I believe you handle very well the Steam API and maybe you can help me. The app is not for hobby, I'm working hard on it and I already have an app in the PlayStore (https://dolarbot.com.ar). I'm telling you this because I'm not a kid that is playing with code and just wants to copy/paste from StackOverflow, just I would like to learn how to use the specific methods to reach my goal.

If you want more details about my app, or some screenshots, I can show you.

Thank you in advanced,
John.

Edited by John Arrow
Link to comment
Share on other sites

SteamDB is pretty much scraping a bunch of different stuff to get status information. It used to be possible to get the number of people connected to Steam using GetNumberOfCurrentPlayers with appid 0, but that appears not to work anymore so they're likely scraping it from the stats page. For the Steam Store/Community/WebAPI statuses, they're probably just requesting the homepage every so often and checking if it returns a successful response. CS:GO has an API endpoint you can use to get server status. For GC status, they just have bots that connect to GCs and report when they get disconnected.

Link to comment
Share on other sites

  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...