JSON dla programów, stron i innych

text
https://api.gamemonitoring.pl/servers/10488321
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 103251,
    "world_seed": 1506041084,
    "world_size": 4250,
    "steam_id": "90286740767111171",
    "domain": null,
    "id": 10488321,
    "ip": "82.22.20.53",
    "port": 28015,
    "query": 28017,
    "project_id": null,
    "color": 0,
    "city": "London",
    "description": "![Thistle 2x Monthly [Low Upkeep | Shared BPs]](https://i.ibb.co/pjqyDQtc/thistle-banner.png)\nThistle - Vanilla Monthly 2x\n\nAbout Us:\nA chill server where we love PVP and building. Enjoy 2x gather on wood, stone, and metal - but 1x on sulfur to slow the raid meta, and custom loot tables with less junk.\n\n>> Join the Discord: https://discord.gg/a4Qvaqw37t <<\n\nServer capacity scales dynamically up to 100 max.\n\nBasic Rules:\n- No cheating.\n- No racism.\n- Don't be a douche.\n- No griefing. Don't wall in other players, don't turret at someones base unless you intend to raid.\n- Don't abuse the quiet nature of the server to zerg everything.\n- English only in global.\n- No VPN's.\n- No previous bans.\n\nVIP Perks (/vip for more info):\n- Check base upkeep from Discord.\n- Discord alerts when TC upkeep drops below 24 hours.\n- Discord alerts when you're being raided.\n- Discord alerts when your turrets or SAM's have targets.\n- Suggest maps for the bi-weekly wipe community vote.\n\nMods/QoL:\n- Blueprints shared with team.\n- Auto-split and -fuel furnaces which smelt 4x faster.\n- Recycle full stacks at a time.\n- Box sorting.\n- Buy a test generator for 20k scrap.\n- Up to 20 map markers.\n\nGeneral Info:\n- Wipes bi-weekly (1st, 3rd, and 5th (on long months) Thursday, 7pm UK).\n- Community vote on map, VIPs can suggest.\n- Max group: 16.\n- Greatly reduced upkeep, flat rate - no 'big base' tax.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780596270,
    "last_online": 1780951827,
    "icon": null,
    "name": "Thistle 2x Monthly [Low Upkeep | Shared BPs]",
    "connect": "82.22.20.53:28015",
    "request": "82.22.20.53:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 6,
    "maxplayers": 25,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 65,
    "add_date": 1761122021,
    "last_update": 1780951827,
    "banned": false,
    "wipe": 1780596193,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1282,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Przykłady kodu

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