API for [CSGO] WARFAL: MIRAGE #1 [!VIP, !WS, !KNIFE, !GLOVES]

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/8274782
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 8274782,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Moscow",
    "description": "[\n    {\n        \"id\": \"7wIYFtqeEi\",\n        \"type\": \"paragraph\",\n        \"data\": {\n            \"text\": \"  Добро пожаловать на игровой проект WARFAL• MIRAGE #1: 62.122.213.241:27015 [128 tick] •• AWP #1: 37.230.162.92:27015 [128 tick] •• DUST2 #1: 37.230.210.144:27015 [128 tick] •• SANDSTONE #1: 46.174.49.133:27015 [128 tick] •• FPS BOOST #1: 46.174.50.21:27015 [128 tick] •• Наш сайт » [https://warfal.ru](https%3A%2F%2Fwarfal.ru) •• Наши правила » [https://warfal.ru/rules](https%3A%2F%2Fwarfal.ru%2Frules)• Наш магазин » [https://warfal.ru/shop](https%3A%2F%2Fwarfal.ru%2Fshop)• Беседа проекта » [http://beseda.warfal.ru](http%3A%2F%2Fbeseda.warfal.ru) •• Наш Discord: [http://ds.warfal.ru](http%3A%2F%2Fds.warfal.ru)• Наш Steam: [http://steam.warfal.ru](http%3A%2F%2Fsteam.warfal.ru)• Беседа TG: [http://tg.warfal.ru](http%3A%2F%2Ftg.warfal.ru)• Группа с мемами: [http://vk.com/warfalmemes](https://vk.com/warfalmemes)\"\n        }\n    }\n]",
    "game": 4465480,
    "owner": 50186,
    "boosts": 1,
    "last_offline": 1767852059,
    "score": 3,
    "last_online": 1766911811,
    "icon": null,
    "name": "[CSGO] WARFAL: MIRAGE #1 [!VIP, !WS, !KNIFE, !GLOVES]",
    "connect": null,
    "request": null,
    "map": "de_mirage_winter",
    "gamemode": "Counter-Strike: Global Offensive",
    "version": null,
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1742595890,
    "last_update": 1767852059,
    "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": 2003,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 1629104,
      "steam_id": 4465480,
      "name": "Counter-Strike: Global Offensive",
      "url": "counter-strike-global-offensive"
    },
    "server_owner": {
      "username": "gorbushion",
      "avatar": "no.jpg",
      "last_online": 1775329361
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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