API for |RUST|Kонтинент x2 |wipe 24.04|

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11260647
json
{
  "response": {
    "fps": 45,
    "fps_avg": 43,
    "entities_count": 84681,
    "world_seed": 1730058098,
    "world_size": 3500,
    "steam_id": "90285017307731989",
    "domain": null,
    "id": 11260647,
    "ip": "185.189.255.214",
    "port": 35600,
    "query": 35610,
    "color": 0,
    "city": "Moscow",
    "description": "![|RUST|Kонтинент x2 |wipe 24.04|](https://avatars.mds.yandex.net/i?id=ff5393fccddac98a36ea3508a7a69e9d9af6762e-4338558-images-thumbs&n=13)\nДобро пожаловать на |RUST|КОНТИНЕHТ\r\n-wipe каждые 2 недели\r\n-Рейты х2\r\n-Увеличенные стаки\r\n-/kit\r\n-/remove+up\r\n-/buymini Minicopter\r\n-/stats\r\nГруппа в Steam:\r\nhttps://steamcommunity.com/groups/RustCONTINENT\r\nVK сообщество:\r\nhttps://vk.com/rrcontinent\r\nTelegram канал:\r\nhttps://t.me/RustCONTINENT\r\nTelegram чат:\r\nhttps://t.me/RustCONTINENTchat\r\nНаш сервер в Discord:\r\nhttps://discord.gg/U3fVfrwF4X",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777054994,
    "score": 0,
    "last_online": 1777315209,
    "icon": null,
    "name": "|RUST|Kонтинент x2 |wipe 24.04|",
    "connect": "185.189.255.214:35600",
    "request": "185.189.255.214:35610",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 11,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 385,
    "add_date": 1774555200,
    "last_update": 1777315209,
    "banned": false,
    "wipe": 1777054860,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 12,
    "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/11260647");
$data = json_decode($json, true);
var_dump($data);