Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11670367
json
{
  "response": {
    "steam_id": "90286436290984986",
    "domain": null,
    "id": 11670367,
    "ip": "218.16.164.134",
    "port": 27021,
    "query": 27021,
    "color": 0,
    "city": "Guangzhou",
    "description": null,
    "game": 244850,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780180466,
    "last_online": 1780245622,
    "icon": null,
    "name": "[一区]模组全汉化群:467577809",
    "connect": "218.16.164.134:27021",
    "request": "218.16.164.134:27021",
    "map": "璇玑星界5.8[一区][PVE]",
    "gamemode": "Space Engineers",
    "version": "1209024",
    "numplayers": 18,
    "maxplayers": 50,
    "bots": 18,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 86,
    "add_date": 1780180466,
    "last_update": 1780245622,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 15,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 97,
      "steam_id": 244850,
      "name": "Space Engineers",
      "url": "space-engineers"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11670367");
$data = json_decode($json, true);
var_dump($data);