API for [FM] FANMAKE.RU | AWP ЛЕГЕНДАРНЫЙ © | PUBLIC

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/8081036
json
{
  "response": {
    "id": 8081036,
    "ip": "45.93.200.132",
    "port": 27015,
    "query": 27015,
    "owner_name": "sortix100",
    "owner_avatar": "a1bb5cab-825f-4bb3-9a46-9fb8a2144b30.jpg",
    "color": 0,
    "description": "[{\"id\":\"9TbCoFOpC0\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Наш сайт**: [fanmake.ru](https://fanmake.ru/)\"}},{\"id\":\"koX2Z5T7mp\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Discord**: [discord.gg/xN26knpc](https://discord.gg/xN26knpc)\"}},{\"id\":\"OGBYLtmeUV\",\"type\":\"paragraph\",\"data\":{\"text\":\"У нас вы встретите уютную атмосферу, хороший онлайн и отзывчивую администрацию.\"}},{\"id\":\"Fr6qpVi7Yf\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Приятной игры!**\"}}]",
    "game": 730,
    "owner": 74509,
    "boosts": 1,
    "last_offline": 1743432249,
    "score": 5,
    "last_online": 1743390658,
    "icon": null,
    "name": "[FM] FANMAKE.RU | AWP ЛЕГЕНДАРНЫЙ © | PUBLIC",
    "connect": "45.93.200.132:27015",
    "request": "45.93.200.132:27015",
    "map": "awp_lego_2",
    "gamemode": "Counter-Strike 2",
    "version": null,
    "numplayers": 0,
    "maxplayers": 24,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 7,
    "points": 12,
    "add_date": 1741535960,
    "last_update": 1743432249,
    "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": "sortix100",
      "avatar": "a1bb5cab-825f-4bb3-9a46-9fb8a2144b30.jpg"
    },
    "mods": [
      {
        "id": 379,
        "name": "VIP"
      },
      {
        "id": 436,
        "name": "Weapon Skins"
      },
      {
        "id": 435,
        "name": "VIP FREE"
      },
      {
        "id": 343,
        "name": "Skins"
      },
      {
        "id": 391,
        "name": "Vips"
      },
      {
        "id": 381,
        "name": "VIP Bhop"
      },
      {
        "id": 383,
        "name": "VIP Core"
      },
      {
        "id": 415,
        "name": "BunnyHop"
      },
      {
        "id": 338,
        "name": "Show Damage"
      },
      {
        "id": 425,
        "name": "Knife"
      },
      {
        "id": 362,
        "name": "Tag"
      },
      {
        "id": 437,
        "name": "Shop"
      },
      {
        "id": 387,
        "name": "VIP KillFeed"
      },
      {
        "id": 344,
        "name": "Skins (Shop)"
      },
      {
        "id": 363,
        "name": "Tag (LR)"
      },
      {
        "id": 438,
        "name": "Custom Knives"
      },
      {
        "id": 378,
        "name": "Vampirism"
      },
      {
        "id": 48,
        "name": "Check Cheats"
      },
      {
        "id": 5,
        "name": "Admin System"
      },
      {
        "id": 404,
        "name": "Welcome"
      },
      {
        "id": 414,
        "name": "AWP"
      },
      {
        "id": 370,
        "name": "Time VIP"
      },
      {
        "id": 361,
        "name": "SystemReport (Discord)"
      },
      {
        "id": 57,
        "name": "Clans Top"
      },
      {
        "id": 12,
        "name": "Admins Core"
      }
    ],
    "disabled_modules": []
  }
}

Code examples

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