API для TRUST YOUR SKILL 5X SOLO/DUO |KITS|LOOT+|BPs+ 15/8 FULLWIPE

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

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

text
https://api.gamemonitoring.ru/servers/443586
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 90908,
    "world_seed": 1337,
    "world_size": 3500,
    "id": 443586,
    "ip": "208.103.169.212",
    "port": 28011,
    "query": 28016,
    "color": 0,
    "description": "![TRUST YOUR SKILL 5X SOLO/DUO |KITS|LOOT+|BPs+ 15/8 FULLWIPE](https://imgur.com/UsVo1Le.png)\nServer Wipe Monday & Friday @ 16:00 Amsterdam Time\r\nBP Wipe every Friday\r\n\r\nKits & Queue Skip: https://trustyourskill.com\r\n\r\n\\t- Max Group: 2\r\n\\t- 5x Gather & Resources\r\n\\t- /skinbox and /noskin FREE\r\n\\t- Auto Base Upgrade FREE\r\n\\t- Loyal Ranks based on Playtime\r\n\\t- Improved Loot & Faster Respawning Loot\r\n\\t- Custom Anti Cheat\r\n\\t- Discord, Twitch & Steam Rewards\r\n\\t- Instant Craft & BP+\r\n\r\nJoin Our Discord: https://discord.gg/trustyourskill",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1754590551,
    "score": null,
    "last_online": 1755503449,
    "icon": null,
    "name": "TRUST YOUR SKILL 5X SOLO/DUO |KITS|LOOT+|BPs+ 15/8 FULLWIPE",
    "connect": "208.103.169.212:28011",
    "request": "208.103.169.212:28016",
    "map": "discord.gg/trustyourskill",
    "gamemode": "Survival",
    "version": "2594",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1630779665,
    "last_update": 1755503449,
    "banned": false,
    "wipe": 1755266588,
    "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/443586");
$data = json_decode($json, true);
var_dump($data);