API for TorchStrike | Vanilla | Russia | 24/7 [!ws, !lvl] [NO VIP]

We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11185150
json
{
  "response": {
    "steam_id": null,
    "domain": "csgo.zov.tatar",
    "id": 11185150,
    "ip": "88.87.85.236",
    "port": 27018,
    "query": 27018,
    "color": 0,
    "city": "Volgograd",
    "description": null,
    "game": 4465480,
    "owner": 174657,
    "boosts": 1,
    "last_offline": 1775231533,
    "score": 5,
    "last_online": 1775806215,
    "icon": null,
    "name": "TorchStrike | Vanilla | Russia | 24/7 [!ws, !lvl] [NO VIP]",
    "connect": "csgo.zov.tatar:27018",
    "request": "88.87.85.236:27018",
    "map": "de_overpass",
    "gamemode": "Counter-Strike: Global Offensive",
    "version": "1.38.8.1",
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1772698526,
    "last_update": 1775806215,
    "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": 225,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 1629104,
      "steam_id": 4465480,
      "name": "Counter-Strike: Global Offensive",
      "url": "counter-strike-global-offensive"
    },
    "server_owner": {
      "username": "nadrochitel",
      "avatar": "988de2e5-4646-44b6-ba23-9a7dae6146f0.jpg",
      "last_online": 1773411709
    },
    "mods": [
      {
        "id": 2189,
        "name": "LevelRanks"
      }
    ],
    "disabled_modules": []
  }
}

Code examples

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