Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10347348
json
{
  "response": {
    "fps": 40,
    "fps_avg": 39,
    "entities_count": 77213,
    "world_seed": 32228,
    "world_size": 3750,
    "steam_id": "90286665169968133",
    "domain": null,
    "id": 10347348,
    "ip": "176.9.112.88",
    "port": 28015,
    "query": 28014,
    "project_id": null,
    "color": 0,
    "city": "Falkenstein",
    "description": "![ENJOY 10x | No BPs | Kits | Loot++ | Shop | FPS+](https://enjoyrust.com/u/98be7cd4-e85b-4ae1-afc3-4044201a8024/10_x_1.png)\nENJOY RUST 10X - Jump in and dominate from minute one.\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n\r\nWIPE SCHEDULE\r\n\\t Monday & Thursday @ 4PM CET / 3PM UK\r\n\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n\r\n FEATURES\r\n\\t ・ 10x Gather | Instant Craft | No BPs\r\n\\t ・ Loot++ | QuickSmelt | Kits\r\n\\t ・ Clans | Auth Share | TP | Homes\r\n\\t ・ BGrade | SkinBox | Auto Doors\r\n\\t ・ Furnace Splitter | Box Sorter | Remove\r\n\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n\r\n RULES\r\n\\t 1. No hacking, glitching or exploits\r\n\\t 2. Team limit: 8 players\r\n\\t 3. Max 5 External Walls/Gates\r\n\\t 4. No racism or excessive toxicity\r\n\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n\r\n Discord: discord.gg/47yFfajBzb\r\n WebSite: enjoyrust.com\r\n\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n\r\nHit the ground running. See you in game.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778769181,
    "last_online": 1780768232,
    "icon": null,
    "name": "ENJOY 10x | No BPs | Kits | Loot++ | Shop | FPS+",
    "connect": "176.9.112.88:28015",
    "request": "176.9.112.88:28014",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 2,
    "maxplayers": 165,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1758526786,
    "last_update": 1780768232,
    "banned": false,
    "wipe": 1780597277,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4088,
    "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/10347348");
$data = json_decode($json, true);
var_dump($data);