Shinozaki #7 modded - [ maps, !models, !guns, bottomless clip ] için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/1629634
json
{
  "response": {
    "steam_id": "90284353310999555",
    "domain": null,
    "id": 1629634,
    "ip": "192.223.26.206",
    "port": 27015,
    "query": 27015,
    "color": 0,
    "city": "Chicago",
    "description": "",
    "game": 224260,
    "owner": null,
    "boosts": 1,
    "last_offline": 1773902520,
    "score": null,
    "last_online": 1776195038,
    "icon": null,
    "name": "Shinozaki #7 modded - [ maps, !models, !guns, bottomless clip ]",
    "connect": "192.223.26.206:27015",
    "request": "192.223.26.206:27015",
    "map": "nms_shipyard",
    "gamemode": "No More Room in Hell",
    "version": "1.1.4.2",
    "numplayers": 0,
    "maxplayers": 8,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1698324418,
    "last_update": 1776195038,
    "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": 87,
    "language": "en",
    "parked": false,
    "app": {
      "id": 6,
      "steam_id": 224260,
      "name": "No More Room in Hell",
      "url": "no-more-room-in-hell"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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