API для XxWASxX
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": false,
"gametype": "ArgBQQEACAACnvsfEkGIAaQBB4ABASkeBwAEBDKkAQAAAAIDpAGkAaQBpAEHAAgtAA+UpAMHCIBgogE=",
"os": "w",
"product": "7DTD",
"region": -1,
"steam_id": "90289781810891792",
"domain": null,
"id": 12940177,
"ip": "2.132.232.35",
"port": 26902,
"query": 26900,
"project_id": null,
"color": 0,
"city": "Astana",
"description": null,
"game": 251570,
"owner": null,
"boosts": 1,
"last_offline": 1785777805,
"last_online": 1785308400,
"icon": null,
"name": "XxWASxX",
"connect": "2.132.232.35:26902",
"request": "2.132.232.35:26900",
"map": "Mountains galore",
"gamemode": null,
"version": "00.20.07",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": null,
"country": "KZ",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1785290515,
"last_update": 1785777805,
"ban_reason": null,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 50041,
"language": "kk",
"parked": false,
"app": {
"id": 49,
"steam_id": 251570,
"name": "7 Days to Die",
"url": "7-days-to-die"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12940177");
$data = json_decode($json, true);
var_dump($data);