Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10764190
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 49469,
    "world_seed": 703519660,
    "world_size": 3000,
    "steam_id": "90286613557002261",
    "domain": null,
    "id": 10764190,
    "ip": "136.243.34.238",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Falkenstein",
    "description": "![[EU] MOONRAID 2X Main|TPR|Loot+ Just Wiped](https://i.postimg.cc/90MBvj1j/image-1765977115505-webp-image.png)\nWelcome to MoonRaid 2x No Limit\r\n\r\nExperience smooth and balanced Rust gameplay with carefully selected plugins and high-performance servers.\r\n\r\n      ↓ Server Features ↓ \r\n - 2x Gather Rates\r\n - 1.5x Crafting Speed\r\n - 2x Components and Scrap\r\n - Recyclers at additional monuments\r\n - Long Days and Short Nights\r\n - Group Limit: No Limit\r\n - Fast Smelt\r\n - Increased Loot\r\n - Large Map\r\n - Active Staff\r\n - Kits \r\n - TP\r\n - Fast craft\r\n\r\n     ↓ Wipe Schedule ↓ \r\nEvery Friday and Monday- 13:00 UTC (14:00 CET / 15:00 CEST)\r\n\r\n     ↓ Why choose us? ↓ \r\nWe use top-tier hardware and optimized networking to ensure stable performance, fast response, and minimal lag.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780619052,
    "last_online": 1780662032,
    "icon": null,
    "name": "[EU] MOONRAID 2X Main|TPR|Loot+ Just Wiped",
    "connect": "136.243.34.238:28015",
    "request": "136.243.34.238:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1766261031,
    "last_update": 1780662032,
    "banned": false,
    "wipe": 1780619021,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3968,
    "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/10764190");
$data = json_decode($json, true);
var_dump($data);