Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами

JSON для программ, сайтов и прочего

text
https://api.gamemonitoring.ru/servers/6691027
json
{
  "response": {
    "id": 6691027,
    "ip": "45.88.230.204",
    "port": 28025,
    "query": 28025,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![Survivors.gg #5 [ 2x Solo/Duo/Trio ] FULLWIPED 11.04](https://www.survivors.gg/temp/server2.png)\n\r\n ✯ Welcome to Survivors.gg \r\n ✯✯ Rust gaming community since 2014 \r\n ✯✯✯ Join Us: www.discord.survivors.gg \r\n\r\n ✯ Want to skip the queue? Get it at www.survivors.gg \r\n ✯ Fullwipes every Friday at 14:00 CEST \r\n ✯ Max Team: 3 Players \r\n ✯ Electric BP's are unlocked \r\n ✯ 2x Gather Rates. \r\n ✯ Half smelt, crafting speeds \r\n ✯ Faster nights \r\n ✯ Fishing Village and Large Barn with Recycler \r\n ✯ write /help for all commands \r\n ✯ no Kits, no TP and no P2W! \r\n\r\n Admins do not play or interfere with gameplay. \r\n Visit www.Survivors.gg for more information.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1746085552,
    "score": 0,
    "last_online": 1744708225,
    "icon": null,
    "name": "Survivors.gg #5 [ 2x Solo/Duo/Trio ] FULLWIPED 11.04",
    "connect": "45.88.230.204:28024",
    "request": "45.88.230.204:28025",
    "map": "Custom Map",
    "gamemode": "Rust",
    "version": null,
    "numplayers": 0,
    "maxplayers": 300,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "GB",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1732060619,
    "last_update": 1746085552,
    "banned": false,
    "wipe": 1744372780,
    "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": []
  }
}

Примеры кода

php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/6691027");
$data = json_decode($json, true);
var_dump($data);