Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10942544
json
{
  "response": {
    "fps": 80,
    "fps_avg": 82,
    "entities_count": 92785,
    "world_seed": 857319386,
    "world_size": 4000,
    "steam_id": "90286585508945936",
    "domain": null,
    "id": 10942544,
    "ip": "66.51.99.62",
    "port": 28075,
    "query": 28076,
    "color": 0,
    "city": "Dallas",
    "description": "![US RawDogs Rust 2x Monthly| No BP Wipes | Noob Friendly | 2x](https://www.dropbox.com/scl/fi/j6ghkum0lw5rfldtkaqut/Gemini_Generated_Image_apcdbeapcdbeapcd.png?rlkey=as2hyuafw4293l3mpdmvzv2yi&st=j6n1zjzb&dl=1)\nRAW DOG 2X | MONTHLY The premier 2X experience. Fast-paced, balanced, and high intensity.  SERVER FEATURES: 2X Resources, Scrap, & Components •Monthly Wipes (Map - Not BPs) • Instant Craft, Fast Smelt & Recyclers • /Home, /TPR, BGrade, Auto-Auth, Splitter • NoEscape (Combat Block) & Remover Tool • Raidable Bases (PvE Events) JOIN US: Discord: discord.gg/KQs9gbTWHe Web: raw-dog-rust.tebex.io",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778140986,
    "last_online": 1780589435,
    "icon": null,
    "name": "US RawDogs Rust 2x Monthly| No BP Wipes | Noob Friendly | 2x",
    "connect": "66.51.99.62:28075",
    "request": "66.51.99.62:28076",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1768500045,
    "last_update": 1780589435,
    "banned": false,
    "wipe": 1778227843,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4074,
    "language": "en",
    "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/10942544");
$data = json_decode($json, true);
var_dump($data);