API for 1|KZ|5GAMESU|clan|x2|

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/1030876
json
{
  "response": {
    "fps": 44,
    "fps_avg": 43,
    "world_seed": 1254342286,
    "world_size": 4250,
    "entities_count": 109438,
    "id": 1030876,
    "ip": "178.90.81.93",
    "port": 28014,
    "query": 28015,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![1|KZ|5GAMESU|clan|x2|](https://5game.su/rust/image/Logo_1024_512.jpg)\nДобро пожаловать на клановый сервер Rust – 5GAME.SU! \r\nУ нас установлена гибкая система кланов.\r\nТак же есть система квестов чтоб вы не заскучали.\r\nЕсть рейд базы с большим разнообразием баз 40+ шт.\r\nЕсть система телепортации, до дома и на своего друга.\r\nЕсть система трейда (обмена) между игроками.\r\nТак же есть внутриигровой магазин с большим асортиментом.\r\nСистема банов и быстрое реагирование на нарушителей.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1742785660,
    "score": null,
    "last_online": 1742861450,
    "icon": null,
    "name": "1|KZ|5GAMESU|clan|x2|",
    "connect": "s1.5game.su:28014",
    "request": "178.90.81.93:28015",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2583",
    "numplayers": 4,
    "maxplayers": 250,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "KZ",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1687193718,
    "last_update": 1742861450,
    "banned": false,
    "wipe": 1742485760,
    "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/1030876");
$data = json_decode($json, true);
var_dump($data);