API für ROCKETBOT 2X NA | US | MONTHLY | 50% UPKEEP |BP SHARED|10 MAX

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/8197651
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 142011,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90285164721964052",
    "domain": null,
    "id": 8197651,
    "ip": "156.236.84.31",
    "port": 28000,
    "query": 28001,
    "color": 0,
    "city": "Dallas",
    "description": "![ROCKETBOT 2X NA | US | MONTHLY | 50% UPKEEP |BP SHARED|10 MAX](https://i.postimg.cc/tTdD7LMC/IMG-9805.jpg)\nWelcome to ROCKETBOT 2X \r\n -Server WIPES MONTHLY  FIRST THURSDAY OF THE MONTH\r\n -50% UPKEEP\r\n WATERLESS SPRINKLERS :)\r\n -2x Melting Speeds\r\n -2x Comps & Scrap\r\n -2X Quarries\r\n -Group Limit :10\r\n -Junk Removed From Loot\r\n -TIER 1 UNLOCKED\r\n -LONG DAYS SHORT NIGHTS\r\n -BP Shared\r\n -FASTER LOOT RESPAWNS\r\n-Want to join our server Discord\r\n-https://discord.gg/rocketbots",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776819749,
    "score": 0,
    "last_online": 1777622424,
    "icon": null,
    "name": "ROCKETBOT 2X NA | US | MONTHLY | 50% UPKEEP |BP SHARED|10 MAX",
    "connect": "156.236.84.31:28000",
    "request": "156.236.84.31:28001",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 400,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1742388423,
    "last_update": 1777622424,
    "banned": false,
    "wipe": 1775155122,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3195,
    "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/8197651");
$data = json_decode($json, true);
var_dump($data);