API for RUSTONIK |X10|Shop|Kits|Tp|Vip|Skins|Duel|Bloody|BaseUp

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/10470393
json
{
  "response": {
    "fps": 243,
    "fps_avg": 241,
    "entities_count": 77263,
    "world_seed": 4819829,
    "world_size": 3550,
    "steam_id": "90284203847927818",
    "domain": null,
    "id": 10470393,
    "ip": "185.189.255.107",
    "port": 35300,
    "query": 35310,
    "color": 0,
    "city": "Moscow",
    "description": "![RUSTONIK |X10|Shop|Kits|Tp|Vip|Skins|Duel|Bloody|BaseUp](https://pic.survivalhost.org/images/2022/12/18/11111.md.jpg)\n\r\n-Рейты X10 \r\n-Мах 5 чел в тиме\r\n-Procedural Map карта (3550) \r\n-SkyBase \r\n-Дуэль\r\n- Телепорт \r\n- Вайп блок \r\n -Система уровней и наград \r\n- AutoBaseUpgrade\r\n-Быстрая плавка в печка \r\n-Быстрый крафт предметов \r\n -Вайп каждую пятницу!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775869917,
    "score": 3.7,
    "last_online": 1775886014,
    "icon": null,
    "name": "RUSTONIK |X10|Shop|Kits|Tp|Vip|Skins|Duel|Bloody|BaseUp",
    "connect": "185.189.255.107:35300",
    "request": "185.189.255.107:35310",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1760511019,
    "last_update": 1775886014,
    "banned": false,
    "wipe": 1775798845,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3915,
    "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/10470393");
$data = json_decode($json, true);
var_dump($data);