V Rising
API для [KOR][RPG] bloodcraft 2026/5/1
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11167275json
{
"response": {
"steam_id": "90285476846949407",
"domain": null,
"id": 11167275,
"ip": "69.41.166.71",
"port": 20045,
"query": 20046,
"color": 0,
"city": "Singapore",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1774697546,
"score": 0,
"last_online": 1778505627,
"icon": null,
"name": "[KOR][RPG] bloodcraft 2026/5/1",
"connect": "69.41.166.71:20045",
"request": "69.41.166.71:20046",
"map": "VRisingWorld",
"gamemode": "be311f08-c419-44c4-8177-c9c50733a1ad",
"version": "0.0.0.1",
"numplayers": 4,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 47,
"add_date": 1772228654,
"last_update": 1778505627,
"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": 33,
"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/11167275");
$data = json_decode($json, true);
var_dump($data);