Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11260480
json
{
  "response": {
    "modded": true,
    "fps": 35,
    "fps_avg": 36,
    "entities_count": 110795,
    "world_seed": 1861606390,
    "world_size": 4250,
    "steam_id": 90286475196571650,
    "domain": null,
    "id": 11260480,
    "ip": "212.134.162.236",
    "port": 28015,
    "query": 27017,
    "color": 0,
    "city": "Bedford",
    "description": "![ZEUS-GAME-5X[Event-NoBP-Mini-TP-Trade-Clan-Home-Kit]-[TR-EU]](https://i.hizliresim.com/ny1lecb.jpg)\nZEUS GAME’e Hoşgeldin! - Adil ve aktif yönetim, hileye asla göz yok. -5x gelişmiş loot oranı. -Trade eklentisi ile ticaretini yapabilirsin. -Teleport eklentisi ile oyunculara ve güvenli bölgeye ışınlanabilirsin. -Havaalanı etkinliği ile oyun zevkini katla. -Kargo Gemisi etkinliği ile oyun zevkini katla. -Mini eklentisi ile haritada özgürce uçabilirsin. -Skinbox ile eşyalarını istediğin gibi boya. -Kit eklentisi ile hızlı bir başlangıç yap. -Clan eklentisi ile 5 kişiye kadar takım kurabilirsin. -Remover eklentisi ile yanlış yaptığın yapıyı yıkabilirsin. -Wipeinfo ile silinme zamanını öğrenebilirsin. +Discord sunucumuza katılmayı unutmayın. -ZEUS GAME → Burada kaderini kendin yazarsın! ------- Welcome to ZEUS GAME! - Fair and active management, absolutely zero tolerance for cheating. -5x boosted loot rate. -Trade plugin to do your business. -Teleport plugin to warp to players and the safe zone. -Double the fun with the Airfield event. -Double the fun with the Cargo Ship event. -Fly freely around the map with the Minicopter plugin. -Paint your items as you wish with Skinbox. -Get a fast start with the Kit plugin. -Form a team of up to 5 people with the Clan plugin. -Demolish any structural mistakes with the Remover tool. -Learn the wipe schedule with Wipeinfo. +Don't forget to join our Discord server. - ZEUS GAME → Where you write your own destiny!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780645401,
    "last_online": 1780595431,
    "icon": null,
    "name": "ZEUS-GAME-5X[Event-NoBP-Mini-TP-Trade-Clan-Home-Kit]-[TR-EU]",
    "connect": "212.134.162.236:28015",
    "request": "212.134.162.236:27017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1774555193,
    "last_update": 1780645401,
    "banned": false,
    "wipe": 1778240596,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 10292,
    "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/11260480");
$data = json_decode($json, true);
var_dump($data);