AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   Is my server listed on the master server? (https://forums.alliedmods.net/showthread.php?t=192367)

YamiKaitou 08-09-2012 12:37

Is my server listed on the master server?
 
Quote:

From: Fletcher Dunn @ Valve
Date: Thu, 9 Aug 2012 11:32:58 -0500
Subject: [hlds_announce] New WebAPI: Is my server listed on the master server?

A new WebAPI was made available yesterday that is intended to help server admins answer for themselves a frequently-asked question: "Is my server listed on the master servers?". Here's an example:

http://api.steampowered.com/ISteamApps/GetServersAtAddress/v0001?addr=<SERVER IP HERE>&format=json
http://api.steampowered.com/ISteamApps/GetServersAtAddress/v0001?addr=<SERVER IP HERE>&format=xml

To avoid the temptation for abuse, the output does not list all server fields, but it should provide enough information to help troubleshoot a situation where your server is not showing up in the server browser. Most importantly, if you see a "reject" field, the status code indicates why your server was rejected. The most common reason is being out of date, less common is being banned. (Currently numeric codes are used, these will be replaced with human readable codes shortly.)

Please note: This WebAPI is intended for troubleshooting purposes only. Automated use of this WebAPI to scrape the server list or make excessively frequent checks (more frequent than once every 10 minutes or so) is considered abusive.

- Fletch
Simply replace the <SERVER IP HERE> part with your server IP and it will output a list of all server reporting on the Master Servers on that IP.

nightrider 08-09-2012 23:26

Re: Is my server listed on the master server?
 
This works great, thanks for posting this YamiKaitou

Fearts 08-10-2012 00:42

Re: Is my server listed on the master server?
 
This is useful thanks for posting.

Baron Rojo 11-16-2012 20:20

Re: Is my server listed on the master server?
 
hey thx for that usefull link sometimes my server show on community list and sometimes not , this what the api says when is not avaiable on community list:

"reject": "bad_version"

you know how to solve it? :)

Thx in advance

4bdul 11-16-2012 20:30

Re: Is my server listed on the master server?
 
Quote:

Originally Posted by Baron Rojo (Post 1839088)
hey thx for that usefull link sometimes my server show on community list and sometimes not , this what the api says when is not avaiable on community list:

"reject": "bad_version"

you know how to solve it? :)

Thx in advance

You need to update your server I believe.

Baron Rojo 11-16-2012 21:59

Re: Is my server listed on the master server?
 
mmm weird because is updated to last updated 16nov :S

Smarmy 02-17-2013 20:38

Re: Is my server listed on the master server?
 
You guys may want to check your server status. Valve has delisted a lot of servers recently and it may be due to an oversight on their part.

ph 01-28-2014 19:38

Re: Is my server listed on the master server?
 
Quote:

{
"response": {
"success": false,
"message": true
}
}

What does that mean?

YamiKaitou 01-28-2014 19:39

Re: Is my server listed on the master server?
 
It means the API is broken and waiting for Valve to fix it

Powerlord 01-29-2014 10:59

Re: Is my server listed on the master server?
 
Quote:

Originally Posted by ph (Post 2092279)
What does that mean?

I said this in the same thread on the HLDS board:

Quote:

Originally Posted by Powerlord (Post 2091911)
Quote:

Originally Posted by bibu (Post 2090724)
Looks like the API link doesn't work at the moment?

Looks that way. It's returning false for servers I know are in the master server list at the moment.

My TF2 PropHunt server, for example... since it's only one of 30 servers running PropHunt that has players right now, it's pretty easy to find it on the Steam Internet tab, but when I check the API, I get...

Code:

{
    "response": {
        "success": false,
        "message": true
    }
}




All times are GMT -4. The time now is 23:36.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.