API for РОДИНА RUST x2 |NO LIMIT| WIPE 15.05

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11492601
json
{
  "response": {
    "fps": 94,
    "fps_avg": 93,
    "entities_count": 102439,
    "world_seed": 632059516,
    "world_size": 4250,
    "steam_id": "90285896369758228",
    "domain": null,
    "id": 11492601,
    "ip": "212.74.249.164",
    "port": 21930,
    "query": 21931,
    "color": 0,
    "city": "Moscow",
    "description": "![РОДИНА RUST gm.link/u188860 TSARVAR159884](https://i.yapx.ru/dnRJg.jpg)\nРОДИНА RUST x2 |NO LIMIT| ДЛЯ НОВИЧКОВ!\r\n------------------------------------------\r\n● Добыча ресурсов: x2 (Добыча руды)\r\n● Лимит команды: Без ограничений\r\n● Увеличенные стаки ресурсов\r\n● Активная администрация и защита от читеров!\r\n\r\nВАЙПЫ: ПЯТНИЦА каждые две недели в 12:00 по МСК.\r\n\r\nГруппа в VK: vk.com/rodina.rust\r\nНаш Discord: discord.gg/syN6PNJZw",
    "game": 252490,
    "owner": 188860,
    "boosts": 1,
    "last_offline": 1779069738,
    "score": 0,
    "last_online": 1779088210,
    "icon": null,
    "name": "РОДИНА RUST x2 |NO LIMIT| WIPE 15.05",
    "connect": "212.74.249.164:21930",
    "request": "212.74.249.164:21931",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 2,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 91,
    "add_date": 1779069738,
    "last_update": 1779088210,
    "banned": false,
    "wipe": 1778850663,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 177,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "ex3mp3l",
      "avatar": "5c07e301-21aa-4727-b5dd-ebe279991a9b.jpg",
      "last_online": 1779070649
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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