Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/4985076
json
{
  "response": {
    "fps": 29,
    "fps_avg": 29,
    "entities_count": 115588,
    "world_seed": 318971413,
    "world_size": 4500,
    "steam_id": "90286604551118852",
    "domain": null,
    "id": 4985076,
    "ip": "156.236.84.15",
    "port": 28075,
    "query": 28076,
    "color": 0,
    "city": "Dallas",
    "description": "![[US] SHADOW KIDS RUST 2X PVE NO KILL/NOOB Friendly NO BP WIPES](https://www.dropbox.com/scl/fi/xmzersqdm012ou5x1prx6/ChatGPT-Image-May-17-2026-10_40_31-AM.png?rlkey=umliw2tv42zvb1jw8h3dp3cgn&dl=1)\nWelcome to [Shadow Kids Rust]\r\n\r\nThis is a server for people that like the sandbox of Rust or for new players to learn the game in peace\r\nAnd a great place for learning the game (Electrical / Farming etc..)\r\n If you want to play on a friendly server with active admins, this is the place!\r\n\r\n[ SERVER RULES ]\r\n- NO KILL ON SITE\r\n- NO RAIDING OR LOOTING OF PLAYERS, SLEEPER OR BASES\r\n- No Racism\r\n- No Sexual Harassment\r\n- No Griefing of other players\r\n- Keep it classy\r\n\r\n[ SERVER FEATURES ]\r\n-  Monthly Wipes\r\n-  2x Gather Rate\r\n-  10x Stacking\r\n-  No Blueprint wipes\r\n-  Spawn in start kit\r\n-  Spawn in Minicopters\r\n-  Nighttime Raid Protection\r\n-  Airfield Event\r\n-  Zombie Horde Event\r\n- Raidable Bases\r\n- Dynamic Monuments\r\n-  Extremely Low Upkeep\r\n-  Raid Protection at night\r\n-  Extra Events\r\n-  Short Nights / Long Days\r\n-  Tons of QOL upgrades\r\n\r\nAll Cargo Events a contested PvP events. [ON THE SHIP ONLY]\r\n\r\n[First Wednesday of each month] is PURGE DAY everything goes that day PvP, Raids, no rules all is fair for 24 hours\r\n1:00PM WED - 1:00PM THURS [Force Wipe]\r\n\r\nWant to get a jump on things?\r\nOur server store has you covered with building materials, guns & ammo, scrap even Jetpacks\r\nand other fun items: https://shadowkidsrust.tebex.io\r\n\r\nJoin the Discord for server updates and chat https://discord.gg/r37WVFZdgd",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780597469,
    "last_online": 1780647026,
    "icon": null,
    "name": "[US] SHADOW KIDS RUST 2X PVE NO KILL/NOOB Friendly NO BP WIPES",
    "connect": "156.236.84.15:28075",
    "request": "156.236.84.15:28076",
    "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": 1720204349,
    "last_update": 1780647026,
    "banned": false,
    "wipe": 1780597395,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1868,
    "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/4985076");
$data = json_decode($json, true);
var_dump($data);