• WhiteDev • ЛЕТНИЙ ВАЙП • 1.16.5 • 1.21.9 • 30 МАЯ В 13:00 МСК के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11641840,
"ip": "65.21.216.232",
"port": 25969,
"query": 25969,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1780134215,
"last_online": 1780182734,
"icon": null,
"name": "• WhiteDev • ЛЕТНИЙ ВАЙП • 1.16.5 • 1.21.9 • 30 МАЯ В 13:00 МСК",
"connect": "65.21.216.232:25969",
"request": "65.21.216.232:25969",
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 15000,
"bots": 0,
"secured": null,
"private": null,
"country": "FI",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780046386,
"last_update": 1780182734,
"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": 1598,
"language": "fi",
"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/11641840");
$data = json_decode($json, true);
var_dump($data);