API для ||Lords of Destruction|| PEGA BANDEIRA (Em Config.)
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "fastdl,increased_maxplayers,premium,replays,secure",
"os": "l",
"product": "fof",
"region": 3,
"steam_id": "90290031892043799",
"domain": null,
"id": 13178944,
"ip": "178.32.48.53",
"port": 32424,
"query": 32424,
"project_id": null,
"color": 0,
"city": "Erith",
"description": null,
"game": 265630,
"owner": null,
"boosts": 1,
"last_offline": 1785700460,
"last_online": 1785599400,
"icon": null,
"name": "||Lords of Destruction|| PEGA BANDEIRA (Em Config.)",
"connect": "178.32.48.53:32424",
"request": "178.32.48.53:32424",
"map": "fof_overtop",
"gamemode": null,
"version": "630",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": null,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1785596051,
"last_update": 1785700460,
"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": 1265,
"language": "en",
"parked": false,
"app": {
"id": 81,
"steam_id": 265630,
"name": "Fistful of Frags",
"url": "fistful-of-frags"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13178944");
$data = json_decode($json, true);
var_dump($data);