Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11677275
json
{
  "response": {
    "modded": true,
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 139166,
    "world_seed": 1337,
    "world_size": 3500,
    "steam_id": "90286387959579657",
    "domain": null,
    "id": 11677275,
    "ip": "194.69.160.159",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "City of London",
    "description": "![DOPE 5X | SOLO/DUO/TRIO | KITS | TP | SHOP | JUST WIPED | EU](https://doperust.b-cdn.net/5xTrio.jpg)\nCompete. Build. Raid.\nControlled 5x competition — backed by years of consistency.\nPlaytime builds permanent status across the network.\n\n3 Player Cap – strictly enforced\nFree SkinBox, Bgrade & kits\nInstant barrels & crafting\nExtended workbench range & short nights\nIngame shop & real playtime rewards\nBandit Camp & Outpost merged\nExtra recyclers & monument marketplaces\nAdvanced Rust+ raid alarm\nReduced HV-Rocket PvP Damage\n\nJoin the network:\nhttps://discord.gg/doperust",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780216200,
    "last_online": 1780264824,
    "icon": null,
    "name": "DOPE 5X | SOLO/DUO/TRIO | KITS | TP | SHOP | JUST WIPED | EU",
    "connect": "194.69.160.159:28015",
    "request": "194.69.160.159:28017",
    "map": "Active | JUST WIPED",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 31,
    "maxplayers": 125,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 73,
    "add_date": 1780216200,
    "last_update": 1780264824,
    "banned": false,
    "wipe": 1780070357,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 583,
    "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/11677275");
$data = json_decode($json, true);
var_dump($data);