API for #2 RUST ARMY max4 x1000000|Battlefield|PVP|LOOT+|GW|WIPE 03.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/305250
json
{
  "response": {
    "fps": 127,
    "fps_avg": 126,
    "world_seed": 3452,
    "world_size": 2650,
    "entities_count": 71968,
    "id": 305250,
    "ip": "212.22.93.197",
    "port": 28034,
    "query": 28035,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![#2 RUST ARMY max4 x1000000|Battlefield|PVP|LOOT+|GW|WIPE 03.04](https://gspics.org/images/2024/12/06/ILCuao.jpg)\n★Это твой военком , собирайся в армию сынок★\r\n★ Зачистка полигона в ночь с Четверга на Пятницу\r\n★ Ресурсы Х10000000\r\n★ Армейский доп паек ,изменение внешнего вида, все изучено \r\n★ Моментальный крафт\r\n★ Авто спавн - возможность сохранить свою экипировку и свою раскладку \r\n★ Телепортация к Игрокам и на вашу базу \r\n★ Вызов вертолета на 4 места \r\n★ Чсв ГЕНЕРАЛ , и постоянный призыв!\r\n\r\n\r\nНаш дискорд: https://discord.gg/tdekg7jzja",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743713305,
    "score": 5,
    "last_online": 1744118454,
    "icon": null,
    "name": "#2 RUST ARMY max4 x1000000|Battlefield|PVP|LOOT+|GW|WIPE 03.04",
    "connect": "212.22.93.197:28034",
    "request": "212.22.93.197:28035",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 21,
    "maxplayers": 160,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 63,
    "add_date": 1588972031,
    "last_update": 1744118454,
    "banned": false,
    "wipe": 1743713460,
    "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": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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