Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/7467021
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 80797,
    "world_seed": 1644350134,
    "world_size": 3500,
    "steam_id": "90286572288697366",
    "domain": null,
    "id": 7467021,
    "ip": "103.137.14.68",
    "port": 49115,
    "query": 49116,
    "color": 0,
    "city": "Мельбурн",
    "description": "![RustedWorld AU LAST DAY OF WIPE EVENT|Spawn AK Kit|1000000x|PVP](https://www.rustedworld.net/wp-content/uploads/loadingBanner2023.png)\nRustedWorld 100xWelcome to Rustedworld 100x. Enjoy end game Rust without the grind. Serving the Rust community since 2020!\nWipe Night Battlefield 1000000x Event is Active!\n - Spawn AK, Metal Kit and Build Kit\n - Raid /kit\n - Offline raid protection disabled\n - Explosions on map and Discord\n\r\n- Wiped 6 days and 8 hours ago. Next wipe in 0 days and 15 hours.\r\n- Parachute in on your first join per wipe (Push space!)\r\n- Vote for hourly Events - KOTH, Arenas, Airfield, Convoys, Raidable Bases\r\n- Roaming NPC's\r\n- Extensive /skins collections available to all\r\n- Player Ranks come with chat titles and /kit\r\n- No BP's and Workbench works base wide\r\n- Offline raid alerts & Offline raid protection\r\n- Faster locked crates, smelt, crafting, BGrade, homes\r\n- Unlootable backpacks\r\n- Boosted APC and Heli\r\n- Instant crafting, fast smelting and recycling\r\n- No radiation, hostility\r\n- Longer days and fast nights with limited dusk and dawn + /voteday\r\n- Box sorting\r\n- Enhanced anti-cheat + Active non-playing admins\r\n- Live game feed in Discord channel #server-log\r\n- Kits\r\n- /mymini\r\n- Group Limit: 8\r\n- $RP reward system with /shop\r\n- Weekly Wipe Night Event: Spawn with AK/metal kit & access raid kits\r\n- Discord auth upgrades available by typing /auth\r\n\r\nwww.rustedworld.net",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780521259,
    "last_online": 1780551634,
    "icon": null,
    "name": "RustedWorld AU LAST DAY OF WIPE EVENT|Spawn AK Kit|1000000x|PVP",
    "connect": "103.137.14.68:49115",
    "request": "103.137.14.68:49116",
    "map": "Wipe Night, Spawn AK!",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 2,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1739234734,
    "last_update": 1780551634,
    "banned": false,
    "wipe": 1780003496,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2670,
    "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/7467021");
$data = json_decode($json, true);
var_dump($data);