Minecraft
API for SMP-SERVER ЗАХОДИ И ИГРАЙ I SEASON 1 I VANILA
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11489406json
{
"response": {
"steam_id": null,
"domain": "d5.aurorix.net",
"id": 11489406,
"ip": "62.122.215.220",
"port": 19080,
"query": 19080,
"color": 0,
"city": "Moscow",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1776420266,
"score": 0,
"last_online": 1776445236,
"icon": null,
"name": "SMP-SERVER ЗАХОДИ И ИГРАЙ I SEASON 1 I VANILA",
"connect": "d5.aurorix.net:19080",
"request": "62.122.215.220:19080",
"map": null,
"gamemode": null,
"version": "Paper 1.21.11",
"numplayers": 4,
"maxplayers": 20,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 38,
"add_date": 1776420266,
"last_update": 1776445236,
"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": 897,
"language": "ru",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11489406");
$data = json_decode($json, true);
var_dump($data);