V Rising
API для [NA] V Arena | Duels | Practice
Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/9906278json
{
"response": {
"steam_id": "90284130716374033",
"domain": null,
"id": 9906278,
"ip": "216.114.75.68",
"port": 8000,
"query": 8001,
"color": 0,
"city": "Dallas",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1775540525,
"score": 0,
"last_online": 1775788221,
"icon": null,
"name": "[NA] V Arena | Duels | Practice",
"connect": "216.114.75.68:8000",
"request": "216.114.75.68:8001",
"map": "VRisingWorld",
"gamemode": "bf11a264-6608-4242-b836-2e7e11881d6c",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1753913266,
"last_update": 1775788221,
"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": 89,
"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/9906278");
$data = json_decode($json, true);
var_dump($data);