API for CHYRKA RUST | ONE GRID | SMALL MAP

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/7174479
json
{
  "response": {
    "fps": 40,
    "fps_avg": 40,
    "world_seed": 1268304567,
    "world_size": 2000,
    "entities_count": 11110,
    "id": 7174479,
    "ip": "65.109.115.184",
    "port": 20541,
    "query": 20541,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![CHYRKA RUST | ONE GRID | SMALL MAP](https://i.postimg.cc/9FSTL5Fn/2025-01-28-234548806.png)\nСервер для CHYRKA \r\n  - MAX 3  \r\n  - X2 \r\n  - Вайп 1.4 \r\n  - Крафт JetPack: /craft.j\r\n  - Крафт дронов камикадзе: /craft.d \r\n  - Стартовый кит: /kit \r\n - Машины без деталей \r\n    \r\n    Server for CHYRKA \r\n  - MAX 3\r\n  - X2\r\n  - Wipe 1.4\r\n  - Сraft JetPack: /craft.j\r\n  - Сraft kamikaze drones: /craft.d\r\n  - Starter kit: /kit\r\n - Machines without parts",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743418624,
    "score": 0,
    "last_online": 1743526852,
    "icon": null,
    "name": "CHYRKA RUST | ONE GRID | SMALL MAP",
    "connect": "65.109.115.184:20540",
    "request": "65.109.115.184:20541",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2583",
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1736279705,
    "last_update": 1743526852,
    "banned": false,
    "wipe": 1743512586,
    "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/7174479");
$data = json_decode($json, true);
var_dump($data);