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

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

text
https://api.gamemonitoring.ru/servers/1365152
json
{
  "response": {
    "fps": 30,
    "modded": true,
    "fps_avg": 30,
    "world_seed": 1337,
    "world_size": 4500,
    "entities_count": 638117,
    "id": 1365152,
    "ip": "208.52.152.193",
    "port": 28015,
    "query": 28010,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![Atlas - US 10x | No BPs | Kits | Shop](https://img.atlasrust.co/aced/2024/06/28/us10x.jpg)\nAtlas Rust Servers | Made for the most competitive\r\n\r\nWipe times\r\n5:00 PM EST Monday\r\n5:00 PM EST Friday\r\n\r\nLinks\r\n• discord.gg/atlasrust\r\n• store.atlasrustservers.com\r\nFeatures\r\n• 10X Gather\r\n• 15X Sulfur\r\n• 10X Loot (removed junk)\r\n• Custom events\r\n• Boosted Custom Kits\r\n\r\n24 Hour Discord Staff Support",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1740244797,
    "score": null,
    "last_online": 1746073825,
    "icon": null,
    "name": "Atlas - US 10x | No BPs | Kits | Shop",
    "connect": "208.52.152.193:28015",
    "request": "208.52.152.193:28010",
    "map": "Atlas Custom Map",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 469,
    "maxplayers": 500,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 113,
    "add_date": 1693512668,
    "last_update": 1746073825,
    "banned": false,
    "wipe": 1745874276,
    "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/1365152");
$data = json_decode($json, true);
var_dump($data);