Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/5233874
json
{
  "response": {
    "fps": 77,
    "fps_avg": 84,
    "entities_count": 69276,
    "world_seed": 827727743,
    "world_size": 3500,
    "steam_id": "90286581317259287",
    "domain": null,
    "id": 5233874,
    "ip": "94.130.50.249",
    "port": 20225,
    "query": 27017,
    "color": 0,
    "city": "Falkenstein",
    "description": "![Rusty8 | 2x Bi-Weekly | Solo Only!](https://i.ibb.co/YTbNSSTQ/r8svrheader.png)\nRusty8 2x Solo is designed exclusively for solo players with carefully selected quality-of-life features ensuring a fair and enjoyable experience. Here, it's all about your skills, no teams, no alliances, just you against the world.\r\n\r\nServer Info:\r\n➤ Map Size: 3500x\r\n➤ Max Team Size: Solo Only!\r\n➤ Next Wipe: 18/12/25 (No Blueprint Wipe)\r\n➤ 2x Loot & Gather Rate (Vanilla Sulfur Rates)\r\n➤ Custom Anti-Cheat & Active Staff (non-playing)\r\n➤ Refined Loottable: No Junk Loot\r\n➤ No Recent EAC Bans (Within The Last Year)\r\n\r\nServer Features:\r\n➤ 50% Upkeep: Maintain bigger bases with ease\r\n➤ Playtime Rewards: Earn exclusive rewards for your playtime\r\n➤ End Of Wipe Rewards: Compete for the Top Base Value & Player Stats Rankings\r\n➤ Frequent Events: Stay engaged with regular server events\r\n➤ Teleportation: Use /Homes, /Outpost, and /Bandit for fast travel\r\n➤ Long Days & Short Nights: Spend more time outside roaming and raiding\r\n➤ Account Link: Unlock extra kits & perks by linking your account with our Discord\r\n\r\nRusty8 Discord @ Discord.gg/CV5ZatskYp\r\n\r\nJump into Rusty8 today to experience enhanced gameplay with our custom features, while maintaining the authentic Rust feel. Explore everything we offer in-game with /commands and become part of the Rusty8 community!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780645461,
    "last_online": 1780631429,
    "icon": null,
    "name": "Rusty8 | 2x Bi-Weekly | Solo Only!",
    "connect": "94.130.50.249:20225",
    "request": "94.130.50.249:27017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 300,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1721207515,
    "last_update": 1780645461,
    "banned": false,
    "wipe": 1778939179,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 9648,
    "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/5233874");
$data = json_decode($json, true);
var_dump($data);