API for [WL] Unfriendly-Fire! (Assault)

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/3325253
json
{
  "response": {
    "id": 3325253,
    "ip": "162.248.88.40",
    "port": 6123,
    "query": 6123,
    "owner_name": "WeaselSteamID155",
    "owner_avatar": "08edbc1f-a2ef-41dc-93e0-a9e15a1f4f7e.jpg",
    "color": 0,
    "description": "Full details for this server are available at the following Steam Community page:\n[https://steamcommunity.com/groups/WeaselsLair/discussions/18/6554498588626967522/](https://steamcommunity.com/groups/WeaselsLair/discussions/18/6554498588626967522/)",
    "game": 10,
    "owner": 112120,
    "boosts": 1,
    "last_offline": 1745231824,
    "score": 5,
    "last_online": 1745489423,
    "icon": null,
    "name": "[WL] Unfriendly-Fire! (Assault)",
    "connect": "162.248.88.40:6123",
    "request": "162.248.88.40:6123",
    "map": "cs_assault",
    "gamemode": "Counter-Strike",
    "version": "1.1.2.7/Stdio",
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 10,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1710018405,
    "last_update": 1745489423,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 3,
      "steam_id": 10,
      "name": "Counter-Strike",
      "url": "counter-strike",
      "popular_maps_available": true
    },
    "server_owner": {
      "username": "WeaselSteamID155",
      "avatar": "08edbc1f-a2ef-41dc-93e0-a9e15a1f4f7e.jpg"
    },
    "mods": [
      {
        "id": 1634,
        "name": "AMX-Mod-X"
      }
    ],
    "disabled_modules": []
  }
}

Code examples

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