API for © G O L D E N - E R A ►

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/498154
json
{
  "response": {
    "id": 498154,
    "ip": "37.230.210.5",
    "port": 27015,
    "query": 27015,
    "owner_name": "discordtuk627603",
    "owner_avatar": "no.jpg",
    "color": 0,
    "description": "G O L D E N - E R A\n\nWelcome to the cool CIS public server\n\n\n- FREE VIP (22:00 - 07:00) - GMT+2\n\n- Mode : Public\n- Connect IP : 37.230.210.5:27015\n- Location : Moscow\n- FPS : 1100 - Only, NO LAG\n- MAPS Count: 50\n- REVIVE TEAMMATES\n\n\n- No bots\n- Good anticheat (Rechecker, AIM detected)\n- Admins online 24/7\n\n\n\n- website : https://golden-cs.ru",
    "game": 10,
    "owner": 30631,
    "boosts": 1,
    "last_offline": 1744201499,
    "score": 5,
    "last_online": 1745421020,
    "icon": null,
    "name": "© G O L D E N - E R A ►",
    "connect": "37.230.210.5:27015",
    "request": "37.230.210.5:27015",
    "map": "de_survivor",
    "gamemode": "█    НОЧЬЮ ВСЕМ VIP █",
    "version": "1.1.2.7/Stdio",
    "numplayers": 7,
    "maxplayers": 32,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 107,
    "add_date": 1638185214,
    "last_update": 1745421020,
    "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": "discordtuk627603",
      "avatar": "no.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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