JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/548202
json
{
  "response": {
    "fps": 40,
    "fps_avg": 40,
    "entities_count": 67407,
    "world_seed": 1365816803,
    "world_size": 4250,
    "steam_id": "90286113893509144",
    "domain": null,
    "id": 548202,
    "ip": "168.100.161.140",
    "port": 28010,
    "query": 28015,
    "color": 0,
    "city": "London",
    "description": "![EU|AndysolAM 10x No BPs Solo/Duo|PVP|Shop|Loot+|Kits|Raid+|Skin](https://i.imgur.com/3gYp5QW.png)\nWelcome to AndysolAM 10X NO BPS\n\nNeed support or want to engage with our community? Go to https://andysolam.com/discord\n\nServer wipe schedule:\nSat 1PM - Wed 3PM (London)\nNext wipe: Wed 27 May 2026 14:00 UTC\nOn force wipe (the forced update that Facepunch does on the first Thursday @ 2PM ET of every month), this server will also wipe.\n\nServer feature list:\n- 2 player team limit\n- 10x gather rate (includes pickups & excavator)\n- Access to /mini\n- Highly active admin team\n- All BPs unlocked by default\n- Heavily improved loot tables (junk removed & 10x)\n- Clans & Automatic TC/Codelock sharing\n- PVP Leaderboards\n- Heavily optimised maps for increased performance (merged outpost/bandit & no swamps)\n- Base Upgrade, Base Repair and BGrade free for all users\n- Amazing server performance (12900k OC'd hardware)\n\nSome of our server rules include:\n- No cheating or associating with cheaters\n- No racism/homophobic chat/VC\n- No exploit abuse\n- No chat spam/excessive caps use\n- See https://andysolam.com/discord for a full breakdown of our rules\n\nWe hope you enjoy your stay on AndysolAM Rust servers!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778680981,
    "last_online": 1779760218,
    "icon": null,
    "name": "EU|AndysolAM 10x No BPs Solo/Duo|PVP|Shop|Loot+|Kits|Raid+|Skin",
    "connect": "168.100.161.140:28010",
    "request": "168.100.161.140:28015",
    "map": "10x Duo AndysolAM",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 3,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1649889556,
    "last_update": 1779760218,
    "banned": false,
    "wipe": 1779537457,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1610,
    "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/548202");
$data = json_decode($json, true);
var_dump($data);