Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11686486
json
{
  "response": {
    "fps": 33,
    "fps_avg": 51,
    "entities_count": 214131,
    "world_seed": 1337,
    "world_size": 3750,
    "steam_id": "90286604281408536",
    "domain": null,
    "id": 11686486,
    "ip": "156.236.84.35",
    "port": 28025,
    "query": 28026,
    "color": 0,
    "city": "Dallas",
    "description": "![BRIMSTONE PVE/PVP ZONES | XP | ECONOMY | FRIENDLY](https://i.imgur.com/KZbMrfy.png)\nMap Changes every 90 days - Force wipe once a month - First Thursday of each month at 1PM CST \r\nBlueprints wipe once a year. \r\nMax group size: 4. \r\nDiscord: https://discord.gg/BrimS \r\nStore: https://brimstone-pve.tebex.io/ \\1x gather rates 2x scrap and components\r\n1/2 crafting and recycling times\r\ntrade\r\nkits for starter kits and base\r\nremove if you made a mistake\r\nIncreased stack sizes and smelting speed\r\nMinicopters spawn on roads. \r\nRecyclers and drone marketplace at fishing villages\r\nActive non-playing admins",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780224647,
    "last_online": 1780644632,
    "icon": null,
    "name": "BRIMSTONE PVE/PVP ZONES | XP | ECONOMY | FRIENDLY",
    "connect": "156.236.84.35:28025",
    "request": "156.236.84.35:28026",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780224647,
    "last_update": 1780644632,
    "banned": false,
    "wipe": 1780596873,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 1,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5548,
    "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/11686486");
$data = json_decode($json, true);
var_dump($data);