V Rising
API для 4Netplayers V Rising Server Schmiddi
Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10986703json
{
"response": {
"steam_id": "90284119148967961",
"domain": null,
"id": 10986703,
"ip": "85.14.206.20",
"port": 20700,
"query": 20710,
"color": 0,
"city": "Düsseldorf",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1771137104,
"score": 0,
"last_online": 1775766642,
"icon": null,
"name": "4Netplayers V Rising Server Schmiddi",
"connect": "85.14.206.20:20700",
"request": "85.14.206.20:20710",
"map": "VRisingWorld",
"gamemode": "0e214c4b-82b2-41ed-9ff3-81680f013b9e",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1769902638,
"last_update": 1775766642,
"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": 2098,
"language": "de",
"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/10986703");
$data = json_decode($json, true);
var_dump($data);