Minecraft
API для Zorvain | Simple Voice Chat Enabled! discord.zorvain.com [1.21.11]
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10737276json
{
"response": {
"steam_id": null,
"domain": "zorvain.com",
"id": 10737276,
"ip": "66.181.33.103",
"port": 26657,
"query": 26657,
"color": 0,
"city": "North Kansas City",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1776642836,
"score": 0,
"last_online": 1776834117,
"icon": null,
"name": "Zorvain | Simple Voice Chat Enabled! discord.zorvain.com [1.21.11]",
"connect": "zorvain.com:26657",
"request": "66.181.33.103:26657",
"map": null,
"gamemode": null,
"version": "§4Maintenance",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": null,
"private": null,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1766250025,
"last_update": 1776834117,
"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": 3732,
"language": "en",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10737276");
$data = json_decode($json, true);
var_dump($data);