Minecraft
ᴀxɪsᴍɪɴᴇ ▫ 1.16.5+ ▫ ᴡᴡᴡ.ᴀxɪsᴍɪɴᴇ.ɴᴇᴛ ∾ погрузись в мир гриферства и ванили! ∾ için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10951152json
{
"response": {
"steam_id": null,
"domain": "mc.axismine.net",
"id": 10951152,
"ip": "5.42.211.67",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Moscow",
"description": null,
"game": 9000034,
"owner": 160743,
"boosts": 1,
"last_offline": 1779023529,
"score": 0,
"last_online": 1779037819,
"icon": null,
"name": "ᴀxɪsᴍɪɴᴇ ▫ 1.16.5+ ▫ ᴡᴡᴡ.ᴀxɪsᴍɪɴᴇ.ɴᴇᴛ ∾ погрузись в мир гриферства и ванили! ∾",
"connect": "mc.axismine.net:25565",
"request": "5.42.211.67:25565",
"map": null,
"gamemode": null,
"version": "ElonFAWE 1.16.5+",
"numplayers": 6,
"maxplayers": 300,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1768667472,
"last_update": 1779037819,
"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": 141,
"language": "ru",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": {
"username": "minemistake",
"avatar": "9adee81c-263f-491d-9217-48b35e3ac7a8.jpg",
"last_online": 1769542878
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10951152");
$data = json_decode($json, true);
var_dump($data);