Rust
API für HollowServers.co 5x No BPs [Loot+|MyMini|Shop|PvP]
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10488790json
{
"response": {
"fps": 24,
"fps_avg": 25,
"entities_count": 81333,
"world_seed": 1337,
"world_size": 3400,
"steam_id": "90283922616918047",
"domain": null,
"id": 10488790,
"ip": "205.178.168.32",
"port": 28015,
"query": 28010,
"color": 0,
"city": "Dallas",
"description": "Welcome To HollowServers.co 5x No BPs!\r\n - Heavily boosted loot, ensures there's lots of PVP and Raiding.\r\n - Spawn Mini Copters in with /mymini spawns with unlimited fuel\r\n - 10x Gathering and Resources\r\n - No BPs & Instant Craft\r\n - Clans, Auth Share, Teleport\r\n - Everyone has access to BGrade, SkinBox, Auto Doors, Remove\r\n - Custom Raid Zones",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776423820,
"score": 0,
"last_online": 1776879624,
"icon": null,
"name": "HollowServers.co 5x No BPs [Loot+|MyMini|Shop|PvP]",
"connect": "205.178.168.32:28015",
"request": "205.178.168.32:28010",
"map": "Wiped - 165 Days ago",
"gamemode": "Survival",
"version": "2603",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1761122092,
"last_update": 1776879624,
"banned": false,
"wipe": 1762545932,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4016,
"language": "en",
"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/10488790");
$data = json_decode($json, true);
var_dump($data);