Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/2606686
json
{
  "response": {
    "fps": 100,
    "fps_avg": 100,
    "entities_count": 19654,
    "world_seed": 1337,
    "world_size": 2000,
    "steam_id": "90286606451325959",
    "domain": null,
    "id": 2606686,
    "ip": "156.236.84.50",
    "port": 28035,
    "query": 28036,
    "color": 0,
    "city": "Dallas",
    "description": "![[US] Xcretion's Random Item Jump 5x](https://www.dropbox.com/scl/fi/iusnbso317m12jn001129/LOOOOOOOOOOOOOOO.jpg?rlkey=le4urucmg5nargu9yb5i122r2&st=sbu1jirk&dl=1)\nWelcome to the Random Jump Server! \r\n ---------------------------------------------------------- \r\n You can jump to get nearly any item in the game. Have fun! \r\n Weekly Map Wipes, Saturday 4pm (GMT) \r\n Rules in Discord (Press View Webpage to join!) \r\n \r\n The home of the Original Random Item Jump. We hope you enjoy your stay!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780343655,
    "last_online": 1780614625,
    "icon": null,
    "name": "[US] Xcretion's Random Item Jump 5x",
    "connect": "156.236.84.50:28035",
    "request": "156.236.84.50:28036",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 5,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 63,
    "add_date": 1705695233,
    "last_update": 1780614625,
    "banned": false,
    "wipe": 1780597072,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1362,
    "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/2606686");
$data = json_decode($json, true);
var_dump($data);