Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10805503
json
{
  "response": {
    "fps": 55,
    "fps_avg": 52,
    "entities_count": 126889,
    "world_seed": 747474992,
    "world_size": 4250,
    "steam_id": "90286603581561876",
    "domain": null,
    "id": 10805503,
    "ip": "89.28.237.26",
    "port": 28060,
    "query": 28061,
    "color": 0,
    "city": "Dallas",
    "description": "![Freedom PVE | 5x | Refined Loot | Raid Bases](https://drive.google.com/file/d/1CiI7Rqzth6yCJFs-Vny6DaeHcC7276c0/view?usp=sharing)\nWelcome to Freedom PVE! \r\n The Best PVE Experience! \r\n Some of our features include: \r\n - No limits on buildings or entities \r\n - Universal 5x multiplier \r\n - Customized Loot tables \r\n - Custom Raidable Bases \r\n - Clearly Defined PvP zones \r\n - /tpr /home /remove /bgrade /buyraid \r\n - Heli signals \r\n - Train Bases",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780595060,
    "last_online": 1780635625,
    "icon": null,
    "name": "Freedom PVE | 5x | Refined Loot | Raid Bases",
    "connect": "89.28.237.26:28060",
    "request": "89.28.237.26:28061",
    "map": "Freedom To Everyone",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 4,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1766921280,
    "last_update": 1780635625,
    "banned": false,
    "wipe": 1780595221,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1354,
    "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/10805503");
$data = json_decode($json, true);
var_dump($data);