JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11759772
json
{
  "response": {
    "fps": 29,
    "fps_avg": 28,
    "entities_count": 66897,
    "world_seed": 1337,
    "world_size": 3500,
    "steam_id": "90286607236058131",
    "domain": null,
    "id": 11759772,
    "ip": "109.104.155.246",
    "port": 7083,
    "query": 7084,
    "project_id": null,
    "color": 0,
    "city": "São Paulo",
    "description": "![RUSTWORLD.CC [SA] Brazil - Main | Monthly/PvP | Wiped: 06/04](https://rustworldcdn.uk/rustworldlogo.jpg)\n=================== RUST WORLD FOUNDATION ===================\r\nSAO1.rustworld.cc - RustWorld Brazil Main server in Sao Paulo, BR\r\n-Bem-vindo ao servidor principal do RustWorld Brasil em Sao Paulo, BR\r\nThis server offers traditional game play.\r\n\r\nMap size is 3500 using seed 1337.\r\nLast wipe was at 06/04/2026, Next wipe is at 07/02/2026\r\nServer has 102 hours uptime, running at 28.87 fps with 0/40 players online.\r\n\r\nFEATURES:\r\n+ Custom maps rotating monthly with exclusive monuments\r\n+ Wipes: Maps and BPs monthly on 1st Thursday (Forced)\r\n+ 2x gather | 5x stack size\r\n+ Network: 13 servers worldwide at www.rustworld.cc\r\n\r\nRULES:\r\n- No cheating, scripting, or exploit abuse - permanent ban\r\n- No racism, slurs, or doxxing in chat\r\n- No chat or mic spam\r\n- Group limit: no limit\r\n- English in global chat please (teams free to use any language)\r\n\r\nWebsite: http://www.rustworld.cc/\r\n\r\nServer provided by: Rust World Foundation Inc.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780931734,
    "last_online": 1780971630,
    "icon": null,
    "name": "RUSTWORLD.CC [SA] Brazil - Main | Monthly/PvP | Wiped: 06/04",
    "connect": "109.104.155.246:7083",
    "request": "109.104.155.246:7084",
    "map": "RustWorld SAO1",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780931734,
    "last_update": 1780971630,
    "banned": false,
    "wipe": 1780602491,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 6103,
    "language": "pt",
    "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/11759772");
$data = json_decode($json, true);
var_dump($data);