Minecraft
API for 0idEH
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11143148json
{
"response": {
"steam_id": null,
"domain": "qiwioner.ru",
"id": 11143148,
"ip": "109.126.34.78",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Arsen'yev",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1775902273,
"score": 0,
"last_online": 1776096624,
"icon": null,
"name": "0idEH",
"connect": "qiwioner.ru:25565",
"request": "109.126.34.78:25565",
"map": null,
"gamemode": null,
"version": "1.21.9",
"numplayers": 3,
"maxplayers": 50,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 32,
"add_date": 1771385406,
"last_update": 1776096624,
"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": 1593,
"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/11143148");
$data = json_decode($json, true);
var_dump($data);