Hytale
HyNexus CLAN-WAR https://hynexus.fun için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11182163json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11182163,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Kemerovo",
"description": null,
"game": 9000061,
"owner": 162511,
"boosts": 1,
"last_offline": 1775577654,
"score": 0,
"last_online": 1774692024,
"icon": null,
"name": "HyNexus CLAN-WAR https://hynexus.fun",
"connect": null,
"request": null,
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": null,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1772532228,
"last_update": 1775577654,
"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": 286,
"language": "ru",
"parked": true,
"app": {
"id": 1665415,
"steam_id": 9000061,
"name": "Hytale",
"url": "hytale"
},
"server_owner": {
"username": "mcuniversaladm",
"avatar": "d678491d-71df-41c7-abbb-6f8a4dd023c0.jpg",
"last_online": 1772807320
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11182163");
$data = json_decode($json, true);
var_dump($data);