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/754227
json
{
  "response": {
    "fps": 83,
    "fps_avg": 82,
    "world_seed": 60,
    "world_size": 3600,
    "entities_count": 61610,
    "id": 754227,
    "ip": "89.218.13.144",
    "port": 28015,
    "query": 28016,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![[Rust.kz] Classic](https://discord.gg/6Agjr6kMrk/img/2/2262.jpg)\nКазахстанский премиальный классический сервер RUST.KZ\nЕженедельный вайп карты.\nТекущий вайп: 20.03.2025\nСледующий вайп: 27.03.2025",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1742480251,
    "score": null,
    "last_online": 1742859050,
    "icon": null,
    "name": "[Rust.kz] Classic",
    "connect": "89.218.13.144:28015",
    "request": "89.218.13.144:28016",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2583",
    "numplayers": 1,
    "maxplayers": 500,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "KZ",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1676380749,
    "last_update": 1742859050,
    "banned": false,
    "wipe": 1742480241,
    "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/754227");
$data = json_decode($json, true);
var_dump($data);