[EU] Umbral Noctis 1.1 (PvP Duels & Arenas) için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90282809113968666",
"domain": null,
"id": 11365322,
"ip": "194.54.88.15",
"port": 27057,
"query": 27058,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1778368982,
"last_online": 1779208227,
"icon": null,
"name": "[EU] Umbral Noctis 1.1 (PvP Duels & Arenas)",
"connect": "194.54.88.15:27057",
"request": "194.54.88.15:27058",
"map": "VRisingWorld",
"gamemode": "a21fc2e5-8827-4315-ab16-3123d805a9ed",
"version": "0.0.0.1",
"numplayers": 11,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 53,
"add_date": 1774595187,
"last_update": 1779208227,
"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": 32,
"language": "de",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11365322");
$data = json_decode($json, true);
var_dump($data);