API for 🔥 WARFAL: MIRAGE #2 [!VIP, !WS, !SKINS, !LVL]

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/5367377
json
{
  "response": {
    "id": 5367377,
    "ip": "46.174.49.133",
    "port": 27015,
    "query": 27015,
    "owner_name": "gorbushion",
    "owner_avatar": "no.jpg",
    "color": 0,
    "description": "[{\"id\":\"x9uQOLbjS1\",\"type\":\"paragraph\",\"data\":{\"text\":\"  Добро пожаловать на игровой проект WARFAL\\n• MIRAGE #1: 62.122.213.241:27015 [128 tick] •\\n• AWP #1: 37.230.162.92:27015 [128 tick] •\\n• DUST2 #1: 37.230.210.144:27015 [128 tick] •\\n• SANDSTONE #1: 46.174.49.133:27015 [128 tick] •\\n• Наш сайт » [https://warfal.ru](https://vk.com/away.php?to=https%3A%2F%2Fwarfal.ru&cc_key=) •\\n• Наши правила » [https://warfal.ru/rules](https://vk.com/away.php?to=https%3A%2F%2Fwarfal.ru%2Frules&cc_key=)\\n• Наш магазин » [https://warfal.ru/shop](https://vk.com/away.php?to=https%3A%2F%2Fwarfal.ru%2Fshop&cc_key=)\\n• Беседа проекта » [http://beseda.warfal.ru](https://vk.com/away.php?to=http%3A%2F%2Fbeseda.warfal.ru&cc_key=) •\\n• Наш Discord: [http://ds.warfal.ru](https://vk.com/away.php?to=http%3A%2F%2Fds.warfal.ru&cc_key=)\\n• Беседа TG: [http://tg.warfal.ru](https://vk.com/away.php?to=http%3A%2F%2Ftg.warfal.ru&cc_key=)\\n• Группа с мемами: [http://vk.com/warfalmemes](https://vk.com/warfalmemes)\\n\"}}]",
    "game": 730,
    "owner": 50186,
    "boosts": 1,
    "last_offline": 1742375903,
    "score": 5,
    "last_online": 1743493236,
    "icon": null,
    "name": "🔥 WARFAL: MIRAGE #2 [!VIP, !WS, !SKINS, !LVL]",
    "connect": "46.174.49.133:27015",
    "request": "46.174.49.133:27015",
    "map": "de_mirage",
    "gamemode": "Counter-Strike 2",
    "version": "1.40.7.4",
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 1,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 95,
    "add_date": 1722199227,
    "last_update": 1743493236,
    "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": "gorbushion",
      "avatar": "no.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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