Oferim o gamă largă de metode de integrare. Puteți utiliza oricare dintre ele sau puteți crea propria metodă folosind JSON API. Dacă aveți o propunere pentru adăugarea unei noi metode de integrare, vă rugăm să ne contactați. Contactați-ne

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/5605917
json
{
  "response": {
    "steam_id": "85568392934507774",
    "domain": null,
    "id": 5605917,
    "ip": "194.147.90.90",
    "port": 24217,
    "query": 24217,
    "color": 0,
    "city": "Moscow",
    "description": "[{\"id\":\"nL-3a5_PXz\",\"type\":\"paragraph\",\"data\":{\"text\":\"Наш сайт: https://homigrad.com\"}},{\"id\":\"BgR4W9Pzez\",\"type\":\"paragraph\",\"data\":{\"text\":\"HOMIGRADCOM HOMIGRAD homigrad homigradcom garrysmod gmod garrys mod\"}}]",
    "game": 4000,
    "owner": 147451,
    "boosts": 1,
    "last_offline": 1775475125,
    "score": 0,
    "last_online": 1775823011,
    "icon": null,
    "name": "RUSSIAN 3 Homicide",
    "connect": "194.147.90.90:24217",
    "request": "194.147.90.90:24217",
    "map": "ttt_diescraper",
    "gamemode": "HOMIGRADCOM",
    "version": "2025.03.26",
    "numplayers": 5,
    "maxplayers": 20,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 93,
    "add_date": 1723662863,
    "last_update": 1775823011,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": 1,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 22,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 30,
      "steam_id": 4000,
      "name": "Garry's Mod",
      "url": "garrys-mod"
    },
    "server_owner": {
      "username": "HOMIGRAD",
      "avatar": "b9b5c040-4dd0-4725-8fd1-979b79174796.jpg",
      "last_online": 1763733214
    },
    "mods": [],
    "disabled_modules": [
      "chat"
    ]
  }
}

Exemple de cod

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