Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11501084
json
{
  "response": {
    "fps": 162,
    "fps_avg": 158,
    "entities_count": 91784,
    "world_seed": 1337,
    "world_size": 4096,
    "steam_id": "90286604285436933",
    "domain": null,
    "id": 11501084,
    "ip": "91.98.188.95",
    "port": 60414,
    "query": 60416,
    "color": 0,
    "city": "Falkenstein",
    "description": "![Rusty Nails • EU PvE Bi-Weekly • Progression & Events](https://i.ibb.co/YT3R1bzJ/2bbc9263-962c-4ad4-b67a-9c868fed9c56.png)\nBlueprints Wipe: Force Wipe \r\n \r\nWelcome to a relaxed PvE Rust experience focused on exploration, building, and long‑term progression. \r\n\r\nNo PvP pressure — just a world built for creativity, adventure, and cooperative gameplay. \r\n \r\nBuild freely, team up with others, and take on custom events and challenges at your own pace. \r\n \r\nKey Features \r\n ★ Level up your character’s stats and skills \r\n ★ Build water bases, floating structures, and mobile barges \r\n ★ Travel the map using functional jetpacks \r\n ★ Raidable NPC Bases \r\n ★ Zombie Hordes guarding Gas Stations and Supermarkets, plus roaming hordes \r\n ★ Dynamic world events: Airfield Assault, Armoured Train, Conveys \r\n ★ Call in Bradley APC and Patrol Helicopter for PvE encounters \r\n ★ Active admins and regular updates \r\n \r\nWhether you're a solo builder or part of a crew, there's a place for you here. \r\n \r\nSettle in, progress at your own pace, and enjoy Rust without the chaos.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780645400,
    "last_online": 1780605631,
    "icon": null,
    "name": "Rusty Nails • EU PvE Bi-Weekly • Progression & Events",
    "connect": "91.98.188.95:60414",
    "request": "91.98.188.95:60416",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779207167,
    "last_update": 1780645400,
    "banned": false,
    "wipe": 1780596421,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 10568,
    "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/11501084");
$data = json_decode($json, true);
var_dump($data);