API для ★ Zombie Plague Reloaded ★ | FREE VIP
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1790296850,
"app": {
"id": 3,
"name": "Counter-Strike",
"steam_id": 10,
"url": "counter-strike"
},
"color": 0,
"connect": "104.238.159.121:27483",
"country": "DE",
"domain": null,
"game": 10,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 17085423,
"ip": "104.238.159.121",
"language": "de",
"last_update": 1790304619,
"map": "de_bretonieira",
"maxplayers": 255,
"name": "★ Zombie Plague Reloaded ★ | FREE VIP",
"numplayers": 0,
"official": null,
"points": 125,
"port": 27483,
"private": false,
"project_id": null,
"pve": null,
"pvp": null,
"query": 27483,
"request": "104.238.159.121:27483",
"secured": false,
"status": true,
"steam_id": "90293376330545179",
"version": "1.1.2.7",
"votes": 0,
"wipe": null,
"ban_reason": "server.ban_reasons.fake_server_data",
"banned": true,
"boosts": 1,
"bots": 0,
"city": "Франкфурт-на-Майне",
"description": null,
"disabled_modules": [],
"gamemode": "Counter-Strike",
"hidden": false,
"last_offline": null,
"last_online": 1790304619,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": null,
"wipe_period": null,
"os": "l",
"region": -1,
"product": "cstrike",
"gametype": null,
"dedicated": true
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/17085423");
$data = json_decode($json, true);
var_dump($data);