API for NEW IP 45.136.205.16:27015 REBORN Zombie Escape Soon Open
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90285992510306330",
"domain": null,
"id": 11588625,
"ip": "46.174.55.200",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Moscow",
"description": null,
"game": 240,
"owner": null,
"boosts": 1,
"last_offline": 1779358183,
"last_online": 1779558772,
"icon": null,
"name": "NEW IP 45.136.205.16:27015 REBORN Zombie Escape Soon Open",
"connect": "46.174.55.200:27015",
"request": "46.174.55.200:27015",
"map": "35hp_2_2010",
"gamemode": "Zombie",
"version": "9540945",
"numplayers": 4,
"maxplayers": 65,
"bots": 0,
"secured": true,
"private": true,
"country": "RU",
"status": true,
"votes": 0,
"points": 36,
"add_date": 1779358183,
"last_update": 1779558772,
"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": 523,
"language": "ru",
"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/11588625");
$data = json_decode($json, true);
var_dump($data);