API for [RU/RP] Команда Ноль [Бездна]

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/819250
json
{
  "response": {
    "steam_id": "90284638061073428",
    "domain": null,
    "id": 819250,
    "ip": "185.70.107.17",
    "port": 17501,
    "query": 17502,
    "color": 0,
    "city": "Moscow",
    "description": "",
    "game": 602960,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776571400,
    "score": 2.67,
    "last_online": 1776596469,
    "icon": null,
    "name": "[RU/RP] Команда Ноль [Бездна]",
    "connect": "185.70.107.17:17501",
    "request": "185.70.107.17:17502",
    "map": "Объект 19 7",
    "gamemode": "sandbox",
    "version": "1.11.5.0",
    "numplayers": 0,
    "maxplayers": 16,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1684363333,
    "last_update": 1776596469,
    "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": 44,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 50335,
      "steam_id": 602960,
      "name": "Barotrauma",
      "url": "barotrauma"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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