Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/5234624
json
{
  "response": {
    "fps": 57,
    "fps_avg": 57,
    "entities_count": 91456,
    "world_seed": 555835951,
    "world_size": 4050,
    "steam_id": "90286604308003841",
    "domain": null,
    "id": 5234624,
    "ip": "156.236.84.44",
    "port": 28060,
    "query": 28061,
    "color": 0,
    "city": "Dallas",
    "description": "![2X- Dingo Rust - Weekly-Quads](https://iili.io/qJZyvu1.png)\nWelcome to Dingo Rust!\r\n\r\nBased in Dallas, Texas, our server is built for smooth, hassle-free gameplay. Whether you’re new or experienced, we’ve got something for everyone!\r\n\r\nWhat Makes Dingo Rust Awesome:\r\n\r\n2x Gather Rates\r\n50% Upkeep\r\nTier 1 BP’s Unlocked: Jump straight into the action.\r\nHelpful Admins: We keep it fair and fun.\r\n\r\nEnhanced Features:\r\n\r\nQuickSmelt: Faster smelting for more action.\r\nExtended Workbench Range: Build with ease.\r\nLarger Stack Sizes: Manage your loot better.\r\nMinis on Roads: Easy transportation.\r\nRecyclers in Safe Zones: Extra convenience.\r\n\r\nVIP Perks:\r\n\r\nAutoDoors: Automatic door operation.\r\nSkinBox: Customize your gear with skins.\r\nRemove Tool: Fix mistakes within 30 minutes.\r\nBlueprint Sharing: Coordinate with your team.\r\nPersonal Recycler : Spawn a recycler in base.\r\nCar Radio: Enjoy music while you ride.\r\n\r\nJoin Dingo Rust today and experience Rust without the grind.\r\nMore fun, less stress!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780596861,
    "last_online": 1780630826,
    "icon": null,
    "name": "2X- Dingo Rust - Weekly-Quads",
    "connect": "156.236.84.44:28060",
    "request": "156.236.84.44:28061",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2627",
    "numplayers": 2,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1721207822,
    "last_update": 1780630826,
    "banned": false,
    "wipe": 1780596974,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1743,
    "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/5234624");
$data = json_decode($json, true);
var_dump($data);