Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11305973
json
{
  "response": {
    "fps": 101,
    "fps_avg": 103,
    "entities_count": 117373,
    "world_seed": 50000,
    "world_size": 4500,
    "steam_id": "90284966957627393",
    "domain": null,
    "id": 11305973,
    "ip": "157.85.94.41",
    "port": 24267,
    "query": 24268,
    "color": 0,
    "city": "Dallas",
    "description": "Welcome to Nefarious Networks! The Rust Server with:\r\n2x Gather Rates\r\nA Max Team Size of 8\r\nA High-Tier Anti-cheat which will ensure you're best and most fair experiences on our server.\r\nA Dedicated team of Staff to catch any wrongdoings\r\nCustom Loot Tables\r\nLoyalty and Paid Ranks.\r\nCombat and Raid blocks\r\nTeleportation among Players\r\nFaster Smelting/Base Workbench Radius\r\nTeam Synchronized Blueprints.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777154601,
    "score": 0,
    "last_online": 1777162821,
    "icon": null,
    "name": "Nefarious.GG - | US | 2x | 8 Max |",
    "connect": "157.85.94.41:24267",
    "request": "157.85.94.41:24268",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 125,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774592905,
    "last_update": 1777162821,
    "banned": false,
    "wipe": 1777123124,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5146,
    "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/11305973");
$data = json_decode($json, true);
var_dump($data);