API for MAGIC RUST #13 [ NOLIMIT | VANILLA X2 | FRIDAY ] Wipe 28.03

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/3712735
json
{
  "response": {
    "fps": 362,
    "fps_avg": 363,
    "world_seed": 1112022,
    "world_size": 4000,
    "entities_count": 188881,
    "id": 3712735,
    "ip": "185.207.214.134",
    "port": 10002,
    "query": 10002,
    "owner_name": "arturmagicow",
    "owner_avatar": "no.jpg",
    "color": 0,
    "description": "![MAGIC RUST #13 [ NOLIMIT | VANILLA X2 | FRIDAY ] Wipe 10.01](https://content.magicrust.ru/images/server/server_banner.png)\nЛимит игроков в команде: без лимита\r\n\r\nХарактеристики серверов:\r\n• Рейты добычи ресурсов x2\r\n• Скорость крафта x2\r\n\r\nВайп карты: каждую пятницу в 14:00\r\nВайп рецептов: каждые две недели, начиная с первого вайпа",
    "game": 252490,
    "owner": 100256,
    "boosts": 1,
    "last_offline": 1743155847,
    "score": 0,
    "last_online": 1743697265,
    "icon": null,
    "name": "MAGIC RUST #13 [ NOLIMIT | VANILLA X2 | FRIDAY ] Wipe 28.03",
    "connect": "185.207.214.134:10000",
    "request": "185.207.214.134:10002",
    "map": "Procedural Plus",
    "gamemode": "Survival",
    "version": "2583",
    "numplayers": 56,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 97,
    "add_date": 1712333549,
    "last_update": 1743697265,
    "banned": false,
    "wipe": 1743156149,
    "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": "arturmagicow",
      "avatar": "no.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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