Minecraft
API для ||| N OITCEFNINETWORK [1.17x - 1.21x] ||| A DNEIT» !tienda.infection.fun¡Descuentos en
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10160298json
{
"response": {
"steam_id": null,
"domain": "infection.fun",
"id": 10160298,
"ip": "31.6.16.167",
"port": 25565,
"query": 25565,
"color": 0,
"city": "McMurdo",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1772559134,
"score": 0,
"last_online": 1776808232,
"icon": null,
"name": "||| N OITCEFNINETWORK [1.17x - 1.21x] ||| A DNEIT» !tienda.infection.fun¡Descuentos en",
"connect": "infection.fun:25565",
"request": "31.6.16.167:25565",
"map": null,
"gamemode": null,
"version": "Velocity 1.7.2-26.1.1",
"numplayers": 1174,
"maxplayers": 5000,
"bots": 0,
"secured": null,
"private": null,
"country": "AQ",
"status": true,
"votes": 0,
"points": 40,
"add_date": 1756244050,
"last_update": 1776808232,
"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": 673,
"language": "en",
"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/10160298");
$data = json_decode($json, true);
var_dump($data);