API for FLAME RUST #2 [ MAX3 | x3 | MAGIC ] WIPE 10.4

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/9705995
json
{
  "response": {
    "fps": 59,
    "fps_avg": 59,
    "entities_count": 145394,
    "world_seed": 1337,
    "world_size": 4000,
    "steam_id": "90284204041412622",
    "domain": null,
    "id": 9705995,
    "ip": "46.174.53.23",
    "port": 20510,
    "query": 20511,
    "color": 0,
    "city": "Moscow",
    "description": "![FLAME RUST #2 [ MAX3 | x3 | MAGIC ] WIPE 10.4](https://api.ba3yka.ru/flamerust/img/banner_game.png)\nЛимит игроков в команде: 3\r\n\r\nХарактеристики серверов:\r\n• Рейты добычи ресурсов x3\r\n• Мгновенный крафт\r\n• Телепортация домой\r\n\r\nВайп карты: каждые вторник и пятница в 14:00\r\nВайп рецептов: каждые две недели",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775212887,
    "score": 0,
    "last_online": 1775931014,
    "icon": null,
    "name": "FLAME RUST #2 [ MAX3 | x3 | MAGIC ] WIPE 10.4",
    "connect": "46.174.53.23:20510",
    "request": "46.174.53.23:20511",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 40,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 74,
    "add_date": 1751752606,
    "last_update": 1775931014,
    "banned": false,
    "wipe": 1775818799,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 830,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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