Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11131201
json
{
  "response": {
    "modded": true,
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 132177,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90284791444996116",
    "domain": null,
    "id": 11131201,
    "ip": "148.113.6.60",
    "port": 28019,
    "query": 28020,
    "color": 0,
    "city": "Mumbai",
    "description": "![Reborn 5x | INDIAN | Kits | MYMINI](https://i.ibb.co/WNGPg0hf/image-1.png)\nWelcome to Reborn 5x Server - Modded PvP \r\n\r\n Features: \r\n • x5 Gather \r\n • x5 Scrap \r\n • Loot+ \r\n • x8 Smelting \r\n • Instant Craft \r\n • No Nights \r\n • Mymini \r\n • TP \r\n • Clans \r\n • Kits \r\n • Economy + /shop \r\n • Low Ping India \r\n\r\n Wipes: Weekly \r\n BP: Monthly",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776435204,
    "score": 0,
    "last_online": 1776856218,
    "icon": null,
    "name": "Reborn 5x | INDIAN | Kits | MYMINI",
    "connect": "148.113.6.60:28019",
    "request": "148.113.6.60:28020",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 69,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "IN",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1770397343,
    "last_update": 1776856218,
    "banned": false,
    "wipe": 1776435173,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2244,
    "language": "hi",
    "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/11131201");
$data = json_decode($json, true);
var_dump($data);