API for [RU] TrueRust x2 /Вайп 06.12\ РАЗДАЧА СКИНОВ!

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/6566394
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 6566394,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "![gm.link/u90780 WargmClaim262446](https://ftp.truerust.ru/rust/str.png)\nДобро пожаловать в мир TrueRust с улучшениями:\r\n\r\n — добыча ресурсов, переплавка в печах и время крафта x2\r\n — лучшие карты со всеми РТ и переработчиками в безопасных зонах\r\n — ночная защита от рейдов +100% c 22:00 до 7:00 МСК\r\n — день 50 минут, ночь 10 минут\r\n — система рейтинга игроков\r\n\r\n Магазин: TrueRust.ru | discord.gg/truerustru | Вайп каждую пятницу 14:00",
    "game": 252490,
    "owner": 90780,
    "boosts": 1,
    "last_offline": 1750457066,
    "score": 0,
    "last_online": 1733531480,
    "icon": null,
    "name": "[RU] TrueRust x2 /Вайп 06.12\\ РАЗДАЧА СКИНОВ!",
    "connect": null,
    "request": null,
    "map": "Exclusive Map / Wipe in: 6d. 10",
    "gamemode": null,
    "version": null,
    "numplayers": 0,
    "maxplayers": 250,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1731003493,
    "last_update": 1750457066,
    "banned": false,
    "wipe": 1733483502,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 8007,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "adm_199",
      "avatar": "no.jpg",
      "last_online": 1733451577
    },
    "mods": [],
    "disabled_modules": [
      "chat"
    ]
  }
}

Code examples

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