JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11641871
json
{
  "response": {
    "steam_id": "85568392936346521",
    "domain": null,
    "id": 11641871,
    "ip": "45.43.163.229",
    "port": 27022,
    "query": 27022,
    "color": 0,
    "city": "Saint-Denis",
    "description": null,
    "game": 304930,
    "owner": 197263,
    "boosts": 1,
    "last_offline": 1780074671,
    "last_online": 1780096820,
    "icon": "https://i.ibb.co.com/NdJSKK2T/BCO-0b54af4c-51c9-4400-9a13-b361b2180f88.png",
    "name": "[RU] BEST SQUAD | Semi-Vanilla [HOME/TPA/KIT]",
    "connect": "45.43.163.229:27022",
    "request": "45.43.163.229:27022",
    "map": "Russia",
    "gamemode": "[RU/ENG] ВЫЖИВАНИЕ!",
    "version": "3.26.3.2",
    "numplayers": 0,
    "maxplayers": 24,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 1,
    "points": 61,
    "add_date": 1780074671,
    "last_update": 1780096820,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 11,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 48,
      "steam_id": 304930,
      "name": "Unturned",
      "url": "unturned"
    },
    "server_owner": {
      "username": "jager",
      "avatar": "4de9202f-cfeb-42c7-b51f-7950b3213e0b.webp"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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