Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11607101
json
{
  "response": {
    "fps": 50,
    "fps_avg": 50,
    "entities_count": 73550,
    "world_seed": 1897507005,
    "world_size": 3500,
    "steam_id": "90286514428283928",
    "domain": null,
    "id": 11607101,
    "ip": "73.164.18.155",
    "port": 30108,
    "query": 30110,
    "color": 0,
    "city": "Minneapolis",
    "description": "![CALAMARI 2x US MAIN](https://www.image2url.com/r2/default/images/1779677419771-e54bd5c0-6736-41d3-942f-8dfe25d0ea85.png)\nBEST FUN 2X WITH NICE STAFF AND THEY ARE VERY HELPFUL WE OFFER KITS AND SHOP ITEMS JOIN NOW AT https://discord.gg/787faFjA",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780400597,
    "last_online": 1780547434,
    "icon": null,
    "name": "CALAMARI 2x US MAIN",
    "connect": "73.164.18.155:30108",
    "request": "73.164.18.155:30110",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779915494,
    "last_update": 1780547434,
    "banned": false,
    "wipe": 1779678931,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5525,
    "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/11607101");
$data = json_decode($json, true);
var_dump($data);