Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11607137
json
{
  "response": {
    "fps": 70,
    "fps_avg": 69,
    "entities_count": 158160,
    "world_seed": 978974701,
    "world_size": 4800,
    "steam_id": "90286553323224076",
    "domain": null,
    "id": 11607137,
    "ip": "172.221.144.204",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "St Louis",
    "description": "![[US] BUILD AND DESTROY-Raidable Bases-Drones-NoBps-Free Speech](https://www.dropbox.com/scl/fi/jqe7wwf8v3jjo104kk5lc/KempLandServerImage2.jpg?rlkey=qwswrnu7izkhedioiaqaouuwv&st=fsohi8b6&dl=1)\n-Last Wiped May 19th \r\n -Raidable Npc Bases With Drone NPCS \r\n -X2 Gather Rate \r\n -Unique Building Locations-land-sea-and sky and even on trains \r\n -Unique Drones \r\n BiWeekly Wipe Schedual \r\n -X20 Stack Size \r\n DeepSea Always open \r\n -Barges- MARKED GREEN ALONG THE COAST \r\n -Base Defences Can Attack Helicopter Npc's \r\n -Run Power Threw PowerLines for Continous Power \r\n -Custom Npc's at Most Large Monuments \r\n -Skinbox \r\n -Spawnable Vehicles -TugBoat-AttackHeli-Ect \r\n Custom CraftPanel on your workbench to make extra goodies!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780607061,
    "last_online": 1780605037,
    "icon": null,
    "name": "[US] BUILD AND DESTROY-Raidable Bases-Drones-NoBps-Free Speech",
    "connect": "172.221.144.204:28015",
    "request": "172.221.144.204:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779915496,
    "last_update": 1780607061,
    "banned": false,
    "wipe": 1779356420,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 9652,
    "language": "en",
    "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/11607137");
$data = json_decode($json, true);
var_dump($data);