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

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

text
https://api.gamemonitoring.ru/servers/7874590
json
{
  "response": {
    "fps": 62,
    "fps_avg": 60,
    "world_seed": 3329,
    "world_size": 3900,
    "entities_count": 204986,
    "id": 7874590,
    "ip": "94.231.215.6",
    "port": 28011,
    "query": 28011,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![Spoonkid Rust - US 2x | 5 MAX | Shared BPs | Mondays](https://spoonkidrustmaps.com/Server_Banner_US_MONDAYS.png)\nSpoonkid Rust is a server that caters to the casual yet competitive friend group!\r\n\\t- Gather Rate is 2x\r\n\\t- Loot Tables are 2x\r\n\\t- Group Limit: Five (5) (see below)\r\n• Join our Discord: discord.gg/spoonkidrust\r\n\r\n• Map Wipes every Monday 4pm ET\r\n• BP Wipes every Month @ FIRST MONDAY AFTER FORCE\r\n\r\n> Teaming Rules\r\n• No allies\r\n• No teaming\r\n• No raiding with other groups\r\n• No roaming with other groups\r\n\r\n• What's a",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1744428541,
    "score": 0,
    "last_online": 1746080433,
    "icon": null,
    "name": "Spoonkid Rust - US 2x | 5 MAX | Shared BPs | Mondays",
    "connect": "94.231.215.6:28015",
    "request": "94.231.215.6:28011",
    "map": "store.SpoonkidRust.com",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 36,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 74,
    "add_date": 1740344183,
    "last_update": 1746080433,
    "banned": false,
    "wipe": 1745870439,
    "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/7874590");
$data = json_decode($json, true);
var_dump($data);