JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/11759351
json
{
  "response": {
    "fps": 42,
    "fps_avg": 40,
    "entities_count": 118356,
    "world_seed": 774927183,
    "world_size": 4250,
    "steam_id": "90286914735610890",
    "domain": null,
    "id": 11759351,
    "ip": "66.51.97.51",
    "port": 28000,
    "query": 28001,
    "project_id": null,
    "color": 0,
    "city": "City of London",
    "description": "![Rusty Sheep PVE|Quests|SkillTree|Events](https://www.dropbox.com/scl/fi/ol2o4j3vludgrxdwq5blr/rustydrugpve.png?rlkey=d9wtezegyk3xj9bb88u0wtz8k&st=eui7l8th&dl=1)\nWelcome to Rusty Sheep PvE!\r\n\r\nSkill Tree System – Progress your character and unlock powerful perks.\r\n\r\nQuests & Missions – Complete objectives and earn valuable rewards.\r\n\r\nCustom Kits – Get started quickly with useful kits and progression bonuses.\r\n\r\nVIP Packages – Enjoy exclusive perks and quality-of-life benefits.\r\n\r\nDrug Empire System – Plant, harvest, manufacture, and sell drugs to dealers to grow your empire and dominate the underground economy.\r\n\r\nCash Economy & ATMs – Earn cash from your adventures and securely deposit it into ATMs located around the map.\r\n\r\nBasement Building – Expand your base underground and create the ultimate hidden bunker.\r\n\r\nBoss Monsters – Hunt dangerous bosses for rare loot and unique rewards.\r\n\r\nRaidable Bases (PvP Only) – Challenge raid zones, defeat defenders, and claim the spoils.\r\n\r\nPlayer Economy – Trade, earn, and build your wealth through multiple money-making opportunities.\r\n\r\nFriendly Community – Active staff, welcoming players, and a balanced PvE experience.\r\n\r\nAnd much more… – Frequent updates, new content, and exciting features added regularly!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1781255035,
    "last_online": 1781344227,
    "icon": null,
    "name": "Rusty Sheep PVE|Quests|SkillTree|Events",
    "connect": "66.51.97.51:28000",
    "request": "66.51.97.51:28001",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780931710,
    "last_update": 1781344227,
    "banned": false,
    "wipe": 1780595797,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5936,
    "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/11759351");
$data = json_decode($json, true);
var_dump($data);