Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11710888
json
{
  "response": {
    "fps": 119,
    "fps_avg": 116,
    "entities_count": 120134,
    "world_seed": 481981,
    "world_size": 4500,
    "steam_id": "90286578984505367",
    "domain": null,
    "id": 11710888,
    "ip": "185.216.147.183",
    "port": 28080,
    "query": 28015,
    "color": 0,
    "city": "City of London",
    "description": "![BloodAxeBrotherhood | no BP Wipe | vanilla 2x | 1xSolfur](https://imgur.com/2rtn693)\nWelcome to Bloodaxebrotherhood! \r\n\r\nWe are a brand new server looking to build a fresh, dedicated Rust community from the ground up. We believe the players should shape the server, so your voice matters here. Join our Discord to vote on wipe schedules, suggest changes, and help us create the ultimate Rust experience.\r\n\r\nSERVER INFO:\r\n- 2x Vanilla (1x Sulfur)\r\n- No BP Wipes\r\n- Monthly Map Wipes\r\n- No Team Limit\r\n\r\nLINKS:\r\nWebsite: yppacore.com/rust\r\nDiscord: discord.gg/VKnta7HEK9\r\n\r\nJoin the brotherhood today!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780542269,
    "last_online": 1780565434,
    "icon": null,
    "name": "BloodAxeBrotherhood | no BP Wipe | vanilla 2x | 1xSolfur",
    "connect": "185.216.147.183:28080",
    "request": "185.216.147.183:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780300730,
    "last_update": 1780565434,
    "banned": false,
    "wipe": 1780318347,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 6033,
    "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/11710888");
$data = json_decode($json, true);
var_dump($data);