Minecraft
ᴀɴʀᴇᴠᴏʟᴄʀᴀꜰᴛ ᴠᴀɴɪʟʟᴀ ☽ 1.17-1.21.4 ☽ ∬ Нам не хватает только тебя! ∬ के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/7411707json
{
"response": {
"steam_id": null,
"domain": null,
"id": 7411707,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 9000034,
"owner": 101961,
"boosts": 1,
"last_offline": 1758284165,
"score": 5,
"last_online": 1754061633,
"icon": null,
"name": "ᴀɴʀᴇᴠᴏʟᴄʀᴀꜰᴛ ᴠᴀɴɪʟʟᴀ ☽ 1.17-1.21.4 ☽ ∬ Нам не хватает только тебя! ∬",
"connect": null,
"request": null,
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 69,
"bots": 0,
"secured": false,
"private": null,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1737764900,
"last_update": 1758284165,
"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": 5394,
"language": "ru",
"parked": true,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": {
"username": "adminARCPROJECT",
"avatar": "0f45b943-983e-49dc-b0ff-438fae3e9725.jpg",
"last_online": 1748157027
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/7411707");
$data = json_decode($json, true);
var_dump($data);