LOWCRAFT » Survival & Community Fair, geschützt & gemütlich – komm vorbei! के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": null,
"domain": "mc.sqetchlabs.de",
"id": 11774943,
"ip": "138.2.181.142",
"port": 25565,
"query": 25565,
"project_id": null,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1780997252,
"last_online": 1781035852,
"icon": null,
"name": "LOWCRAFT » Survival & Community Fair, geschützt & gemütlich – komm vorbei!",
"connect": "mc.sqetchlabs.de:25565",
"request": "138.2.181.142:25565",
"map": null,
"gamemode": null,
"version": "26.1.2",
"numplayers": 1,
"maxplayers": 20,
"bots": 0,
"secured": null,
"private": null,
"country": "DE",
"status": true,
"votes": 0,
"points": 36,
"add_date": 1780997252,
"last_update": 1781035852,
"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": 1028,
"language": "de",
"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/11774943");
$data = json_decode($json, true);
var_dump($data);