Minecraft
API for ------[ FUNCLUB ]------ Гриферское Выживание 🗡 1.12 x 1.16
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/997581json
{
"response": {
"steam_id": null,
"domain": null,
"id": 997581,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "ВНИМАНИЕ! СЕЙЧАС ИДУТ ТЕХНИЧЕСКИЕ РАБОТЫ!\nATTENTION! TECHNICAL WORK IS NOW UNDERGOING!",
"game": 9000034,
"owner": 44972,
"boosts": 1,
"last_offline": 1756334707,
"score": 5,
"last_online": 1752949224,
"icon": null,
"name": "------[ FUNCLUB ]------ Гриферское Выживание 🗡 1.12 x 1.16",
"connect": null,
"request": null,
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 1500,
"bots": 0,
"secured": false,
"private": null,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1685028053,
"last_update": 1756334707,
"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": 5410,
"language": "ru",
"parked": true,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": {
"username": "Metropolitenskiy",
"avatar": "15bf4c4c-2659-49fc-baa6-c532c12a54a3.jpg",
"last_online": 1696875032
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/997581");
$data = json_decode($json, true);
var_dump($data);