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

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

text
https://api.gamemonitoring.ru/servers/449888
json
{
  "response": {
    "fps": 70,
    "fps_avg": 68,
    "entities_count": 112496,
    "world_seed": 18295,
    "world_size": 4250,
    "id": 449888,
    "ip": "147.135.93.106",
    "port": 28018,
    "query": 28017,
    "color": 0,
    "description": "![ExiledServers.net - 2x Monthly | Vanilla+ | No BP Wipe](https://i.imgur.com/RBgUQfk.png)\nWelcome to Exiled Servers 2x Monthly!\r\n \r\nMonthly Map Wipes on the First Thursday of the Month @ approx 2pm EST \r\nNo BP wipe unless forced by Facepunch \r\nNo group limit \r\n \r\nRATES: \r\n  ✓ 2x Resources, 2x Components, 2x Scrap \r\n  ✓ 2x Crafting, 2x Stacks \r\n  ✓ 2x Excavator/Quarry \r\n  ✓ 2x Junkyard Shredder \r\n  ✓ 2x Fish Gutting \r\n \r\nMODIFICATIONS: \r\n  ✓ Recyclers at Fishing Villages, Ranch and Large Barn \r\n  ✓ Minicopters spawn on the road \r\n  ✓ Minicopters spawn at Airfield, Dome, Junkyard and Train Yard \r\n  ✓ Quick smelt \r\n  ✓ Furnace splitter \r\n  ✓ Short nights \r\n  ✓ Custom mods \r\n  ✓ High performance server \r\n \r\nRULES: \r\n • No cheating or exploiting the game \r\n • No racism or discrimination against others \r\n • No spamming chat or advertising \r\n \r\nRESTRICTIONS: \r\n • Players with a recent ban (180 days or less) will be automatically kicked \r\n • Players with 2 or more bans on their steam account will be automatically kicked \r\n • Players with a steam community ban will be automatically kicked \r\n \r\nEarn free airdrops by linking your Discord with Exiled Servers! \r\n \r\nLink: exiledservers.net/link \r\nDiscord: exiledservers.net/discord",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1754724763,
    "score": null,
    "last_online": 1755696627,
    "icon": null,
    "name": "ExiledServers.net - 2x Monthly",
    "connect": "147.135.93.106:28018",
    "request": "147.135.93.106:28017",
    "map": "Exiled Servers FPS+ Map",
    "gamemode": "Survival",
    "version": "2594",
    "numplayers": 1,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1630779847,
    "last_update": 1755696627,
    "banned": false,
    "wipe": 1754589116,
    "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/449888");
$data = json_decode($json, true);
var_dump($data);