API for 『2# FHVH//RU//NL | FT USERS』NO SPREAD | DT mw3754

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. Connect with us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/7907558
json
{
  "response": {
    "id": 7907558,
    "ip": "185.248.102.128",
    "port": 30200,
    "query": 30200,
    "owner_name": "YellowMan",
    "owner_avatar": "29407b77-7cb2-43ba-9534-496c0eb187ab.jpg",
    "color": 0,
    "description": "[{\"id\":\"eoPnrgRMpK\",\"type\":\"paragraph\",\"data\":{\"text\":\"⭐DM - DeathMatch (бой насемерть) \"}},{\"id\":\"qcc0WKhIo_\",\"type\":\"paragraph\",\"data\":{\"text\":\"🔥Лучший HvH сервер с отзывчивой администрацией\"}},{\"id\":\"2CSu2ZG8Hz\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚡Дешëвые донаты\"}},{\"id\":\"yyfMsAyCXv\",\"type\":\"paragraph\",\"data\":{\"text\":\"🎁Частые розыгрыши на привилегии\"}},{\"id\":\"qIWKUEdRQG\",\"type\":\"paragraph\",\"data\":{\"text\":\"😘Подойдëт для NixWare Users\"}},{\"id\":\"lTM6DOJkZ8\",\"type\":\"paragraph\",\"data\":{\"text\":\"❗Only Spread | Fix DT❗\"}}]",
    "game": 730,
    "owner": 102647,
    "boosts": 1,
    "last_offline": 1743431687,
    "score": 0,
    "last_online": 1743109229,
    "icon": null,
    "name": "『2# FHVH//RU//NL | FT USERS』NO SPREAD | DT mw3754",
    "connect": "185.248.102.128:30200",
    "request": "185.248.102.128:30200",
    "map": "de_mirage",
    "gamemode": "Counter-Strike 2",
    "version": null,
    "numplayers": 0,
    "maxplayers": 20,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1740550803,
    "last_update": 1743431687,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 2,
      "steam_id": 730,
      "name": "Counter-Strike 2",
      "url": "counter-strike-2",
      "popular_maps_available": true
    },
    "server_owner": {
      "username": "YellowMan",
      "avatar": "29407b77-7cb2-43ba-9534-496c0eb187ab.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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