API для QBC Doriath PVE MODS | XP x3 | FastActions | NoGrind
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90286830318473246",
"domain": null,
"id": 11638130,
"ip": "74.50.94.238",
"port": 5517,
"query": 5610,
"project_id": null,
"color": 0,
"city": "Englewood Cliffs",
"description": null,
"game": 366220,
"owner": null,
"boosts": 1,
"last_offline": 1780895062,
"last_online": 1781083353,
"icon": null,
"name": "QBC Doriath PVE MODS | XP x3 | FastActions | NoGrind",
"connect": "74.50.94.238:5517",
"request": "74.50.94.238:5610",
"map": "Ocrea",
"gamemode": "Wurm Unlimited Server",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779917191,
"last_update": 1781083353,
"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": 82,
"language": "en",
"parked": false,
"app": {
"id": 155,
"steam_id": 366220,
"name": "Wurm Unlimited",
"url": "wurm-unlimited"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11638130");
$data = json_decode($json, true);
var_dump($data);