JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11510776
json
{
  "response": {
    "fps": 175,
    "fps_avg": 152,
    "entities_count": 80581,
    "world_seed": 593805750,
    "world_size": 3750,
    "steam_id": "90286459330060316",
    "domain": null,
    "id": 11510776,
    "ip": "87.106.87.244",
    "port": 28015,
    "query": 27017,
    "color": 0,
    "city": "Berlin",
    "description": "![EU - ARCANITE GAMING](https://i.imgur.com/pBpdTun.png)\nARCANITE GAMING | Modded | Weekly Wipe | x1 Rates \r\n Welcome to Arcanite Gaming — where only the strong survive. \r\n Arcanite Gaming is a modded Rust server built for players who want a raw, intense survival experience without inflated gather rates. With x1 rates, every resource counts. Every decision matters. Every raid tells a story. \r\n Whether you're a seasoned veteran or picking up a rock for the first time — if you've got the grit, you've got a place here. \r\n \r\n What to expect: \r\n \r\n Vanilla+ gameplay — enhanced features that keep the experience fresh and competitive \r\n Weekly wipes — a clean slate every week, so the fight for dominance never gets stale \r\n x1 gather rates — no handouts. Earn your base, earn your gear, earn your kills \r\n Active admins & anti-cheat — we keep it fair. Cheaters get banned. No exceptions. \r\n \r\n \r\n International community — players from all over the world, one common language: survival. \r\n \r\n Think you can make it? Connect now and carve your name into the server. \r\n ARCANITE GAMING — Survive. Dominate. Repeat.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780470420,
    "last_online": 1780582236,
    "icon": null,
    "name": "EU - ARCANITE GAMING",
    "connect": "87.106.87.244:28015",
    "request": "87.106.87.244:27017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779353833,
    "last_update": 1780582236,
    "banned": false,
    "wipe": 1778613705,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5076,
    "language": "de",
    "parked": false,
    "app": {
      "id": 252490,
      "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/11510776");
$data = json_decode($json, true);
var_dump($data);