Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11501108
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 79858,
    "world_seed": 1337,
    "world_size": 3500,
    "steam_id": "90286603981838345",
    "domain": null,
    "id": 11501108,
    "ip": "136.243.32.157",
    "port": 28025,
    "query": 28026,
    "color": 0,
    "city": "Falkenstein",
    "description": "![[EU/ESP] RustyLife PvE x10 | Monthly | NoTeamLimit](https://i.ibb.co/fVZfGvZt/descarga-1.png)\nJoin our Discord: https://discord.gg/n2Ebu5qhu9 \r\n• NO Hacks | NO Scripts | NO StreamSniping \r\n• Server Wipe First Thursday of the month at 20:00 Time Zone SPAIN \r\n• Active Staff 24/7 | Custom Anti-Cheat / Anti-Teaming Detection \r\n• Custom Improved Loot Tables (Removed Junk) \r\n• 50% UpKeep \r\n• BP Team Sharing \r\n• Automatic Auth Sharing: Tool Cupboards, Code Locks, AutoTurrets \r\n• Extended Workbench Range \r\n• Spawn Minicopters on roads | Increase more Autoturrets",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779207167,
    "last_online": 1780605029,
    "icon": null,
    "name": "[EU/ESP] RustyLife PvE x10 | Monthly | NoTeamLimit",
    "connect": "136.243.32.157:28025",
    "request": "136.243.32.157:28026",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 1,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1779207167,
    "last_update": 1780605029,
    "banned": false,
    "wipe": 1780595838,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2213,
    "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/11501108");
$data = json_decode($json, true);
var_dump($data);