Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11500932
json
{
  "response": {
    "fps": 122,
    "fps_avg": 123,
    "entities_count": 87912,
    "world_seed": 1689118901,
    "world_size": 3700,
    "steam_id": "90286184516624407",
    "domain": null,
    "id": 11500932,
    "ip": "85.73.57.82",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Agía Paraskeví",
    "description": "![[EU/GR] RUSTILIANS™ X5 | WIPED 22.5](https://i.ibb.co/DfY6GcVQ/IMG-0500.png)\n\r\n               Welcome to RUSTILIANS™ X5 — EU/GR PvP Community Server\r\n \r\n•  Active Admins – No abuse, no mercy (24/7 moderation)\r\n•  PvP & Raiding Solo/Duo/Trio Friendly | Smooth performance (FPS+ latency optimized)\r\n•  Focused | No Pay2Win | Balanced Loot System\r\n•  5x Gather, Loot & Stack Sizes | Enhanced Loot Tables\r\n•  -50% Upkeep | Build smarter, raid harder\r\n•  Daily Events, Patrols & Airdrops | Weekly Challenges\r\n•  Map wipes every 15 days | BP wipes monthly\r\n•  Report issues via /support or Discord Tickets\r\n•  Strict anti-cheat | No scripts, exploits, ESP or macros\r\n•  No racism, hate speech or harassment – Trash talk allowed\r\n•  No spam or advertising other servers\r\n•  Vote for the map & earn rewards\r\n•  Join our Discord (External Website) for giveaways & updates\r\n•  Chill but competitive community — Earn your respect, not your rank.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780557217,
    "last_online": 1779689419,
    "icon": null,
    "name": "[EU/GR] RUSTILIANS™ X5 | WIPED 22.5",
    "connect": "85.73.57.82:28015",
    "request": "85.73.57.82:28017",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GR",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779207165,
    "last_update": 1780557217,
    "banned": false,
    "wipe": 1779451749,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 11118,
    "language": "el",
    "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/11500932");
$data = json_decode($json, true);
var_dump($data);