Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10123616
json
{
  "response": {
    "fps": 102,
    "fps_avg": 100,
    "entities_count": 105540,
    "world_seed": 17762077,
    "world_size": 4000,
    "steam_id": "90286364087939084",
    "domain": null,
    "id": 10123616,
    "ip": "156.236.84.23",
    "port": 28025,
    "query": 28026,
    "color": 0,
    "city": "Dallas",
    "description": "![CoR PvE Madness 100x|KITS|SHOP|SkillTree|](https://www.dropbox.com/scl/fi/6ux12c5kfp6x5dktg71o2/Header-plugin-list.png?rlkey=7fldo7c5rbtd8hn0o4ayyxy5l&st=dxnpu8xf&dl=1)\nHad to install new Map for this weeks Map. \r\nWe have reinstalled Portable Vehicles till we can get a better one./n\r\nhttps://discord.gg/RZvJkajshP\r\nType /buyraid For Radiable bases.  Enjoy\r\nGrab your Free kits /kit\r\nGet a recycle type /recycler.craft\r\nFYI /town is up now.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779995026,
    "last_online": 1780114220,
    "icon": null,
    "name": "CoR PvE Madness 100x|KITS|SHOP|SkillTree|",
    "connect": "156.236.84.23:28025",
    "request": "156.236.84.23:28026",
    "map": "Procedural Map",
    "gamemode": "Softcore",
    "version": "2625",
    "numplayers": 4,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1755770483,
    "last_update": 1780114220,
    "banned": false,
    "wipe": 1780063914,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 1,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1283,
    "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/10123616");
$data = json_decode($json, true);
var_dump($data);