API for ᴄᴏᴡʟᴇɴᴅ ☄1.21.4 - 1.21.11 новый сервер 2026 года!☄
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10973064,
"ip": null,
"port": null,
"query": null,
"project_id": null,
"color": 0,
"city": "Krasnodar",
"description": null,
"game": 9000034,
"owner": 162807,
"boosts": 1,
"last_offline": 1772431258,
"last_online": 1771524014,
"icon": null,
"name": "ᴄᴏᴡʟᴇɴᴅ ☄1.21.4 - 1.21.11 новый сервер 2026 года!☄",
"connect": null,
"request": null,
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 69,
"bots": 0,
"secured": false,
"private": null,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1769271623,
"last_update": 1772431258,
"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": 5650,
"language": "ru",
"parked": true,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": {
"username": "xprodc",
"avatar": "db0289b4-3cb2-4a41-8ed8-a4f9c03df635.jpg"
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10973064");
$data = json_decode($json, true);
var_dump($data);