API для Pro Vanessku 10x PVE | Zombie | Skins | Kits | Backpack
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 25,
"fps_avg": 24,
"entities_count": 91966,
"world_seed": 1337,
"world_size": 4000,
"steam_id": 90286710786946050,
"domain": null,
"id": 10764170,
"ip": "88.100.136.43",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Pilsen",
"description": "\nGravelPit 2.0.1 map, 10x per day free miniheli, 10x personal recycler (wipe to wipe), 10x loot + bigger stacks, PVE (unable to damage others - player, building, items) , AdvancedHitBar, AirfieldEvent, AutoDoors, AutoLootBackpack, ArmoredTrain, Backpack, BlueprintManager (unlocked lvl 0+1), BuildingSkins, BuildingWorkbench - in TC range, Convoy, Enhanced Hammer, FurnaceSplitter, HarborEvent, Home, InfiniteTool - no durability, InfoPanel, InstantCraft, InstantBarrel, InstantGrow, Kits, LaunchSiteHelipadEvent, Skinner (skins), Skill Tree, Sputnik, PlayerHealth, SimpleKillFeed, WaterEvent, Zombie Horde\r\n\r\nBe friendly, dont kill other players or damage others property\r\nrs0000000ic53jl+u002Q]\r\nJoin on Discord",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780830261,
"last_online": 1780869027,
"icon": null,
"name": "Pro Vanessku 10x PVE | Zombie | Skins | Kits | Backpack",
"connect": "88.100.136.43:28015",
"request": "88.100.136.43:28017",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 2,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "CZ",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1766261028,
"last_update": 1780869027,
"banned": false,
"wipe": 1780823689,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1388,
"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/10764170");
$data = json_decode($json, true);
var_dump($data);