API for HARD WAY RUST X0.5 | РОССИЙСКИЙ СЛОЖНЫЙ | СК

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/1915559
json
{
  "response": {
    "fps": 57,
    "fps_avg": 57,
    "world_seed": 1379885915,
    "world_size": 3000,
    "entities_count": 43859,
    "id": 1915559,
    "ip": "185.207.214.245",
    "port": 35510,
    "query": 35510,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![HARD WAY RUST X0.5 | РОССИЙСКИЙ СЛОЖНЫЙ | СК](https://i.postimg.cc/fySHqFbH/hard-wall.jpg)\nДобро пожаловать на хардовый сервер Hard Rust Way!\r\nНа нашем сервере вы встретите:\r\n•  Урезанный лут с бочек и ящиков.\r\n•  Уменьшено получение ресурсов с переработчика.\r\n•  Уменьшенные рейты на ресурсы от 0.3-0.5x.\r\n•  Подводный биом для облегчение игры новичкам.\r\n•  Усиленные животные.\r\n•  Изменённая погода, больше шторма и дождя.\r\n\r\n•  Вайп карты: ПТ в 16:00 по МСК  | Магазин: rust-way.ru | Discord: discord.gg/hardwayrust",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743770904,
    "score": 4,
    "last_online": 1744131665,
    "icon": null,
    "name": "HARD WAY RUST X0.5 | РОССИЙСКИЙ СЛОЖНЫЙ | СК",
    "connect": "185.207.214.245:35500",
    "request": "185.207.214.245:35510",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2585",
    "numplayers": 2,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1700734200,
    "last_update": 1744131665,
    "banned": false,
    "wipe": 1743772439,
    "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/1915559");
$data = json_decode($json, true);
var_dump($data);