API for [VERTEX] - ONLY DUST-2 #2 [!WS, !VIPTEST]

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/8274790
json
{
  "response": {
    "id": 8274790,
    "ip": "45.136.204.74",
    "port": 27015,
    "query": 27015,
    "owner_name": "andromedasd",
    "owner_avatar": "3285c0f4-f321-4f98-8fa6-358973b4a369.jpg",
    "color": 5,
    "description": "[{\"id\":\"I3ANWrTRdM\",\"type\":\"image\",\"data\":{\"caption\":\"\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/e4c6ce88-276e-41eb-be73-6023299b540e.png\"}}},{\"id\":\"srNWTaUjvn\",\"type\":\"paragraph\",\"data\":{\"text\":\"Добро пожаловать на проект **VERTEX**! \\nМы рады каждому игроку играющему на наших серверах!\\nНа сервере присутствуют разнообразные модели персонажей и кастомных оружий, чтобы каждый могу подобрать себе по вкусу.\\nДружелюбная атмосфера на сервере так же присутствует ;)\\nИмеется бесплатная выдача привилегий, бесплатные кейсы каждый день и конечно же бесплатные скины для каждого\\n\"}},{\"id\":\"-_ZP3JHD37\",\"type\":\"delimiter\",\"data\":{}},{\"id\":\"Eb7ug4bDBg\",\"type\":\"paragraph\",\"data\":{\"text\":\"Сайт - [vertexcs.ru](http://vertexcs.ru/)\\nTG - [t.me/vertexcs](https://t.me/vertexcs)\\nDiscord - [discord.gg/vertexservers](http://discord.gg/vertexservers)\\nVK - [vk.com/vertexcs2](https://vk.com/vertexcs2)\"}}]",
    "game": 730,
    "owner": 108153,
    "boosts": 75,
    "last_offline": 1742647166,
    "score": 0,
    "last_online": 1743337833,
    "icon": null,
    "name": "[VERTEX] - ONLY DUST-2 #2 [!WS, !VIPTEST]",
    "connect": "45.136.204.74:27015",
    "request": "45.136.204.74:27015",
    "map": "de_dust2",
    "gamemode": "Counter-Strike 2",
    "version": "1.40.7.2",
    "numplayers": 7,
    "maxplayers": 32,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 3,
    "points": 53025,
    "add_date": 1742647166,
    "last_update": 1743337833,
    "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": "andromedasd",
      "avatar": "3285c0f4-f321-4f98-8fa6-358973b4a369.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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