API pentru [ESP/EU] HISPANIA VALGUERO PVE x10 NOWIPE CLUSTER

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/11254487
json
{
  "response": {
    "steam_id": "90284503275866114",
    "domain": null,
    "id": 11254487,
    "ip": "88.18.184.1",
    "port": 8783,
    "query": 37018,
    "color": 0,
    "city": "Valencia",
    "description": null,
    "game": 346110,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776319912,
    "score": 0,
    "last_online": 1776361241,
    "icon": null,
    "name": "[ESP/EU] HISPANIA VALGUERO PVE x10 NOWIPE CLUSTER",
    "connect": "88.18.184.1:8783",
    "request": "88.18.184.1:37018",
    "map": "Valguero_P",
    "gamemode": "TestGameMode_C",
    "version": "361.7",
    "numplayers": 2,
    "maxplayers": 70,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "ES",
    "status": true,
    "votes": 0,
    "points": 32,
    "add_date": 1774554561,
    "last_update": 1776361241,
    "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": 3248,
    "language": "es",
    "parked": false,
    "app": {
      "id": 67,
      "steam_id": 346110,
      "name": "ARK: Survival Evolved",
      "url": "ark-survival-evolved"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Exemple de cod

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