Minecraft
API для ConatentMine|ЗАХОДИ К НАМ Лучшее выживание! 1.2 -
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11222768json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11222768,
"ip": "5.231.75.25",
"port": 25565,
"query": 25703,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1775041936,
"score": 0,
"last_online": 1776825707,
"icon": null,
"name": "ConatentMine|ЗАХОДИ К НАМ Лучшее выживание! 1.2 -",
"connect": "5.231.75.25:25565",
"request": "5.231.75.25:25703",
"map": "WaterdogPE Proxy",
"gamemode": "Survival",
"version": "1.26.10",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": null,
"private": null,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1773127665,
"last_update": 1776825707,
"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": 5015,
"language": "de",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11222768");
$data = json_decode($json, true);
var_dump($data);