API для Zu viele Steve's... NuviraMC ist derzeit nicht erreichbar. Seite neuladen?
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1780932257,
"app": {
"id": 169,
"name": "Minecraft",
"steam_id": 9000034,
"url": "minecraft"
},
"color": 0,
"connect": "nuviramc.net:25565",
"country": "DE",
"domain": "nuviramc.net",
"game": 9000034,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 11764108,
"ip": "82.22.5.68",
"language": "de",
"last_update": 1790452548,
"map": null,
"maxplayers": 0,
"name": "Zu viele Steve's... NuviraMC ist derzeit nicht erreichbar. Seite neuladen?",
"numplayers": 0,
"official": null,
"points": 0,
"port": 25565,
"private": null,
"project_id": null,
"pve": null,
"pvp": null,
"query": 25565,
"request": "82.22.5.68:25565",
"secured": null,
"status": false,
"steam_id": null,
"version": "Error",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Гамбург",
"description": null,
"disabled_modules": [],
"gamemode": null,
"hidden": false,
"last_offline": 1790452548,
"last_online": 1790451303,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 4285,
"wipe_period": null,
"protocol": -1
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11764108");
$data = json_decode($json, true);
var_dump($data);