V Rising
API для Eleventh Order
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11449040json
{
"response": {
"steam_id": "90284846947394563",
"domain": null,
"id": 11449040,
"ip": "134.119.190.185",
"port": 20105,
"query": 20106,
"color": 0,
"city": "Strasbourg",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1776712353,
"score": 0,
"last_online": 1776960633,
"icon": null,
"name": "Eleventh Order",
"connect": "134.119.190.185:20105",
"request": "134.119.190.185:20106",
"map": "VRisingWorld",
"gamemode": "9994ce8b-0064-4ee9-9b95-0b3d453dff76",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "FR",
"status": true,
"votes": 0,
"points": 40,
"add_date": 1774977960,
"last_update": 1776960633,
"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": 46,
"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/11449040");
$data = json_decode($json, true);
var_dump($data);