Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11622657
json
{
  "response": {
    "steam_id": "90286147694366728",
    "domain": null,
    "id": 11622657,
    "ip": "186.105.74.73",
    "port": 13338,
    "query": 13338,
    "color": 0,
    "city": "Maipú",
    "description": null,
    "game": 4000,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779916099,
    "last_online": 1779936052,
    "icon": null,
    "name": "OldSchool Extreme FootBall CHILITO",
    "connect": "186.105.74.73:13338",
    "request": "186.105.74.73:13338",
    "map": "eft_soccer_b1",
    "gamemode": "Extreme Football Throwdown",
    "version": "2026.04.29",
    "numplayers": 0,
    "maxplayers": 24,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CL",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1779916099,
    "last_update": 1779936052,
    "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": 3860,
    "language": "es",
    "parked": false,
    "app": {
      "id": 30,
      "steam_id": 4000,
      "name": "Garry's Mod",
      "url": "garrys-mod"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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