Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10633526
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 76659,
    "world_seed": 550496754,
    "world_size": 3500,
    "steam_id": "90285633139286023",
    "domain": null,
    "id": 10633526,
    "ip": "139.99.69.202",
    "port": 28025,
    "query": 28027,
    "color": 0,
    "city": "Singapore",
    "description": "![[SEA] Redux 3x • Solo/Duo/Trio • Weekly](https://reduxrust.net/storage/img/reduxrubc.png)\n【  Vanilla Status  】    【  Modded Status  】\r\n★ 3x Gathers  ★ No Radiation        ★ Free Skinbox   ★ Anti-Offline \r\n★ 3x Smelt      ★ No Cold                   ★ Free BGrade    ★ Craft Vehicles \r\n★ 3x Loot        ★ No Decays       ★ Free Kits           ★ Teleportation \r\n★ Blueprint+   ★ FastNights                ★ Leaderboards  ★ Auto Upgrade \r\n\r\n★ Join our Discord for more information\r\n   • Discord: reduxrust.net/discord",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778012586,
    "score": 0,
    "last_online": 1778592023,
    "icon": null,
    "name": "[SEA] Redux 3x • Solo/Duo/Trio • Weekly",
    "connect": "139.99.69.202:28025",
    "request": "139.99.69.202:28027",
    "map": "「 Wipes Friday @ 12PM 」",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SG",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1763713841,
    "last_update": 1778592023,
    "banned": false,
    "wipe": 1778181083,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3793,
    "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/10633526");
$data = json_decode($json, true);
var_dump($data);