Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10721229
json
{
  "response": {
    "fps": 47,
    "fps_avg": 48,
    "entities_count": 348140,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90284797084738579",
    "domain": null,
    "id": 10721229,
    "ip": "136.243.13.46",
    "port": 28005,
    "query": 28006,
    "color": 0,
    "city": "Falkenstein",
    "description": "![ATHLON EU - No Wipe - PvE](https://athlonrust-test.nbg1.your-objectstorage.com/AthlonLogo7.png)\n- The PVE server is multilingual (DE) (EN) (ES) (FR) (HU) (UA) (PL) (RU)\r\n - An automatic translator is working in the chat\r\n - VIP System\r\n - Economy with Shop & Daily Rewards\r\n - Custom Events: Heli, Armored Train, Convoy, Space, Caravan\r\n - Enhanced NPCs & Bosses\r\n - Easy Building with Skins & Tools\r\n - Personal Marketplace\r\n - VIP Turrets\r\n - Join our Discord for updates & support",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776658397,
    "score": 0,
    "last_online": 1776888754,
    "icon": null,
    "name": "ATHLON EU - No Wipe - PvE",
    "connect": "136.243.13.46:28005",
    "request": "136.243.13.46:28006",
    "map": "ATHLON 4500",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1765140324,
    "last_update": 1776888754,
    "banned": false,
    "wipe": 1764875787,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2315,
    "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/10721229");
$data = json_decode($json, true);
var_dump($data);