V Rising
API для [OCE] V Arena | Duels | Practice
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11208319json
{
"response": {
"steam_id": "90285342799863814",
"domain": null,
"id": 11208319,
"ip": "51.161.199.12",
"port": 20001,
"query": 20002,
"color": 0,
"city": "North Sydney",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1778590335,
"score": 0,
"last_online": 1777911053,
"icon": null,
"name": "[OCE] V Arena | Duels | Practice",
"connect": "51.161.199.12:20001",
"request": "51.161.199.12:20002",
"map": "VRisingWorld",
"gamemode": "25dd26d5-df1b-4361-bbf6-e8719a3529da",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1772700496,
"last_update": 1778590335,
"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": 2442,
"language": "en",
"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/11208319");
$data = json_decode($json, true);
var_dump($data);