API для Paranoid.gg US 3x Solo/Duo|Loot+|Shop|Kits 8/18 JUSTWIPED x3

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

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

text
https://api.gamemonitoring.ru/servers/8568655
json
{
  "response": {
    "fps": 100,
    "fps_avg": 99,
    "entities_count": 57258,
    "world_seed": 1337,
    "world_size": 3600,
    "id": 8568655,
    "ip": "168.100.162.1",
    "port": 28033,
    "query": 28035,
    "color": 0,
    "description": "![Paranoid.gg US 3x Solo/Duo|Loot+|Shop|Kits 8/18 JUSTWIPED x3](https://paranoid.gg/upload/paranoidimages/serverbanners/us3xduo-min.png)\nProviding you the best experience on Rust.\r\nRegular In-game giveaways of Skins and Paid Ranks.\r\nExperience Less Cheaters due to advanced profile filtering.\r\nProviding the best support on Rust for over 10 years.\r\nWith a dedicated development team and 24/7 admin support.\r\nAll while running on the highest-tier network and hardware.\r\n\r\n\\t 3x Gather Rate\r\n\\t Max Team: 2\r\n\\t Custom Anti-Cheat\r\n\\t Automated Teaming Detection\r\n\\t Faster Smelting/Whole Base Workbench\r\n\\t Synchronised BPs between our 3x\r\n\\t Loot+\r\n\\t Loyalty Ranks (Get Donor Perks for Playing)\r\n\\t Combat/Raid Block\r\n\\t Reduced HV Rocket Damage\r\n\\t Shop\r\n\\t Leaderboards\r\n\\t PVP/Raid Markers",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1746093902,
    "score": 0,
    "last_online": 1755695438,
    "icon": null,
    "name": "Paranoid.gg US 3x Solo/Duo|Loot+|Shop|Kits 8/18 JUSTWIPED x3",
    "connect": "168.100.162.1:28033",
    "request": "168.100.162.1:28035",
    "map": "Paranoid FPS+ Map",
    "gamemode": "Survival",
    "version": "2594",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1744806167,
    "last_update": 1755695438,
    "banned": false,
    "wipe": 1755547013,
    "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/8568655");
$data = json_decode($json, true);
var_dump($data);