Zombie Panic! Source
API для BR | ZPS_LATIN_AMERICA | READY FOR COMBAT | 2026 |
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10889348json
{
"response": {
"steam_id": "90285076753039377",
"domain": null,
"id": 10889348,
"ip": "191.9.123.78",
"port": 27015,
"query": 27015,
"color": 0,
"city": "São Paulo",
"description": null,
"game": 17500,
"owner": null,
"boosts": 1,
"last_offline": 1777383747,
"score": 0,
"last_online": 1777400516,
"icon": null,
"name": "BR | ZPS_LATIN_AMERICA | READY FOR COMBAT | 2026 |",
"connect": "191.9.123.78:27015",
"request": "191.9.123.78:27015",
"map": "zph_cabin_outbreak_dfr_hc",
"gamemode": "ZPS 3.3.0 Custom",
"version": "3108",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768322627,
"last_update": 1777400516,
"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": 19,
"language": "pt",
"parked": false,
"app": {
"id": 37,
"steam_id": 17500,
"name": "Zombie Panic! Source",
"url": "zombie-panic-source"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10889348");
$data = json_decode($json, true);
var_dump($data);