Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/9861481
json
{
  "response": {
    "fps": 131,
    "fps_avg": 142,
    "entities_count": 103322,
    "world_seed": 1337,
    "world_size": 3700,
    "steam_id": "90284776917001245",
    "domain": null,
    "id": 9861481,
    "ip": "15.235.160.24",
    "port": 60405,
    "query": 60407,
    "color": 0,
    "city": "Singapore",
    "description": "![[SEA] Savage Rust Vanilla | 2x](https://i.imgur.com/EAxrAjI.png)\nWelcome to [SEA] Savage Rust Vanilla | 2x!\r\n\r\nOur server offers top-tier Rust gameplay, enhanced with carefully balanced plugins to elevate the overall quality. We utilize high-performance network and hardware infrastructure to ensure the best possible in-game experience.\r\n\r\n ★ 2x Gather Except for Sulfur\r\n ★ 2x Pick-up\r\n ★ Active Staffs\r\n ★ Building Workbench\r\n ★ Shared Blueprints\r\n ★ No Group Limit\r\n ★ Monthly Server\r\n\r\nBe sure to join our Discord server before you start playing by clicking the External Website button.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776361369,
    "score": 0,
    "last_online": 1776849018,
    "icon": null,
    "name": "[SEA] Savage Rust Vanilla | 2x",
    "connect": "15.235.160.24:60405",
    "request": "15.235.160.24:60407",
    "map": "Savage Rust Custom Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 6,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SG",
    "status": true,
    "votes": 0,
    "points": 63,
    "add_date": 1753269532,
    "last_update": 1776849018,
    "banned": false,
    "wipe": 1776362858,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1189,
    "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/9861481");
$data = json_decode($json, true);
var_dump($data);