API для NeoProtect > Invalid Hostname! Visit us: https://neoprotect.net
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1765122325,
"app": {
"id": 169,
"name": "Minecraft",
"steam_id": 9000034,
"url": "minecraft"
},
"color": 0,
"connect": "oyna.loramc.com:25565",
"country": "FR",
"domain": "oyna.loramc.com",
"game": 9000034,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 10697805,
"ip": "51.77.76.167",
"language": "fr",
"last_update": 1790453193,
"map": null,
"maxplayers": 0,
"name": "NeoProtect > Invalid Hostname! Visit us: https://neoprotect.net",
"numplayers": 0,
"official": null,
"points": 30,
"port": 25565,
"private": null,
"project_id": null,
"pve": null,
"pvp": null,
"query": 25565,
"request": "51.77.76.167:25565",
"secured": null,
"status": true,
"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": 1790390017,
"last_online": 1790453193,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 2874,
"wipe_period": null,
"protocol": -1
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10697805");
$data = json_decode($json, true);
var_dump($data);