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

text
https://api.gamemonitoring.ru/servers/11488230
json
{
  "response": {
    "steam_id": "90285122720021525",
    "domain": null,
    "id": 11488230,
    "ip": "167.114.208.209",
    "port": 7779,
    "query": 27018,
    "color": 0,
    "city": "Montreal",
    "description": "[{\"id\":\"dgkTnJcYhO\",\"type\":\"paragraph\",\"data\":{\"text\":\"Welcome to the AWL Souls Cluster!\\n❁24/7 cluster.\\n❁Server Name:  EU/NA AWLGaming Souls | 120 Slots | PvE | Kits | NO WIPE\\n❁NA IP Address | Invite: 167.114.208.209:7779 4GHXLW9BT4KK8ON40X7QEXADT\\n❁EU IP Address | Invite: 176.9.20.73:7779 | 73DY9F32DHD8AAPN348BH7YF1\\n❁Community Website: https://awlgaming.net/\\nHosted in EU and NA East\\n\\nServer Settings\\n\\n➽ Game mode is PvE\\n\\n➽ 120 player slots\\n\\n➽ Tribe recruitment limit: 100\\n\\n➽ Deployed tribesmen limit: 10\\n\\n➽ Bonfire limits: 15 per player, 20 per tribe\\n\\n➽ Double inventory carrying capacity\\n\\n➽ Portal limits: 15\\n\\n➽ 2x harvest, logging, mining and slaughtering\\n\\n➽ 2x loot drop multiplier (regular & elite NPCs)\\n\\n➽ 500m animal summon range\\n\\n➽ 2x PvE damage dealt\\n\\n➽ 0.5x PvE damage taken\\n\\n➽ 0.5x weapon/tool durability loss\\n\\n➽ 1.5x Character XP rate\\n\\n➽ 3x Awareness Strength XP rate\\n\\n➽ 1.5x crafting speed\\n\\n➽ 1.5x hatching speed\\n\\n➽ Slower Bonfire decay and fuel consumption rates\\n\\n➽ No loot drop on death (TP's at player's feet on respawn)\\n\\n➽ Number of deployed tribesmen is 6\"}}]",
    "game": 2646460,
    "owner": 24744,
    "boosts": 1,
    "last_offline": 1776081111,
    "score": 0,
    "last_online": 1777532412,
    "icon": null,
    "name": "[NA] AWLGaming Shifting Souls Cluster 3x|PvE|Kits|NO WIPE",
    "connect": "167.114.208.209:7779",
    "request": "167.114.208.209:27018",
    "map": "DLC_Level01_Main",
    "gamemode": "00",
    "version": "1.0.0.0",
    "numplayers": 4,
    "maxplayers": 120,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 113,
    "add_date": 1775424235,
    "last_update": 1777532412,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2,
    "language": "en",
    "parked": false,
    "app": {
      "id": 1625562,
      "steam_id": 2646460,
      "name": "Soulmask",
      "url": "soulmask"
    },
    "server_owner": {
      "username": "awl_gaming",
      "avatar": "8f313331-ffe6-485c-8bcb-d4def338f31a.png",
      "last_online": 1776697479
    },
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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