• LegitWorld • ЛЕТНИЙ ВАЙП • 1.16.5 • 1.21.9 • 31 МАЯ В 13:00 МСК के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 9960769,
"ip": "194.147.90.191",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Moscow",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1780176250,
"last_online": 1780596049,
"icon": null,
"name": "• LegitWorld • ЛЕТНИЙ ВАЙП • 1.16.5 • 1.21.9 • 31 МАЯ В 13:00 МСК",
"connect": "194.147.90.191:25565",
"request": "194.147.90.191:25565",
"map": null,
"gamemode": null,
"version": "1.16.5, 1.21.9",
"numplayers": 67,
"maxplayers": 500,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 36,
"add_date": 1754356905,
"last_update": 1780596049,
"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": 1023,
"language": "ru",
"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.in/servers/9960769");
$data = json_decode($json, true);
var_dump($data);