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

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

text
https://api.gamemonitoring.ru/servers/444950
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 240666,
    "world_seed": 1337,
    "world_size": 4000,
    "id": 444950,
    "ip": "104.238.229.42",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "description": "![PICKLE QUAD MONTHLY | No BP Wipe | Low Upkeep | Quad Trio](https://i.imgur.com/pTAV79O.png)\nVisit PickleServers.com to learn about all of our various servers and rules!\r\nDiscord.PickleServers.com\r\nMap Wipe Monthly. Next map wipe 9/4\r\n\r\nPickle Servers are centered on the community, proudly serving players for over half a decade!\r\nNo BP Wipes unless forced cannot be bypassed(Last BP Wipe was 06/2018)\r\nLow upkeep - less time farming for your base upkeep. Decay is unchanged.\r\nActive Non-playing Admins with fast response times\r\n\r\nPlease read the full rules on our website but here is the TL;DR\r\nMax team/base limit of 4\r\nAllies are allowed but there are restrictions such as base distance\r\nActive Non-Playing Admin! You never have to worry about Admin abuse on the Pickle. We will not build a base/farm/PvP/break walls etc.. but are often watching activity in-game or through console.\r\nNo players with previous VAC/Game Bans on their steam profile allowed, no exceptions.\r\nAbsolutely no cheating is allowed on Pickle Servers and we work hard to detect and ban suspected cheaters.\r\n\r\nWe have many different server configurations! Search PICKLE to see what we have available!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1754588739,
    "score": null,
    "last_online": 1755695424,
    "icon": null,
    "name": "PICKLE QUAD MONTHLY | No BP Wipe | Low Upkeep | Quad Trio",
    "connect": "104.238.229.42:28015",
    "request": "104.238.229.42:28016",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2594",
    "numplayers": 21,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 63,
    "add_date": 1630779702,
    "last_update": 1755695424,
    "banned": false,
    "wipe": 1754588680,
    "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/444950");
$data = json_decode($json, true);
var_dump($data);