[v93] ● KZ ● [TIMER ★ 500+ MAPS ★ 100TICK] için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/2955680
json
{
  "response": {
    "steam_id": "90284792088252445",
    "domain": null,
    "id": 2955680,
    "ip": "45.136.204.179",
    "port": 4444,
    "query": 4444,
    "color": 0,
    "city": "Moscow",
    "description": "",
    "game": 240,
    "owner": 52547,
    "boosts": 1,
    "last_offline": 1772789546,
    "score": null,
    "last_online": 1776853218,
    "icon": null,
    "name": "[v93] ● KZ ● [TIMER ★ 500+ MAPS ★ 100TICK]",
    "connect": "45.136.204.179:4444",
    "request": "45.136.204.179:4444",
    "map": "kz_basementblock",
    "gamemode": "██ CS-DREAM.RU ██",
    "version": "9540945",
    "numplayers": 1,
    "maxplayers": 20,
    "bots": 3,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 66,
    "add_date": 1707493754,
    "last_update": 1776853218,
    "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": 270,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 5,
      "steam_id": 240,
      "name": "Counter-Strike: Source",
      "url": "counter-strike-source"
    },
    "server_owner": {
      "username": "DreamIsland",
      "avatar": "7d81dff5-1794-440e-bace-07460ae27415.jpg",
      "last_online": 1735047146
    },
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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