Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11659289
json
{
  "response": {
    "steam_id": "90286727359170577",
    "domain": null,
    "id": 11659289,
    "ip": "136.243.53.62",
    "port": 2652,
    "query": 2653,
    "project_id": null,
    "color": 0,
    "city": "Falkenstein",
    "description": null,
    "game": 107410,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780871655,
    "last_online": 1780868477,
    "icon": null,
    "name": "[TAW] TAW.net | AM2 | WW2 | R&R [EU]",
    "connect": "136.243.53.62:2652",
    "request": "136.243.53.62:2653",
    "map": "panovo",
    "gamemode": "os_ww2_rnr",
    "version": "2.20.152984",
    "numplayers": 0,
    "maxplayers": 83,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1780178405,
    "last_update": 1780871655,
    "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": 4904,
    "language": "de",
    "parked": false,
    "app": {
      "id": 61,
      "steam_id": 107410,
      "name": "Arma 3",
      "url": "arma-3"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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