Counter-Strike: Source
API for 【NoMad Fury】|Simpsons GunGame|DM|nomad-fury.com
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11473668json
{
"response": {
"steam_id": "85568392924468259",
"domain": null,
"id": 11473668,
"ip": "100.4.105.105",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Virginia Beach",
"description": null,
"game": 240,
"owner": null,
"boosts": 1,
"last_offline": 1777520005,
"score": 0,
"last_online": 1777648294,
"icon": null,
"name": "【NoMad Fury】|Simpsons GunGame|DM|nomad-fury.com",
"connect": "100.4.105.105:27015",
"request": "100.4.105.105:27015",
"map": "gg_simpsons_death_arena",
"gamemode": "Counter-Strike: Source",
"version": "9540945",
"numplayers": 0,
"maxplayers": 32,
"bots": 20,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774978698,
"last_update": 1777648294,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1767,
"language": "en",
"parked": false,
"app": {
"id": 5,
"steam_id": 240,
"name": "Counter-Strike: Source",
"url": "counter-strike-source"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11473668");
$data = json_decode($json, true);
var_dump($data);