API для SKORIAS-HARDCORE (Full ESP-NO BR)
JSON для программ, сайтов и прочего
text
json
{
"response": {
"type": 0,
"build": 137892,
"extraFlags": 0,
"statusFlags": 48,
"nameHeaderRaw": "40aa21020203",
"unknownStatusFlags": 48,
"steam_id": null,
"domain": null,
"id": 13803895,
"ip": "186.55.215.218",
"port": 7779,
"query": 7779,
"project_id": null,
"color": 0,
"city": "Montevideo",
"description": null,
"game": 513710,
"owner": null,
"boosts": 1,
"last_offline": 1787120059,
"last_online": 1787032318,
"icon": null,
"name": "SKORIAS-HARDCORE (Full ESP-NO BR)",
"connect": "186.55.215.218:7779",
"request": "186.55.215.218:7779",
"map": null,
"gamemode": "community-direct",
"version": "1.3.2.2.137892",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": null,
"private": false,
"country": "UY",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1787032147,
"last_update": 1787120059,
"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": 6770,
"language": "es",
"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/13803895");
$data = json_decode($json, true);
var_dump($data);