[AzureKingdoms] PvE 7x Skill 7x Action Newbie friendly için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11487621
json
{
  "response": {
    "steam_id": "90284837981790218",
    "domain": null,
    "id": 11487621,
    "ip": "75.164.205.144",
    "port": 3724,
    "query": 27020,
    "color": 0,
    "city": "Portland",
    "description": null,
    "game": 366220,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776912795,
    "score": 0,
    "last_online": 1777547553,
    "icon": null,
    "name": "[AzureKingdoms] PvE 7x Skill 7x Action Newbie friendly",
    "connect": "75.164.205.144:3724",
    "request": "75.164.205.144:27020",
    "map": "Ocrea",
    "gamemode": "Wurm Unlimited Server",
    "version": "1.0.0.0",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1774979728,
    "last_update": 1777547553,
    "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": "en",
    "parked": false,
    "app": {
      "id": 155,
      "steam_id": 366220,
      "name": "Wurm Unlimited",
      "url": "wurm-unlimited"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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