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/7286928
json
{
  "response": {
    "fps": 240,
    "fps_avg": 239,
    "world_seed": 712372,
    "world_size": 1500,
    "entities_count": 6356,
    "id": 7286928,
    "ip": "65.21.232.55",
    "port": 20561,
    "query": 20561,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![RUST BUTING | 3x-5x | NOLIMIT](https://img.alkad.org/images/2016/09/07/52c.png)\nДобро пожаловать в дискорд сервер проекта Rust Buting! -------------------------------------- Информация о серверах Rust Buting: Rust Buting - качественный, уникальный сервер, сделанный с любовью для наших игроков. Сервера стоит на качественном хостинге и топовом дата-центре, что делает игру более приятной. На серверах установлены только качественные плагины. Наши сервера: --------------------------------------  Rust-Buting | 3x-5x | NOLIMIT  Рейты:3x-5x , Ограничение в команде: нет  Коннект:    Есть куча уникальных плагинов!  Вайп каждые 7 дней!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1744311962,
    "score": 0,
    "last_online": 1744978834,
    "icon": null,
    "name": "Rust Onemy | TEST",
    "connect": "65.21.232.55:20560",
    "request": "65.21.232.55:20561",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2585",
    "numplayers": 0,
    "maxplayers": 3,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1736703965,
    "last_update": 1744978834,
    "banned": false,
    "wipe": 1744312461,
    "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/7286928");
$data = json_decode($json, true);
var_dump($data);