Rust
API für [EU] HollowServers.co 3x Solo/Duo/Trio/Quad | Shared BPs
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10740969json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 180693,
"world_seed": 1337,
"world_size": 3500,
"steam_id": 90284654073338880,
"domain": null,
"id": 10740969,
"ip": "62.233.59.24",
"port": 28015,
"query": 28010,
"color": 0,
"city": "Kyiv",
"description": "Welcome to Hollow Servers, the heart of modded rust\r\n\r\n\\t - 3x Gather Rate\r\n\\t - Max Team: 4\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, Ranches & Fishing Villages\r\n\\t - Long Days & Short Nights\r\n\\t - Automated Teaming Detection\r\n\\t - Custom AntiCheat",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775739125,
"score": 0,
"last_online": 1776832214,
"icon": null,
"name": "[EU] HollowServers.co 3x Solo/Duo/Trio/Quad | Shared BPs",
"connect": "62.233.59.24:28015",
"request": "62.233.59.24:28010",
"map": "Wiped - 2 Days ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 28,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "UA",
"status": true,
"votes": 0,
"points": 75,
"add_date": 1766250776,
"last_update": 1776832214,
"banned": false,
"wipe": 1776603516,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 405,
"language": "uk",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10740969");
$data = json_decode($json, true);
var_dump($data);