Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/1648707
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 172970,
    "world_seed": 1337,
    "world_size": 3750,
    "steam_id": "90285951349325841",
    "domain": null,
    "id": 1648707,
    "ip": "193.243.190.68",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Chicago",
    "description": "![Helix 2x Monthly Solo/Duo | No BP wipes | Noob Friendly](https://px2.live/clean/2025/HelixServerBanner2025.png)\nHelix Rust - perfectly modded rust servers\r\nMonthly map wipes on Forced wipes (first Thursday of each month at 2pm EST)\r\nBlueprints don't wipe\r\nJoin our discord at helixrust.gg/discord\r\nPurchase ranks at store.helixrust.gg\r\nMax group size is 2, no alliences/truces, etc. Read /teamlimits to avoid being banned\r\n\\tFree skinbox for everyone - skin any item with any skin using /skinbox\r\n\\t2x gather rates on everything\r\n\\t2x craft times, recycler & smelting speed\r\n\\t2x stack sizes\r\n\\tSome minicopters spawn on the roads\r\n\\tDrone marketplaces at Fishing Villages & Ranches\r\n\\tBandit Camp merged with outpost\r\n\\tIncreased shoreside boat spawns\r\n\\tRecyclers at Dome, Oilrigs, Cargo, Ranches & Fishing Villages\r\n\\tNights are 5 minutes long\r\n\\tNo fog or rain\r\n\\tFood doesn't burn\r\n---------------\r\nRules: (in-game /rules for more)\r\n\\tNo cheating/exploiting.\r\n\\tNo Rust game banned alts in the last 180 days\r\n\\tNo more than 1 Rust game banned alt\r\n\\tNo VAC bans that are less than 15 days old\r\n\\tPlaying with cheaters/evaders will result in a ban\r\n\\tNo more than 2 steam bans (vac/game bans combined)\r\n\\tNo limited and no not setup steam accounts",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778176386,
    "last_online": 1779257414,
    "icon": null,
    "name": "Helix 2x Monthly Solo/Duo | No BP wipes | Noob Friendly",
    "connect": "193.243.190.68:28015",
    "request": "193.243.190.68:28016",
    "map": "discord.gg/HelixRust",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 18,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 70,
    "add_date": 1698492291,
    "last_update": 1779257414,
    "banned": false,
    "wipe": 1778176454,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 483,
    "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/1648707");
$data = json_decode($json, true);
var_dump($data);