Rust
API для vendalized PVE |DRUGS|DUNGEONS|EVENTS|RAIDS|CUSTOMS|
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10633081json
{
"response": {
"modded": true,
"fps": 57,
"fps_avg": 57,
"entities_count": 151159,
"world_seed": 244743,
"world_size": 4500,
"steam_id": "90284790460268567",
"domain": null,
"id": 10633081,
"ip": "185.180.2.35",
"port": 28634,
"query": 27634,
"color": 0,
"city": "Prague",
"description": "\nIMPORTANT NOTICE:\r\nServer is currently still under heavy development!\r\nFeatures might change or get removed at any time without prior notice.\r\nJoin the Discord to get all the latest news and updates.\r\n(for link click website button)\r\n_____________________________________________________________\r\nNo VIP!!!, just your time and effort!!!\r\nCustomized stack sizes and loot table's;\r\nExtended custom crafting, mixing, cooking & industrialization with advanced farming and automation;\r\nSkill tree with more then 100 levels across 10 prestige tiers without monthly wipe;\r\nEconomics without monthly wipe, Shop & Kit's,\r\nAdvanced bulding on land, underground or water;\r\nExtended virtual quarrie's, quarry computer's;\r\nEvents on all monuments, 657 Raidable Base's, Dungeon's, Patrol Heli Signal's, Convoy's, Armored Train's, \r\nShipwreck's, Sputnik's;\r\nDrug business, craftable personal item's like Quarrie's, Recycler's, Vehicle's, Marketplace's, and many more ...\r\n_____________________________________________________________\r\npowered by Carbon Framework",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775152338,
"score": 0,
"last_online": 1776878418,
"icon": null,
"name": "vendalized PVE |DRUGS|DUNGEONS|EVENTS|RAIDS|CUSTOMS|",
"connect": "185.180.2.35:28634",
"request": "185.180.2.35:27634",
"map": "4500",
"gamemode": "Survival",
"version": "2623",
"numplayers": 5,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "CZ",
"status": true,
"votes": 0,
"points": 67,
"add_date": 1763713727,
"last_update": 1776878418,
"banned": false,
"wipe": 1775152577,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 897,
"language": "cs",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10633081");
$data = json_decode($json, true);
var_dump($data);