API pentru YukiTheater.org [Anime-Theme] - "The Most Profound Words in..."

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/379432
json
{
  "response": {
    "steam_id": "85568392923045191",
    "domain": null,
    "id": 379432,
    "ip": "158.69.122.105",
    "port": 27015,
    "query": 27015,
    "color": 0,
    "city": "Montreal",
    "description": "",
    "game": 4000,
    "owner": null,
    "boosts": 1,
    "last_offline": 1771624293,
    "score": null,
    "last_online": 1776820240,
    "icon": null,
    "name": "YukiTheater.org [Anime-Theme] - \"The Most Profound Words in...\"",
    "connect": "158.69.122.105:27015",
    "request": "158.69.122.105:27015",
    "map": "yuki_theater_v3_beta7",
    "gamemode": "YukiTheater: GMod's Anime Theater",
    "version": "2025.03.26",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 31,
    "add_date": 1597714652,
    "last_update": 1776820240,
    "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": 370,
    "language": "en",
    "parked": false,
    "app": {
      "id": 30,
      "steam_id": 4000,
      "name": "Garry's Mod",
      "url": "garrys-mod"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Exemple de cod

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