Minecraft
API для ✦✦✦Kingo Network 1.7.10-1.21✦✦✦]] [[] [ RPG BETA Novos Mini-Games LOJA 50% OFF | |
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10815116json
{
"response": {
"steam_id": null,
"domain": "mc.kingo.network",
"id": 10815116,
"ip": "198.89.99.234",
"port": 28422,
"query": 28422,
"color": 0,
"city": "São Paulo",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1776773640,
"score": 0,
"last_online": 1776828690,
"icon": null,
"name": "✦✦✦Kingo Network 1.7.10-1.21✦✦✦]] [[] [ RPG BETA Novos Mini-Games LOJA 50% OFF | |",
"connect": "mc.kingo.network:28422",
"request": "198.89.99.234:28422",
"map": null,
"gamemode": "FML",
"version": "YourServer 1.12.2-1.20.4",
"numplayers": 0,
"maxplayers": 10000,
"bots": 0,
"secured": null,
"private": null,
"country": "BR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1767109740,
"last_update": 1776828690,
"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": 4179,
"language": "pt",
"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/10815116");
$data = json_decode($json, true);
var_dump($data);