API для WARBANDITS.GG EU 3X |Solo/Duo/Trio/Quad/Max 5|LootX3|Clans|x3 J

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

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

text
https://api.gamemonitoring.ru/servers/4886155
json
{
  "response": {
    "modded": true,
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 373943,
    "world_seed": 1933027595,
    "world_size": 3700,
    "id": 4886155,
    "ip": "185.248.134.51",
    "port": 28010,
    "query": 28015,
    "color": 0,
    "description": "![WARBANDITS.GG EU 3X |Solo/Duo/Trio/Quad/Max 5|LootX3|Clans|x3 J](https://cdn.warbandits.gg/banners/eu3xmax5.jpg)\nWelcome to WarBandits.gg 3x MAX 5!  \r\n - 3x Gather Rates \r\n - 3x Crafting Speed \r\n - 3x Components and Scrap \r\n - Recyclers at additional monuments \r\n - Custom High Performance Maps \r\n - Extended Workbench range \r\n - Tier 1 BPs unlocked  \r\n - Long Days & Short Nights \r\n - Group Limit: 5 \r\n - Active Staff \r\n - Fast Smelt",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1754215604,
    "score": 0,
    "last_online": 1755702021,
    "icon": null,
    "name": "WARBANDITS.GG EU 3X |Solo/Duo/Trio/Quad/Max 5|LootX3|Clans|x3 J",
    "connect": "185.248.134.51:28010",
    "request": "185.248.134.51:28015",
    "map": "Wiped 2 Days ago",
    "gamemode": "Survival",
    "version": "2594",
    "numplayers": 222,
    "maxplayers": 250,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1719418585,
    "last_update": 1755702021,
    "banned": false,
    "wipe": 1755521840,
    "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/4886155");
$data = json_decode($json, true);
var_dump($data);