JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/11677588
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 4881,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90286616741185562",
    "domain": null,
    "id": 11677588,
    "ip": "104.143.3.247",
    "port": 28296,
    "query": 28299,
    "color": 0,
    "city": "Dallas",
    "description": "![Imokes Aim Train & Fun Server US [Vertigo, Nuketown, Firing Ran](https://i.ibb.co/DPmDnwN9/main-logo.png)\nPVP Training Ground (US).\r\n\r\nWe have:\r\n- Vertigo, Nuketown & Firing Range Scrims - can use kits.\r\n- Vertigo FFA Sticks & Stones (Timed Explosive Crossbow/ 1 Shot Thrown Hatchet & 1 Hit Combat Knife) - no kits.\r\n- Nuketown FFA One In The Chamber (Spawn with 1 round in Semi Pistol & 1 hit Combat Knife). Kills +1 bullet to Semi Pistol - no kits.\r\n- Underwater FFA (Speargun & Propulsion) - can use kits.\r\n- Vertigo & Nuketown Gun Game - no kits\r\n- Minecraft Aim Training Platform (Moving Bots). Ballista's can be used upstairs of the platform.\r\n\r\nEconomics:\r\n\r\n- Scrap can be found around lobby and sold for coins in /shop 1:1 in lobby.\r\n- Scrap can be purchased in /shop 1:1 from coin balance for gambling in lobby.\r\n- 50 coins are earned per kill (not from bots).\r\n- 200 coins are earnt for every 10 minutes being active\r\n\r\nKits:\r\n\r\nKits are purchased in /shop using coin balance only and redeemable in match via /kit. They have varying costs and time available to you.\r\n\r\n- Sniper kit (Bolt/L9).\r\n- Explosive kit (Timed Explosive Crossbow, C4, Grenade Launcher).\r\n- LMG kit (M249 & HM LMG).\r\n- Rocket kit (Normal, Incendiary & HV).\r\n- Military kit (M4 Shotgun, Minigun & Military Flame Thrower).\r\n- Grenade kit (Grenades, Flashbangs, Smoke Grenade, Molotov's & Decoy Grenade - Firecrackers).\r\n\r\nComing Soon:\r\n\r\n- Medieval Castle Defense (Raid Sim)\r\n- Dust 2 Map in varying game modes\r\n- Lobby EE Puzzle\r\n\r\nThere is a secret Minecraft room where constant resources to sell in lobby can be found, can you find it?",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780624459,
    "last_online": 1780632029,
    "icon": null,
    "name": "Imokes Aim Train & Fun Server US [Vertigo, Nuketown, Firing Ran",
    "connect": "104.143.3.247:28296",
    "request": "104.143.3.247:28299",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780216216,
    "last_update": 1780632029,
    "banned": false,
    "wipe": 1780624292,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5540,
    "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/11677588");
$data = json_decode($json, true);
var_dump($data);