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. Contact us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/3712735
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 3712735,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "![MAGIC RUST #13 [ NOLIMIT | VANILLA X2 | FRIDAY ] Wipe 10.01](https://content.magicrust.ru/images/server/server_banner.png)\nЛимит игроков в команде: без лимита\r\n\r\nХарактеристики серверов:\r\n• Рейты добычи ресурсов x2\r\n• Скорость крафта x2\r\n\r\nВайп карты: каждую пятницу в 14:00\r\nВайп рецептов: каждые две недели, начиная с первого вайпа",
    "game": 252490,
    "owner": 100256,
    "boosts": 1,
    "last_offline": 1759763036,
    "score": 0,
    "last_online": 1756459818,
    "icon": null,
    "name": "Magic Rust #13 — Vanilla 2x | EU East",
    "connect": null,
    "request": null,
    "map": "Procedural Plus",
    "gamemode": "VANILLA X2",
    "version": null,
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1712333549,
    "last_update": 1759763036,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 9025,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "arturmagicow",
      "avatar": "no.jpg",
      "last_online": 1736968299
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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