Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10973037
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 10973037,
    "ip": null,
    "port": null,
    "query": null,
    "project_id": null,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": "[{\"id\":\"3tfnN9LZ5k\",\"type\":\"paragraph\",\"data\":{\"text\":\"Jump in with your friends and experience Orbis the way it was meant to be - comfy and full of adventure!\"}},{\"id\":\"JDnoUIhO66\",\"type\":\"paragraph\",\"data\":{\"text\":\"We're currently all about keeping the original survival spirit alive while adding exciting new content. And this is just the beginning: new games (PVE and PVP) are on the way, so there's something for everyone!  \"}},{\"id\":\"c1aa4zheFC\",\"type\":\"paragraph\",\"data\":{\"text\":\"Our admins listen to player ideas and feedback, keeping everything stable and ready to upgrade the server if anything goes wrong 🔥\"}}]",
    "game": 9000061,
    "owner": 162582,
    "boosts": 1,
    "last_offline": 1771653656,
    "last_online": 1770716411,
    "icon": null,
    "name": "PlayDay What day is it today? Playday!",
    "connect": null,
    "request": null,
    "map": null,
    "gamemode": null,
    "version": null,
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": null,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1769209617,
    "last_update": 1771653656,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 1,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 137,
    "language": "en",
    "parked": true,
    "app": {
      "id": 1665415,
      "steam_id": 9000061,
      "name": "Hytale",
      "url": "hytale"
    },
    "server_owner": {
      "username": "playday",
      "avatar": "a61c4fb4-4866-4c40-bbe8-2e08fab22d28.png"
    },
    "mods": [],
    "disabled_modules": [
      "chat"
    ]
  }
}

Kod örnekleri

php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10973037");
$data = json_decode($json, true);
var_dump($data);