Minecraft
Invalid Hostname. Please make sure you're using the correct IP address. के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/8663930json
{
"response": {
"steam_id": null,
"domain": "mp.netherite.gg",
"id": 8663930,
"ip": "15.204.135.229",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Reston",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1768642289,
"score": 0,
"last_online": 1776192653,
"icon": null,
"name": "Invalid Hostname. Please make sure you're using the correct IP address.",
"connect": "mp.netherite.gg:25565",
"request": "15.204.135.229:25565",
"map": null,
"gamemode": null,
"version": "DonutShield",
"numplayers": 0,
"maxplayers": 2026,
"bots": 0,
"secured": null,
"private": null,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1745482897,
"last_update": 1776192653,
"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": 3012,
"language": "en",
"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/8663930");
$data = json_decode($json, true);
var_dump($data);