Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11501121
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 76965,
    "world_seed": 1788057031,
    "world_size": 3750,
    "steam_id": "90286174134787075",
    "domain": null,
    "id": 11501121,
    "ip": "5.9.143.222",
    "port": 25569,
    "query": 27015,
    "color": 0,
    "city": "Falkenstein",
    "description": "![Rustribute | Test Server | Experimental Plugins & Updates](https://media.discordapp.net/attachments/1383730151002607787/1427349954355269833/ChatGPT_Image_Oct_13_2025_05_22_32_PM.png?ex=68ee8abb&is=68ed393b&hm=18dc0cd1323e29bee0dcac702334d9d25ca55fa10c34fd69d06cb5e17ed9c5a5&=&format=webp&quality=lossless&width=1284&height=856)\nWipe: First Thursday of each month @ 7 PM CET\r\nBlueprints: Never wipe\r\nMap Size: 4000 — hand-crafted & optimized for balanced PvP\r\n\r\nFeatures:\r\n- Optimized for smooth performance & stability\r\n- Combined Outpost + Bandit Camp for convenience\r\n- Increased limits (team UI, bag count, map markers, etc.)\r\n- Hosted on high-end, low-latency hardware\r\n\r\nRules:\r\n- No cheating, scripting, or unauthorized third-party software\r\n- No EAC or Rustribution ban evasion (within 90 days)\r\n- No glitch or bug abuse — report any issues\r\n- No toxicity, racism, or hate speech\r\n- Max 3 players per base/TC (including codelocks)\r\n- No teaming or alliances between groups\r\n\r\nAdmins reserve the right to remove players violating community standards.\r\nFull rules available on Discord.\r\n\r\nDiscord: rustribute.link/discord\r\nSupport the server: store.rustribute.link",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779207167,
    "last_online": 1780582843,
    "icon": null,
    "name": "Rustribute | Test Server | Experimental Plugins & Updates",
    "connect": "5.9.143.222:25569",
    "request": "5.9.143.222:27015",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207167,
    "last_update": 1780582843,
    "banned": false,
    "wipe": 1778501832,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4732,
    "language": "de",
    "parked": false,
    "app": {
      "id": 252490,
      "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/11501121");
$data = json_decode($json, true);
var_dump($data);