API for Essel Rust [ X4/X8 | NOLIMIT | LOOT+ | KITS ] 04.04

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/11488196
json
{
  "response": {
    "fps": 83,
    "fps_avg": 83,
    "entities_count": 126848,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90284130430970887",
    "domain": null,
    "id": 11488196,
    "ip": "37.230.137.97",
    "port": 20530,
    "query": 20531,
    "color": 0,
    "city": "Moscow",
    "description": "![Essel Rust [ X4/X8 | NOLIMIT | LOOT+ | KITS ] 04.04](https://s.fotora.ru/3bd9b56bf87fede0.png)\nРейты x4/x8 - Rates x4/x8\r\nКрутая Кастомная карта с множеством новых рт и зонами, где можно получить лут - Custom map\r\nНет жары, холода\r\nНет дверей на РТ - There are no doors on rt\r\nТурели без электричества - Turrets without electricity\r\nКит наборы - Kits\r\nРюкзак - Backpack\r\nУвеличено количество лута с ящиков - Loot +\r\nРазовая покупка доната (При покупке привилегии она действует бессрочно)",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775733123,
    "score": 5,
    "last_online": 1775736018,
    "icon": null,
    "name": "Essel Rust [ X4/X8 | NOLIMIT | LOOT+ | KITS ] 04.04",
    "connect": "37.230.137.97:20530",
    "request": "37.230.137.97:20531",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1775369186,
    "last_update": 1775736018,
    "banned": false,
    "wipe": 1775280863,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5869,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust",
      "popular_maps_available": false
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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