Minecraft
API для 🔥 FᴇʀɪᴅMɪɴᴇ 🔥 ▪ Sᴍᴘ+Gʀɪᴇꜰ ▪
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11429690json
{
"response": {
"steam_id": null,
"domain": "d9.aurorix.net",
"id": 11429690,
"ip": "45.12.71.4",
"port": 25232,
"query": 25232,
"color": 0,
"city": "Moscow",
"description": null,
"game": 9000034,
"owner": 183230,
"boosts": 1,
"last_offline": 1775920915,
"score": 0,
"last_online": 1776556210,
"icon": null,
"name": "🔥 FᴇʀɪᴅMɪɴᴇ 🔥 ▪ Sᴍᴘ+Gʀɪᴇꜰ ▪",
"connect": "d9.aurorix.net:25232",
"request": "45.12.71.4:25232",
"map": null,
"gamemode": null,
"version": "Paper 1.21.11",
"numplayers": 1,
"maxplayers": 69,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": true,
"votes": 43,
"points": 103,
"add_date": 1774647241,
"last_update": 1776556210,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12,
"language": "ru",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": {
"username": "demmi555",
"avatar": "8bb7175d-e4b3-4746-974d-85360706b2e0.jpg",
"last_online": 1776451840
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11429690");
$data = json_decode($json, true);
var_dump($data);