API для FancyOrbs Random Farming SMALL - Get Random Items From Farming

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

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

text
https://api.gamemonitoring.ru/servers/472746
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 38603,
    "world_seed": 1827063539,
    "world_size": 2500,
    "id": 472746,
    "ip": "104.129.133.197",
    "port": 28419,
    "query": 28416,
    "color": 0,
    "description": "![FancyOrbs Random Farming SMALL - Get Random Items From Farming](https://i.imgur.com/fYM4nERh.jpg)\nWelcome to FancyOrb's Random Farming Server where you can get ANY ITEMS in Rust from just farming!\r\n\r\nWant to craft recyclers for your base? Need more resources for building? Visit https://fancyorbservers.tebex.io/ to purchase kits & VIP \r\n \r\n \r\nTIPS FOR THIS SERVER: \r\n-Get resources by recycling your random items \r\n-Loot despawns based off rarity. Tier 2 & 3 items take longer to despawn\r\n-Server wipes weekly (every Thursday 2pm EST)",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1755194086,
    "score": null,
    "last_online": 1755504648,
    "icon": null,
    "name": "FancyOrbs Random Farming SMALL - Get Random Items From Farming",
    "connect": "104.129.133.197:28419",
    "request": "104.129.133.197:28416",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2594",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1631082388,
    "last_update": 1755504648,
    "banned": false,
    "wipe": 1755194283,
    "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/472746");
$data = json_decode($json, true);
var_dump($data);