API для SCUM PVE BRASIL LOT 5X (COM AREA PVP 10X) (ABRIU AGORA)
JSON для программ, сайтов и прочего
text
json
{
"response": {
"type": 0,
"build": 144566,
"extraFlags": 0,
"statusFlags": 112,
"nameHeaderRaw": "604b23000303",
"unknownStatusFlags": 112,
"steam_id": null,
"domain": null,
"id": 13483372,
"ip": "131.196.199.174",
"port": 2026,
"query": 2026,
"project_id": null,
"color": 0,
"city": "Cotia",
"description": null,
"game": 513710,
"owner": null,
"boosts": 1,
"last_offline": 1786028136,
"last_online": 1787758306,
"icon": null,
"name": "SCUM PVE BRASIL LOT 5X (COM AREA PVP 10X) (ABRIU AGORA)",
"connect": "131.196.199.174:2026",
"request": "131.196.199.174:2026",
"map": null,
"gamemode": "community-direct",
"version": "1.3.3.0.144566",
"numplayers": 4,
"maxplayers": 80,
"bots": 0,
"secured": null,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 34,
"add_date": 1786028136,
"last_update": 1787758306,
"ban_reason": null,
"banned": false,
"wipe": null,
"official": false,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 912,
"language": "pt",
"parked": false,
"app": {
"id": 11540,
"steam_id": 513710,
"name": "SCUM",
"url": "scum"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13483372");
$data = json_decode($json, true);
var_dump($data);