API для [EU]Nightbane | Duo | x2 Loot | Wiped 16/05
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90286218744749084",
"domain": null,
"id": 11449117,
"ip": "64.31.4.171",
"port": 9876,
"query": 9877,
"color": 0,
"city": "Paris",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1778937728,
"last_online": 1779851434,
"icon": null,
"name": "[EU]Nightbane | Duo | x2 Loot | Wiped 16/05",
"connect": "64.31.4.171:9876",
"request": "64.31.4.171:9877",
"map": "VRisingWorld",
"gamemode": "d5287a5f-284b-4534-9bb3-18ccf98ba520",
"version": "0.0.0.1",
"numplayers": 3,
"maxplayers": 120,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1774977961,
"last_update": 1779851434,
"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": 130,
"language": "fr",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11449117");
$data = json_decode($json, true);
var_dump($data);