API for GameSphere - Legacy | Dust II / Mirage| 128 tick

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/11142809
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11142809,
    "ip": "170.168.115.55",
    "port": 27115,
    "query": 27115,
    "color": 0,
    "city": "Mytishchi",
    "description": "[{\"id\":\"8KA9y_-LMI\",\"type\":\"paragraph\",\"data\":{\"text\":\"**GameSphere | RANDOM CHAOS #1 | RU**\"}},{\"id\":\"rm08GxWg7P\",\"type\":\"paragraph\",\"data\":{\"text\":\"Сервер, где каждый раунд он рандомный, рандомное оружие, рандомное событие. Место, где есть веселье. Заходи на сервер и попробуй определённый раунд, может тебе приглядится один из десятков.\"}}]",
    "game": 4465480,
    "owner": 167871,
    "boosts": 1,
    "last_offline": 1774156926,
    "score": 0,
    "last_online": 1775806211,
    "icon": null,
    "name": "GameSphere - Legacy | Dust II / Mirage| 128 tick",
    "connect": "170.168.115.55:27115",
    "request": "170.168.115.55:27115",
    "map": "de_mirage",
    "gamemode": "Counter-Strike: Global Offensive",
    "version": "1.38.8.1",
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1770820975,
    "last_update": 1775806211,
    "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": 93,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 1629104,
      "steam_id": 4465480,
      "name": "Counter-Strike: Global Offensive",
      "url": "counter-strike-global-offensive"
    },
    "server_owner": {
      "username": "gamesphere",
      "avatar": "35f45ebd-907f-4976-b090-ed0478c55974.png",
      "last_online": 1770821592
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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