Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11501041
json
{
  "response": {
    "fps": 188,
    "fps_avg": 187,
    "entities_count": 49603,
    "world_seed": 1337,
    "world_size": 3000,
    "steam_id": "90286049464338463",
    "domain": null,
    "id": 11501041,
    "ip": "49.12.146.226",
    "port": 60427,
    "query": 60429,
    "color": 0,
    "city": "Falkenstein",
    "description": "Campfire Rust \r\n3x Slightly Modded Experience | Max 4 Team | Bi-Weekly Wipes \r\n\r\nWelcome to Campfire Rust — a relaxed, community-focused vanilla server built for small groups and casual players. No zergs, no nonsense. \r\n\r\nServer Features\r\n• 3x Loot Gather\r\n• Max Team Size: 4 (no large clans)\r\n• Bi-Weekly Map Wipes\r\n• Monthly Blueprint Wipes\r\n• Active Non-Playing Admins\r\n• 3000 map size for More Player Interaction\r\n\r\nWhy Campfire?\r\nCampfire Rust is designed for players who want fair fights, meaningful progression, and a more relaxed pace. Whether you're playing solo or with a few friends, you'll always have a chance here.\r\n\r\nNo overpowered groups dominating the map — just balanced, enjoyable Rust.\r\n\r\nSimple Rules\r\n• No cheating or exploiting\r\n• Respect team size limits\r\n• No toxicity or hate speech\r\n• Play fair, have fun\r\n\r\nJoin the community, build your base, and survive the wipe. Pull up a seat — the fire’s just getting started.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779207166,
    "last_online": 1780594237,
    "icon": null,
    "name": "Campfire Rust | 3x | Quad | Bi-Weekly",
    "connect": "49.12.146.226:60427",
    "request": "49.12.146.226:60429",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207166,
    "last_update": 1780594237,
    "banned": false,
    "wipe": 1779386318,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4457,
    "language": "de",
    "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/11501041");
$data = json_decode($json, true);
var_dump($data);