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

text
https://api.gamemonitoring.ru/servers/7174279
json
{
  "response": {
    "modded": true,
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 60446,
    "world_seed": 1337,
    "world_size": 3000,
    "steam_id": "90284706865062918",
    "domain": null,
    "id": 7174279,
    "ip": "83.147.29.43",
    "port": 28015,
    "query": 28014,
    "color": 0,
    "city": "City of London",
    "description": "![HIVE X1000000000 #1 MILLION|LOOT++|KITS++|SHOP|](https://i.ibb.co/kcCDvdg/HIVE-ULTIMATE-RUST-EXPERIENCE-Redo-02.jpg)\nWelcome to the HIVE MILLION SERVER \r\n\r\nThe HIVE server with pvp and raid battles for all levels of players\r\nEPIC PVP loadouts for ALL players so make it count\r\nJoin and show how awesome you are, we are waiting! \r\n\r\n\r\nALWAYS READ THE RULES \r\n\r\nACTIVE NON-PLAYING ADMINS \r\n\r\nServer map wipes twice a week on Monday and Thursday 18:30 GMT and auto daily reboot at 06:00 GMT\r\n\r\nServer mods \r\nLOOT++ - KITS++ - LOADOUT++ - TRADE++ - SHOP++ - MVP RANKS - MVP SKIP QUEUE - SKINBOX - MINI - SET HOME AND MANY MANY MORE \r\n\r\nPlease use /help in the chat for tips on how to use mods \r\n\r\nPlease check https://store.hive.best for MVP status",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1772737343,
    "score": 0,
    "last_online": 1776884417,
    "icon": null,
    "name": "HIVE X1000000000 #1 MILLION|LOOT++|KITS++|SHOP|",
    "connect": "83.147.29.43:28015",
    "request": "83.147.29.43:28014",
    "map": "https://hive.best",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 78,
    "maxplayers": 300,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 73,
    "add_date": 1736279658,
    "last_update": 1776884417,
    "banned": false,
    "wipe": 1776706953,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 605,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/7174279");
$data = json_decode($json, true);
var_dump($data);