JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/11502406
json
{
  "response": {
    "fps": 210,
    "fps_avg": 211,
    "entities_count": 62060,
    "world_seed": 979110074,
    "world_size": 4000,
    "steam_id": "90286575328180246",
    "domain": null,
    "id": 11502406,
    "ip": "135.148.151.128",
    "port": 60408,
    "query": 60410,
    "color": 0,
    "city": "Warrenton",
    "description": "Welcome to Prime 2x, a balanced Rust server built for constant PvP, fun progression, and fair gameplay. Enjoy 2x gather, 2x smelt, and 2x crafting speed without ruining the grind. We offer active events, balanced kits, active admins, and absolutely no pay-to-win. Whether you’re roaming, raiding, farming, or fighting for control, there’s always action waiting. Join up, build strong, and make your mark this wipe.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779975175,
    "last_online": 1780601436,
    "icon": null,
    "name": "Prime 2x",
    "connect": "135.148.151.128:60408",
    "request": "135.148.151.128:60410",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207200,
    "last_update": 1780601436,
    "banned": false,
    "wipe": 1779133386,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4520,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "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/11502406");
$data = json_decode($json, true);
var_dump($data);