API for WWW.IGRALSK.ONLINE [CLAN WAR]

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/2700524
json
{
  "response": {
    "id": 2700524,
    "ip": "45.136.205.69",
    "port": 27017,
    "query": 27017,
    "owner_name": "whatislovestark",
    "owner_avatar": "c5854f46-fd48-4b08-b274-512f4d3e2045.jpg",
    "color": 0,
    "description": "",
    "game": 10,
    "owner": 106728,
    "boosts": 1,
    "last_offline": 1745414731,
    "score": null,
    "last_online": 1742632254,
    "icon": null,
    "name": "WWW.IGRALSK.ONLINE [CLAN WAR]",
    "connect": "45.136.205.69:27017",
    "request": "45.136.205.69:27017",
    "map": "de_train_2x2",
    "gamemode": "Counter-Strike",
    "version": null,
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1706183619,
    "last_update": 1745414731,
    "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": "whatislovestark",
      "avatar": "c5854f46-fd48-4b08-b274-512f4d3e2045.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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