API für HollowServers.co 2x Solo/Duo | 50% Upkeep | Shared BPs

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11159650
json
{
  "response": {
    "fps": 29,
    "fps_avg": 29,
    "entities_count": 72051,
    "world_seed": 1337,
    "world_size": 3250,
    "steam_id": "90284528174473236",
    "domain": null,
    "id": 11159650,
    "ip": "62.233.59.76",
    "port": 28015,
    "query": 28010,
    "color": 0,
    "city": "New York",
    "description": "Welcome to Hollow Servers, the heart of modded rust\r\n\r\n\\t - 2x Gather Rate\r\n\\t - Max Team: 2\r\nNo Blueprint Wipes\r\n\\t - Custom Loot Tables\r\n\\t - Tier 1 BPs unlocked\r\n \\t - 50% Upkeep\r\n \\t - Fullbase Workbench\r\n \\t - Quick Recycling/Quick 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",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775819524,
    "score": 0,
    "last_online": 1776432019,
    "icon": null,
    "name": "HollowServers.co 2x Solo/Duo | 50% Upkeep | Shared BPs",
    "connect": "62.233.59.76:28015",
    "request": "62.233.59.76:28010",
    "map": "Wiped 19 Hours ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 10,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 63,
    "add_date": 1772228136,
    "last_update": 1776432019,
    "banned": false,
    "wipe": 1776362362,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1459,
    "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/11159650");
$data = json_decode($json, true);
var_dump($data);