Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10333872
json
{
  "response": {
    "fps": 218,
    "fps_avg": 218,
    "entities_count": 98350,
    "world_seed": 217420736,
    "world_size": 4250,
    "steam_id": "90286605583709206",
    "domain": null,
    "id": 10333872,
    "ip": "67.249.99.30",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Amsterdam",
    "description": "![Rusty Feet](https://www.dropbox.com/scl/fi/7mhgc0023sw00vfd37auh/rfdome2.jpg?rlkey=fz80j65x0hj1bbbl11cuma3fr&dl=1)\n\r\n A place to hang your hat, a place to wash your feet (and Rust)\r\n\r\n o A peaceful Rust community  (PvE)\r\n o Reduced upkeep on larger builds\r\n o Blueprints wipe when forced.\r\n o Next Map Wipe : July 2nd 2026",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780600465,
    "last_online": 1780605638,
    "icon": null,
    "name": "Rusty Feet",
    "connect": "67.249.99.30:28015",
    "request": "67.249.99.30:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1758360785,
    "last_update": 1780605638,
    "banned": false,
    "wipe": 1780600563,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2871,
    "language": "en",
    "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/10333872");
$data = json_decode($json, true);
var_dump($data);