JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/9892944
json
{
  "response": {
    "steam_id": "90284633842145294",
    "domain": null,
    "id": 9892944,
    "ip": "220.120.235.112",
    "port": 27017,
    "query": 27017,
    "color": 0,
    "city": "Yongin-si",
    "description": null,
    "game": 224260,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776567151,
    "score": 0,
    "last_online": 1776608436,
    "icon": null,
    "name": "Solra: Classic",
    "connect": "220.120.235.112:27017",
    "request": "220.120.235.112:27017",
    "map": "nmo_frostdrake_tower_b1_repack",
    "gamemode": "No More Room in Hell",
    "version": "1.1.4.2",
    "numplayers": 1,
    "maxplayers": 9,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "KR",
    "status": true,
    "votes": 0,
    "points": 41,
    "add_date": 1753710063,
    "last_update": 1776608436,
    "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": 77,
    "language": "ko",
    "parked": false,
    "app": {
      "id": 6,
      "steam_id": 224260,
      "name": "No More Room in Hell",
      "url": "no-more-room-in-hell"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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