Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/9204937
json
{
  "response": {
    "fps": 139,
    "fps_avg": 149,
    "entities_count": 112970,
    "world_seed": 507236599,
    "world_size": 4500,
    "steam_id": "90286606409736204",
    "domain": null,
    "id": 9204937,
    "ip": "203.16.163.184",
    "port": 26887,
    "query": 26888,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": "▶ PVE With door and window raids. Hide loot is prohibited. ◀ \r\n ☑ Wipe with blueprints every 2 weeks. \r\n☑ The first 3 days after the wipe, anti-raid for everyone\r\n ☑ [ Backpack | HOME | PVP Zone | BOTS ]\r\n☑ Bots on RT\r\n☑ Vanilla resource stacks in inventory and boxes.\r\n☑ Day-50 min. Night-10 min.\r\n☑ A player authorized in the Cupboard zone cannot be killed online.\r\n☑ The Cupboard cant be destroyed.\r\n☑ Walls upgraded to stone and above do not break.\r\n☑ The helicopter cannot destroy your buildings.\r\n☑ Raiders can kill each other in the area of another's Cupboard.\r\n☑ You can't kill or loot a player who has left the server for 60 min.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780601666,
    "last_online": 1780605036,
    "icon": null,
    "name": "HonestRUST PVE |Rates X1|Vanilla Stacks|",
    "connect": "203.16.163.184:26887",
    "request": "203.16.163.184:26888",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 125,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1747340863,
    "last_update": 1780605036,
    "banned": false,
    "wipe": 1780602019,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3537,
    "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/9204937");
$data = json_decode($json, true);
var_dump($data);