Minecraft
API для A Minecraft Server
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/6191929json
{
"response": {
"steam_id": null,
"domain": "dragonzkey.apexmc.co",
"id": 6191929,
"ip": "23.109.46.97",
"port": 25642,
"query": 25642,
"color": 0,
"city": "Amsterdam",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1768641537,
"score": 0,
"last_online": 1776249048,
"icon": null,
"name": "A Minecraft Server",
"connect": "dragonzkey.apexmc.co:25642",
"request": "23.109.46.97:25642",
"map": null,
"gamemode": null,
"version": "Paper 1.16.5",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": null,
"private": null,
"country": "NL",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1728261041,
"last_update": 1776249048,
"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": 2362,
"language": "nl",
"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/6191929");
$data = json_decode($json, true);
var_dump($data);