API for MAGIC RUST #23 [ MAX 3 | VANILLA X2 | FRIDAY ] Wipe 4.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/556751
json
{
  "response": {
    "fps": 40,
    "fps_avg": 39,
    "world_seed": 121315421,
    "world_size": 4000,
    "entities_count": 202940,
    "id": 556751,
    "ip": "185.207.214.21",
    "port": 20000,
    "query": 20010,
    "owner_name": "arturmagicow",
    "owner_avatar": "no.jpg",
    "color": 0,
    "description": "![MAGIC RUST #23 [ MAX 3 | VANILLA X2 | FRIDAY ] Wipe 10.01](https://content.magicrust.ru/images/server/server_banner.png)\nЛимит игроков в команде: 3\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": 1743761087,
    "score": null,
    "last_online": 1743856246,
    "icon": null,
    "name": "MAGIC RUST #23 [ MAX 3 | VANILLA X2 | FRIDAY ] Wipe 4.04",
    "connect": "185.207.214.21:20000",
    "request": "185.207.214.21:20010",
    "map": "Procedural Plus",
    "gamemode": "VANILLA X2",
    "version": "2585",
    "numplayers": 387,
    "maxplayers": 400,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 130,
    "add_date": 1665918814,
    "last_update": 1743856246,
    "banned": false,
    "wipe": 1743761060,
    "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/556751");
$data = json_decode($json, true);
var_dump($data);