Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11093012
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 94109,
    "world_seed": 1337,
    "world_size": 4250,
    "steam_id": "90286739592629263",
    "domain": null,
    "id": 11093012,
    "ip": "176.9.52.119",
    "port": 28015,
    "query": 28017,
    "project_id": null,
    "color": 0,
    "city": "Falkenstein",
    "description": "![RustGalaxy Nexus Munich](https://rustne.ws/wp-content/uploads/2025/06/rust-server-header-512x256-1.jpg)\nRustGalaxy: The Original Nexus Network! Dial any of our 17 global servers via the Outpost telephone and seamlessly transfer with your inventory. Facepunch promised it, we delivered. No lag, no cheaters. Just pure survival across continents.\r\n\r\nMonthly map and blueprint wipes.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780893262,
    "last_online": 1780921828,
    "icon": null,
    "name": "RustGalaxy Nexus Munich",
    "connect": "176.9.52.119:28015",
    "request": "176.9.52.119:28017",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 1,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1770027731,
    "last_update": 1780921828,
    "banned": false,
    "wipe": 1780595032,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2052,
    "language": "de",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11093012");
$data = json_decode($json, true);
var_dump($data);