API pentru Public Resource Storage 2/3 by GameChiller (60min reset)

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/8661096
json
{
  "response": {
    "steam_id": "90284571372063764",
    "domain": null,
    "id": 8661096,
    "ip": "95.216.23.35",
    "port": 15631,
    "query": 15631,
    "color": 0,
    "city": "Helsinki",
    "description": "[\n    {\n        \"id\": \"S4V2iZCZuh\",\n        \"type\": \"paragraph\",\n        \"data\": {\n            \"text\": \"**Welcome to the Lunituns' public resource storage.**\"\n        }\n    },\n    {\n        \"id\": \"V7EulsFkva\",\n        \"type\": \"paragraph\",\n        \"data\": {\n            \"text\": \"We have updated this storage to the latest version (update 703471) and will update it regularly. \"\n        }\n    },\n    {\n        \"id\": \"HgcDS0kWCG\",\n        \"type\": \"paragraph\",\n        \"data\": {\n            \"text\": \"Here you will find everything that can be farmed and manufactured in the game, whether materials, decorations, armor or weapons.\"\n        }\n    },\n    {\n        \"id\": \"WMh_K_PAzJ\",\n        \"type\": \"paragraph\",\n        \"data\": {\n            \"text\": \"You can find a complete storage list for the basement here: https://shorturl.at/z056Q\"\n        }\n    }\n]",
    "game": 1203620,
    "owner": 91820,
    "boosts": 1,
    "last_offline": 1774562533,
    "score": 0,
    "last_online": 1776445247,
    "icon": null,
    "name": "Public Resource Storage 2/3 by GameChiller (60min reset)",
    "connect": "95.216.23.35:15631",
    "request": "95.216.23.35:15631",
    "map": null,
    "gamemode": "Enshrouded",
    "version": "0.0.15.0",
    "numplayers": 0,
    "maxplayers": 16,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 162,
    "add_date": 1745481212,
    "last_update": 1776445247,
    "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": 1,
    "language": "fi",
    "parked": false,
    "app": {
      "id": 1611384,
      "steam_id": 1203620,
      "name": "Enshrouded",
      "url": "enshrouded"
    },
    "server_owner": {
      "username": "AmFearLiath",
      "avatar": "c6c2dae3-31c1-49b8-af35-21f06c256234.jpg",
      "last_online": 1749335300
    },
    "mods": [],
    "disabled_modules": []
  }
}

Exemple de cod

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