Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11704429
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 94884,
    "world_seed": 61231,
    "world_size": 4000,
    "steam_id": "90286568150939649",
    "domain": null,
    "id": 11704429,
    "ip": "66.51.99.47",
    "port": 28030,
    "query": 28031,
    "color": 0,
    "city": "Dallas",
    "description": "![BNW TEST SERVER Best servers in construction process](https://cdn.shopify.com/s/files/1/0698/8146/2921/files/BNW-BLUE1.png?v=1771283228)\nTEST SERVER NOT OPEN FOR PLAY\r\n,Brave New World - Hard Mode PVE \r\n ??NPC health and damage• Hordes \r\n Relaxed survival experience • Events provide extra challenge \r\n Custom PVE • Progression •80+ Plugins  \r\n RaidableBases • Convoy • Skill Tree  • Jetpacks • Safe Vehicles \r\n and many quality-of-life improvements. \r\n Join us and explore this Brave New World.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780494841,
    "last_online": 1780548031,
    "icon": null,
    "name": "BNW TEST SERVER Best servers in construction process",
    "connect": "66.51.99.47:28030",
    "request": "66.51.99.47:28031",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780262425,
    "last_update": 1780548031,
    "banned": false,
    "wipe": 1778180842,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5982,
    "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/11704429");
$data = json_decode($json, true);
var_dump($data);