Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/2295102
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 101811,
    "world_seed": 1051787232,
    "world_size": 4000,
    "steam_id": "90286575460744219",
    "domain": null,
    "id": 2295102,
    "ip": "176.9.122.93",
    "port": 28080,
    "query": 28081,
    "color": 0,
    "city": "Falkenstein",
    "description": "![[GER/EU] Sanctuary Teams (1-4)](https://www.dropbox.com/scl/fi/9om4k8yvqvdy3tprhtxtf/Server_Banner_1024x512.png?rlkey=htye320cjfve31ipxz4j9ljki&dl=1)\nWillkommen auf Sanctuary Teams (1-4)  \r\n \r\n FEATURE: \r\n ➝• No Turret Limit \r\n ➝• 5% Base Upkeep \r\n ➝• Extra Recyclers \r\n\r\n  Discord https://discord.gg/M78Frxxzvq \r\n \r\n  Für Hilfe, Support und allgemeines, sprecht uns einfach auf dem Discord an \r\n  Full-Wipe jeden 1. Donnerstag im Monat (Map) \r\n \r\n  Server Regeln: \r\n ➝§1: Kein Griefing \r\n ➝§2: Hacking, Bugusing und Rassismus wird mit Ban bestraft! \r\n ➝§3: Basen dürfen nicht Übernommen werden \r\n ➝§4: Chatsprache: Deutsch oder Englisch \r\n \r\nAdmin: Maverick & BatmanGermany & Lasey & MoonKnight\r\n \r\n Welcome to Sanctuary Teams (1-4)\r\n \r\n FEATURE: \r\n ➝• No Turret Limit \r\n ➝• 5% Base Upkeep \r\n ➝• Extra Recyclers \r\n \r\n  Discord https://discord.gg/M78Frxxzvq \r\n \r\n For help, support and general, just talk to us on the Discord \r\n Full-Wipe every 1st Thursday of the month (Map) \r\n \r\n Server rules: \r\n ➝§1: No griefing \r\n ➝§2: Hacking, bugusing and racism will be punished with ban! \r\n ➝§3: Bases may not be taken over \r\n ➝§4:Chat language: German or English\r\n \r\n Admin: Maverick & BatmanGermany & Lasey & MoonKnight",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780531461,
    "last_online": 1780588237,
    "icon": null,
    "name": "[GER/EU] Sanctuary Teams (1-4)",
    "connect": "176.9.122.93:28080",
    "request": "176.9.122.93:28081",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1703019796,
    "last_update": 1780588237,
    "banned": false,
    "wipe": 1778177712,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2739,
    "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/2295102");
$data = json_decode($json, true);
var_dump($data);