An engine-independent web server that returns multidimensional JSON encoded arrays of basic game information. The limit is only your imagination.
/
/players
/extensive
- Visit ServerIP:Port/FetchGData in your browser
- Append any endpoints to the end of that URL
- SMJansson Extension
- Webcon Extension
- SteamTools Extension (Optional but recommended)
{
"info": {
"description": "Team Fortress",
"ip": "208.167.243.91",
"map": "tfdb_greybox",
"maxplayers": 20,
"players": 2,
"vac": true
},
"players": {
"76561198114606863": "Fishy | MaxDB.NET"
},
"scores": {
"blue": 2,
"red": 0
},
"teams": {
"blue": {},
"red": {},
"spectator": {},
"unassigned": {
"76561198114606863": "Fishy | MaxDB.NET"
}
}
}
{"76561198114606863":"Fishy | MaxDB.NET"}
{
"info": {
"description": "Team Fortress",
"ip": "208.167.243.91",
"map": "tfdb_blucourt_intox",
"maxplayers": 20,
"players": 2,
"vac": true
},
"players": {
"76561198114606863": "Fishy | MaxDB.NET"
},
"scores": {
"blue": 0,
"red": 0
},
"teams": {
"blue": {},
"red": {},
"spectator": {
"76561198114606863": {
"2LC_Country": "US",
"3LC_Country": "USA",
"Full_Country": "United States",
"damage": 0,
"deaths": 0,
"dominations": 0,
"f2p": false,
"frags": 0,
"latency": 0.041514847427606583,
"name": "Fishy | MaxDB.NET",
"streaks": 0,
"time": 149.23020935058594
}
},
"unassigned": {}
}
}
Download the latest version from the release page
GPL 3.0