API для MacJustas
JSON для программ, сайтов и прочего
text
json
{
"response": {
"type": 0,
"build": 128880,
"extraFlags": 0,
"statusFlags": 96,
"nameHeaderRaw": "00771f010103",
"unknownStatusFlags": 96,
"steam_id": null,
"domain": null,
"id": 11870456,
"ip": "157.85.87.35",
"port": 20435,
"query": 20435,
"project_id": null,
"color": 0,
"city": "Amsterdam",
"description": null,
"game": 513710,
"owner": null,
"boosts": 1,
"last_offline": 1787758306,
"last_online": 1787620889,
"icon": null,
"name": "MacJustas",
"connect": "157.85.87.35:20435",
"request": "157.85.87.35:20435",
"map": null,
"gamemode": "community-direct",
"version": "1.3.1.1.128880",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": null,
"private": false,
"country": "NL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1783012245,
"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": 11455,
"language": "nl",
"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/11870456");
$data = json_decode($json, true);
var_dump($data);