API для [BR] BLACKZONE | Vanilla+ | Trio
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 77,
"fps_avg": 87,
"entities_count": 84427,
"world_seed": 1962232183,
"world_size": 4000,
"steam_id": 90286607071233040,
"domain": null,
"id": 11645308,
"ip": "37.148.134.191",
"port": 28015,
"query": 28017,
"color": 0,
"city": "São Paulo",
"description": "![[BR] BLACKZONE | Vanilla+ | Trio](https://i.imgur.com/ciNRUaR.png)\n[BR] BLACKZONE\r\n\r\nVanilla+ BR | Trio Max | Monthly Wipe | Sistema VIP\r\nProx.Wipe: 04/06 | FPS Otimizado | Admins Ativos\r\n\r\n-Regras-\r\nTrio Max\r\nSem Aliancas\r\nRespeito a Comunidade\r\nRaid Hours: Seg-Sex: 18h as 02h\r\nFim de Semana: Livre\r\n-Servidor-\r\nAnti-Cheat Ativo\r\nEventos Organizados\r\nWipes Sempre Completos\r\nSem Pay To Win\r\n\r\n-BLACKZONE-\r\nSeu mundo. Suas regras.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780599868,
"last_online": 1780606237,
"icon": null,
"name": "[BR] BLACKZONE | Vanilla+ | Trio",
"connect": "37.148.134.191:28015",
"request": "37.148.134.191:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780177459,
"last_update": 1780606237,
"banned": false,
"wipe": 1780600298,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5460,
"language": "pt",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11645308");
$data = json_decode($json, true);
var_dump($data);