API for 2# SHELBY RUST Х5 CLANS |KIT|SHOP|LOOT+|WIPE 01.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. Connect with us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/6572329
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "world_seed": 70,
    "world_size": 3500,
    "entities_count": 59089,
    "id": 6572329,
    "ip": "37.27.52.221",
    "port": 20521,
    "query": 20521,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![2# SHELBY RUST Х5 CLANS |KIT|SHOP|LOOT+|WIPE 01.04](https://gspics.org/images/2022/10/11/0W8OYE.png)\nДобро пожаловать на сервер SHELBY RUST!\r\n•Ночная защита построек на 70% \r\n•Вайп два раза в неделю \r\n•Рейты Х5\r\n•Увеличенные рейти у карьеров \r\n•Увеличенные стаки \r\n•Внутри игровой shop \r\n•Экономика \r\n•Бесплатные скины для всех игроков \r\n•Оповещение о рейде \r\nГруппа ВК - https://vk.com/shelbyrust \r\nГруппа Discord - https://discord.gg/Q8JrjTVybh",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743505035,
    "score": 0,
    "last_online": 1743528050,
    "icon": null,
    "name": "2# SHELBY RUST Х5 CLANS |KIT|SHOP|LOOT+|WIPE 01.04",
    "connect": "37.27.52.221:20520",
    "request": "37.27.52.221:20521",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2583",
    "numplayers": 4,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1731158626,
    "last_update": 1743528050,
    "banned": false,
    "wipe": 1743505112,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": 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/6572329");
$data = json_decode($json, true);
var_dump($data);