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. Contact us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/757354
json
{
  "response": {
    "fps": 89,
    "fps_avg": 90,
    "entities_count": 100910,
    "world_seed": 925391174,
    "world_size": 4250,
    "steam_id": "90284111440333849",
    "domain": null,
    "id": 757354,
    "ip": "152.89.199.20",
    "port": 35100,
    "query": 35110,
    "color": 0,
    "city": "Moscow",
    "description": "![АЛТАЙСКИЙ | RUST](https://i.ibb.co/Pss8sspr/image-e1ylwe8-I-gt-Jnj-Wcl8-VZN.png)\nДобро пожаловать на наш сервер!\r\n Сервер максимально оптимизирован для комфортной игры.\r\n У нас продвинутая система защиты от оффлайн рейдов!\r\n > Уютное сообщество.\r\n > Активная администрация\r\n > Стабильный сервер\r\n > Рейд базы и ивенты\r\n > Залетай!\r\n\r\nСледующий вайп 3 апреля.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775260328,
    "score": 5,
    "last_online": 1775705416,
    "icon": null,
    "name": "АЛТАЙСКИЙ | RUST",
    "connect": "152.89.199.20:35100",
    "request": "152.89.199.20:35110",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1677864334,
    "last_update": 1775705416,
    "banned": false,
    "wipe": 1775208172,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2438,
    "language": "ru",
    "parked": 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/757354");
$data = json_decode($json, true);
var_dump($data);