API for RUST FIRE #1[X2|MAX3|TP|KITS|SKINS|EVENTS] 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. Connect with us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/449540
json
{
  "response": {
    "fps": 51,
    "fps_avg": 49,
    "world_seed": 1,
    "world_size": 3600,
    "entities_count": 132274,
    "id": 449540,
    "ip": "37.230.210.24",
    "port": 10000,
    "query": 10001,
    "owner_name": "RUSTFIRE",
    "owner_avatar": "29d3b4f0-3392-472f-a4ac-4847e42220e4.jpg",
    "color": 0,
    "description": "![$RUST FIRE #1[X2|MAX3|TP|KITS|SKINS|EVENTS] 11.04](https://i.imgur.com/1Qg3SsI.png)\nДобро пожаловать на сервер RUST FIRE #1 \n Хочешь весело провести время с друзьями? Тогда тебе к нам. \n - Добыча ресурсов X2 \n - Компоненты Х2 \n - Система друзей [Friends,FF,HitMarker] \n - Автодоводчик дверей \n - Удаление своих построек /remove \n - Система телепортов \n - KIT | SKINS | Художник | RaidBlock \n - Пещеры, нефтяные вышки и кастомные места",
    "game": 252490,
    "owner": 51953,
    "boosts": 1,
    "last_offline": 1743767074,
    "score": null,
    "last_online": 1743856245,
    "icon": null,
    "name": "RUST FIRE #1[X2|MAX3|TP|KITS|SKINS|EVENTS] 04.04",
    "connect": "37.230.210.24:10000",
    "request": "37.230.210.24:10001",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2585",
    "numplayers": 124,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 110,
    "add_date": 1630779834,
    "last_update": 1743856245,
    "banned": false,
    "wipe": 1743767538,
    "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": {
      "username": "RUSTFIRE",
      "avatar": "29d3b4f0-3392-472f-a4ac-4847e42220e4.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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