API для ✦1.21.11✦Family Friendly✦No Grief✦Economy✦ ⫸⫸Positive & Supportive Community⫷⫷
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1783769425,
"app": {
"id": 169,
"name": "Minecraft",
"steam_id": 9000034,
"url": "minecraft"
},
"color": 0,
"connect": "play.tartariamc.org:47479",
"country": "US",
"domain": "play.tartariamc.org",
"game": 9000034,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 11926448,
"ip": "15.204.44.62",
"language": "en",
"last_update": 1790451303,
"map": null,
"maxplayers": 40,
"name": "✦1.21.11✦Family Friendly✦No Grief✦Economy✦ ⫸⫸Positive & Supportive Community⫷⫷",
"numplayers": 3,
"official": null,
"points": 33,
"port": 47479,
"private": null,
"project_id": null,
"pve": null,
"pvp": null,
"query": 47479,
"request": "15.204.44.62:47479",
"secured": null,
"status": true,
"steam_id": null,
"version": "1.21.11",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Хилсборо",
"description": null,
"disabled_modules": [],
"gamemode": null,
"hidden": false,
"last_offline": 1790427805,
"last_online": 1790451303,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 1257,
"wipe_period": null,
"protocol": 767
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11926448");
$data = json_decode($json, true);
var_dump($data);