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/8149727
json
{
  "response": {
    "id": 8149727,
    "ip": "5.251.139.216",
    "port": 28015,
    "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": 1742862896,
    "score": 0,
    "last_online": 1741981846,
    "icon": null,
    "name": "1|KZ|5GAMESU|clan|x2|",
    "connect": "5.251.139.216:28015",
    "request": "5.251.139.216:28015",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": null,
    "numplayers": 0,
    "maxplayers": 250,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "KZ",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1741956301,
    "last_update": 1742862896,
    "banned": false,
    "wipe": 1741881957,
    "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/8149727");
$data = json_decode($json, true);
var_dump($data);