JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10740916
json
{
  "response": {
    "fps": 106,
    "fps_avg": 111,
    "entities_count": 125763,
    "world_seed": 2147483647,
    "world_size": 4500,
    "steam_id": 90286506803194910,
    "domain": null,
    "id": 10740916,
    "ip": "51.161.199.196",
    "port": 60404,
    "query": 60406,
    "color": 0,
    "city": "North Sydney",
    "description": "Welcome to MickGaming20 [AU] 10x PVP Server \r\nOur server provides the best Rust gameplay. We run multiple balanced plugins to improve the quality of the game. Our server runs on best Network & Dedicated server to improve your game experience on our servers!\r\n\r\n* This Server Just Wiped 7th May 2026 \r\n\r\n* 10x Day & 20x Night Gather/Pickup/MiningRate\r\n* Fast Night time & Double Daytime\r\n* Custum Perfectly Balanced Loot tables\r\n* 5x Furnace Smelting Speed & Spliting\r\n* Fast Recycling Speed \r\n* 4500K Maps\r\n* Monthly Wipe Schedule - Force Wipe\r\n* Wipes Every 1st Thursday 7pm Month UTC\r\n* 5 Minutes LockedCrate Unlock Time\r\n* Recyclers at additional monuments\r\n* Instant Research/Mixing Table\r\n* Instant Crafting\r\n* Quick SupplyDrop Delivery\r\n* Extended Workbench Range\r\n* Backpack for extra storage\r\n* Reskin Crafted items /sb\r\n* Coming Soon Events: RaidableBases/Sputnik/TrainHeist/GuardedCrate/JetEvents/\r\n* Server Store & Rp System /s\r\n* BGrade & AutoBaseUpgrade From TC\r\n* CustomHeli Tiers & Personal Heli & Vehicles\r\n* Starter Kits & for Players\r\n\r\nPlease F7 Report playes(s) if you see them cheating. Join Our discord for more information.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780383255,
    "last_online": 1780585836,
    "icon": null,
    "name": "[AU] MickGaming20 10X|Max4|Sputnik/TrainHiest/Kit/RPStore/Custo",
    "connect": "51.161.199.196:60404",
    "request": "51.161.199.196:60406",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1766250766,
    "last_update": 1780585836,
    "banned": false,
    "wipe": 1778206889,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3888,
    "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/10740916");
$data = json_decode($json, true);
var_dump($data);