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

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

text
https://api.gamemonitoring.ru/servers/445936
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 118066,
    "world_seed": 19283,
    "world_size": 3900,
    "id": 445936,
    "ip": "208.52.153.221",
    "port": 29982,
    "query": 29915,
    "color": 0,
    "description": "Welcome!!\r\n\r\n Weekly map wipes Thursdays 10am PST/ 1pm EST\r\n Monthly BP wipes, next BP wipe Sept 4, Oct 2, Oct 23 \r\n restarts 2am PST/ 5am EST\r\n \r\n New changes:\r\n Water Well and Travelling vendors are disabled on this server\r\n Tech Tree will be disabled the first week of every month\r\n Twig is breakable!! Don't leave your base twig!! \r\n \r\n Growing pop, join the fun!\r\n Map size ~3900. \r\n No PVP ever\r\n Vanilla loot tables. some larger stack sizes\r\n Zombies, NPCEvents: including Convoy, Sputnik, WaterEvent, and additional Bradleys and scientists at monuments, Cargo every hour (only two crates spawn)\r\n Raidable Bases \r\n /commands\r\n Simple /rules\r\n \r\n Mods for furnace, quests, backpack, locks on any vehicles\r\n \r\n Server based off Tx\r\n Running solely on donations via paypal: heterikarust@gmail.com \r\n Join our discord@WEBPAGE",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1755681957,
    "score": null,
    "last_online": 1755694228,
    "icon": null,
    "name": "Heterika PvE 8/14 Zombies|RaidBases|Bradleys",
    "connect": "208.52.153.221:29982",
    "request": "208.52.153.221:29915",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2594",
    "numplayers": 2,
    "maxplayers": 60,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1630779738,
    "last_update": 1755694228,
    "banned": false,
    "wipe": 1755194187,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": 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/445936");
$data = json_decode($json, true);
var_dump($data);