API для SCUM Server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"type": 0,
"build": 145413,
"extraFlags": 0,
"statusFlags": 64,
"nameHeaderRaw": "508023010303",
"unknownStatusFlags": 64,
"steam_id": null,
"domain": null,
"id": 15545909,
"ip": "169.150.196.75",
"port": 18790,
"query": 18790,
"project_id": null,
"color": 0,
"city": "Амстердам",
"description": null,
"game": 513710,
"boosts": 1,
"last_offline": 1788985850,
"last_online": 1788898200,
"icon": null,
"name": "SCUM Server",
"connect": "169.150.196.75:18790",
"request": "169.150.196.75:18790",
"map": null,
"gamemode": "community-direct",
"version": "1.3.3.1.145413",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": null,
"private": false,
"country": "NL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1788834046,
"last_update": 1788985850,
"ban_reason": null,
"banned": false,
"hidden": 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": 10073,
"language": null,
"parked": false,
"app": {
"id": 11540,
"steam_id": 513710,
"name": "SCUM",
"url": "scum"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/15545909");
$data = json_decode($json, true);
var_dump($data);