Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11510943
json
{
  "response": {
    "fps": 112,
    "fps_avg": 114,
    "entities_count": 98493,
    "world_seed": 1337,
    "world_size": 4700,
    "steam_id": 90286609558325260,
    "domain": null,
    "id": 11510943,
    "ip": "134.255.255.19",
    "port": 28032,
    "query": 28034,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": "![Forbidden Lands PvE 10x, raidable bases, abandoned bases](https://cdn3.mapstr.gg/65bf6f29196bd96f7ae0e6d2bcd0e87d.png)\nWelcome to our Server a Lag Free experience come and explore the world of Forbidden Lands in Rust\r\n☣ We Have events for every player either you are a pro a fresh rustplayer some being\r\n☣ Harbor Event\r\n☣ Convoy\r\n☣ Airfield Event\r\n☣ Gas Station Event\r\n☣ Supermarket Event\r\n☣Satdish Even\r\n☣ Heli crash and Plane Crash\r\n☣ More then 250 Blueprints for Raidable Bases\r\n☣ Homing Missiles\r\n☣ Biggest Drugs System in Rust From buying growing Selling\r\n☣ Smoking Joints For Big Boosts\r\n☣ Custom Bradleys and Helis\r\n☣ Sky Bases\r\n☣ And Even More come join us in this amazing rust experience\r\n☣ Costum maps every wipe\r\n☣ You can join our discord:\r\n https://discord.gg/z3scGkbK2f",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780605263,
    "last_online": 1780623027,
    "icon": null,
    "name": "Forbidden Lands PvE 10x, raidable bases, abandoned bases",
    "connect": "134.255.255.19:28032",
    "request": "134.255.255.19:28034",
    "map": "Land Of Monsters",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779353835,
    "last_update": 1780623027,
    "banned": false,
    "wipe": 1780605471,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 1,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2448,
    "language": "de",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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