Hell Let Loose
API для [PL/ENG] POLSKI SERWER | BZ | BYZANTIUM | VIP FOR SEEDING!
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10592347json
{
"response": {
"steam_id": "90284681400453146",
"domain": null,
"id": 10592347,
"ip": "208.115.226.4",
"port": 7787,
"query": 7788,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 686810,
"owner": null,
"boosts": 1,
"last_offline": 1769257255,
"score": 5,
"last_online": 1776724943,
"icon": null,
"name": "[PL/ENG] POLSKI SERWER | BZ | BYZANTIUM | VIP FOR SEEDING!",
"connect": "208.115.226.4:7787",
"request": "208.115.226.4:7788",
"map": "Utah",
"gamemode": "Hell Let Loose",
"version": "0.1.1.0",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1762852125,
"last_update": 1776724943,
"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": 73,
"language": "de",
"parked": false,
"app": {
"id": 51409,
"steam_id": 686810,
"name": "Hell Let Loose",
"url": "hell-let-loose"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10592347");
$data = json_decode($json, true);
var_dump($data);