API для Isle of Misfits PVE • Skill Tree • Events •
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 194328,
"world_seed": 2146842204,
"world_size": 5000,
"steam_id": "90286747846615048",
"domain": null,
"id": 10437116,
"ip": "66.51.99.86",
"port": 28015,
"query": 28016,
"project_id": null,
"color": 0,
"city": "Dallas",
"description": "• Isle of Misfits PVE • \r\n \r\n Bi-Weekly Map Wipes \r\n \r\n Here on the Isle, we strive to keep things fresh and fun. \r\n Join the growing misfit community, and create your own playing style. \r\n \r\n • Some Features: \r\n • NPC Raidable Bases \r\n • Skill Tree & Epic Loot \r\n • Custom Vehicles \r\n • Misfits at Monuments \r\n • Bradley at Monuments \r\n • Buyable Helis \r\n • Events \r\n • Teleportation \r\n • Grid TP \r\n • Trades \r\n • Larger Stack Sizes \r\n • Furnace Upgrades \r\n • Furnace Splitter \r\n • Increased Workbench Area \r\n • Removal Tool \r\n • BackPacks \r\n • Skinbox \r\n • Kits \r\n • Personal Recycler \r\n • Absolute Sorter \r\n • Sign Artist \r\n • Server Rewards / Night gains 2X RP \r\n • Timed Ranks and QOL VIP \r\n and more! \r\n \r\n For more information, Join Our Discord!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595060,
"last_online": 1780925430,
"icon": null,
"name": "Isle of Misfits PVE • Skill Tree • Events •",
"connect": "66.51.99.86:28015",
"request": "66.51.99.86:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 3,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1759910414,
"last_update": 1780925430,
"banned": false,
"wipe": 1780595000,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2072,
"language": "en",
"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/10437116");
$data = json_decode($json, true);
var_dump($data);