JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/6540609
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 89052,
    "world_seed": 1337,
    "world_size": 3500,
    "steam_id": "90286416703516673",
    "domain": null,
    "id": 6540609,
    "ip": "91.229.114.11",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Chicago",
    "description": "![[US] TRUST YOUR SKILL 5X SOLO ONLY 30/05 FULLWIPE](https://imgur.com/UsVo1Le.png)\nServer Wipe Tuesday & Saturday @ 2PM CST\r\nBP Wipe every Saturday\r\n\r\nKits & Queue Skip: https://trustyourskill.com\r\n\r\n\\t- Max Group: SOLO ONLY\r\n\\t- 5x Gather & Resources\r\n\\t- /noskin and /skinbox FREE\r\n\\t- Auto Base Upgrade FREE\r\n\\t- Full Base Workbench\r\n\\t- Instant Craft & Faster Smelting\r\n\\t- T1 BPs + All Electrical Unlocked\r\n\\t- Custom Map with Improved FPS (No Swamps, Merged Outpost/Bandit)\r\n\\t- Always Day (No nights)\r\n\\t- Improved Loot (Component-Only Barrels)\r\n\\t- Minis, Scrappies, RHIBs, Boats & Horses spawning\r\n\\t- Teleport Enabled (/outpost - /home)\r\n\\t- Loyal Ranks & Playtime Rewards – Earn ranks and perks by just playing.\r\n\\t- Custom Anti-Cheat\r\n\\t- Discord, Twitch & Steam Rewards\r\n\r\nJoin Our Discord: https://discord.gg/trustyourskill",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780581819,
    "last_online": 1780401627,
    "icon": null,
    "name": "[US] TRUST YOUR SKILL 5X SOLO ONLY 30/05 FULLWIPE",
    "connect": "91.229.114.11:28015",
    "request": "91.229.114.11:28017",
    "map": "discord.gg/trustyourskill",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1730547152,
    "last_update": 1780581819,
    "banned": false,
    "wipe": 1780171497,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 10332,
    "language": "en",
    "parked": false,
    "app": {
      "id": 252490,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Exemple de cod

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