API для [EU] HollowServers.co 3x Solo/Duo|LootX3|JUST FULLWIPED
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1789823745,
"app": {
"id": 12,
"name": "Rust",
"steam_id": 252490,
"url": "rust"
},
"color": 0,
"connect": "178.208.177.110:28015",
"country": "DE",
"domain": null,
"game": 252490,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 16750445,
"ip": "178.208.177.110",
"language": "de",
"last_update": 1789934051,
"map": "Wiped 1 Days ago",
"maxplayers": 150,
"name": "[EU] HollowServers.co 3x Solo/Duo|LootX3|JUST FULLWIPED",
"numplayers": 91,
"official": null,
"points": 96,
"port": 28015,
"private": false,
"project_id": null,
"pve": 0,
"pvp": null,
"query": 28010,
"request": "178.208.177.110:28010",
"secured": true,
"status": true,
"steam_id": "90293038981107734",
"version": "2633",
"votes": 0,
"wipe": 1789822954,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Франкфурт-на-Майне",
"description": "Welcome to Hollow Servers, the heart of modded rust\r\n\r\n\\t - 3x Gather Rate\r\n\\t - Max Team: 2\r\n\\t - Custom Loot Tables\r\n\\t - Tier 1 BPs unlocked\r\n\\t - Fullbase Workbench\r\n \\t - Instant Crafting/Faster Smelting\r\n\\t - Recyclers at Dome, Oilrigs, Cargo & Fishing Villages\r\n\\t - Long Days & Short Nights\r\n\\t - Automated Teaming Detection\r\n\\t - Custom AntiCheat\r\n\\t - Free skinbox for everyone",
"disabled_modules": [],
"gamemode": "Survival",
"hidden": false,
"last_offline": 1789823745,
"last_online": 1789934051,
"list_hidden": false,
"map_url": "procedural_map_3700_seed_1337_r288",
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 313,
"wipe_period": null,
"fps": 30,
"gmn": "rust",
"url": "https://hollowservers.co",
"hash": "2d69156a",
"build": "164530",
"gc_cl": "289",
"gc_mb": "5321",
"fps_avg": 30,
"ram_sys": "0",
"map_kind": "procedural",
"map_name": "Procedural Map",
"map_seed": 1337,
"map_size": 3700,
"logoimage": "",
"listentype": "d",
"environment": "w",
"favendpoint": "eu3xduo.hollowservers.co",
"headerimage": "1",
"a2s_protocol": 17,
"map_revision": 288,
"queueplayers": 0,
"map_image_url": "https://files.facepunch.com/rust/map-images/7cf917aa66629be1078a3c3b99b4e34274536fc303890daca1b848c5e43f9b3f/procedural_3700_tcu5ygm4wkalfavdnbhn-w.3700.1788300909965.288_7cf917aa66629be1078a3c3b99b4e342.jpg",
"entities_count": 172074,
"players_complete": true
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16750445");
$data = json_decode($json, true);
var_dump($data);