API для [✦✦✦] Kingo Network [1.7.10-1.21] [✦✦✦] RPG BETA | Novos Mini-Games | LOJA 50% OFF
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1767109740,
"app": {
"id": 169,
"name": "Minecraft",
"steam_id": 9000034,
"url": "minecraft"
},
"color": 0,
"connect": "mc.kingo.network:28422",
"country": "BR",
"domain": "mc.kingo.network",
"game": 9000034,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 10815116,
"ip": "198.89.99.234",
"language": "pt",
"last_update": 1790453730,
"map": null,
"maxplayers": 10000,
"name": "[✦✦✦] Kingo Network [1.7.10-1.21] [✦✦✦] RPG BETA | Novos Mini-Games | LOJA 50% OFF",
"numplayers": 0,
"official": null,
"points": 30,
"port": 28422,
"private": null,
"project_id": null,
"pve": null,
"pvp": null,
"query": 28422,
"request": "198.89.99.234:28422",
"secured": null,
"status": true,
"steam_id": null,
"version": "1.7.10, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.10, 1.10.1, 1.10.2, 1.11, 1.11.1, 1.11.2, 1.12, 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Сан-Паулу",
"description": null,
"disabled_modules": [],
"gamemode": "FML",
"hidden": false,
"last_offline": 1790453202,
"last_online": 1790453730,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 3019,
"wipe_period": null,
"protocol": 767
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10815116");
$data = json_decode($json, true);
var_dump($data);