Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11677578
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 128087,
    "world_seed": 1046449294,
    "world_size": 4000,
    "steam_id": "90286428431277084",
    "domain": null,
    "id": 11677578,
    "ip": "104.143.3.217",
    "port": 28169,
    "query": 28166,
    "color": 0,
    "city": "Dallas",
    "description": "![TestingServerPF](https://i.ibb.co/XxXF2cw8/PFrust-Banner.png)\nWelcome to US PokerFace 10x No BPs!\r\n\r\nPokerFace 10x is a Swift Server.\r\nWipes are every Tuesday and Friday, 3 PM US EST.\r\n\r\nEvents:\r\nMaze With Locked Crates and Point Rewards\r\n\r\nFeatures:\r\nActive, non-playing staff team\r\n10x gather rates\r\nCustom Loot++ tables\r\nKits\r\nAutomatic clan auth sharing\r\nShop\r\nTeleports\r\nFast smelting\r\nInstant craft\r\nRemover tool\r\nGroup limit: 6\r\nBgrade\r\nAutomatic base upgrade & repair\r\nSkinbox available to everyone\r\n\r\nJoin our Discord for /kit discord and more!\r\nhttps://discord.gg/pokerface",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780595000,
    "last_online": 1780512630,
    "icon": null,
    "name": "TestingServerPF",
    "connect": "104.143.3.217:28169",
    "request": "104.143.3.217:28166",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 140,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1780216215,
    "last_update": 1780595000,
    "banned": false,
    "wipe": 1780205283,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 12672,
    "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/11677578");
$data = json_decode($json, true);
var_dump($data);