Minecraft
Nimer... ? के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10815165json
{
"response": {
"steam_id": null,
"domain": "nimerserver.elixir.host",
"id": 10815165,
"ip": "198.1.195.170",
"port": 25561,
"query": 25561,
"color": 0,
"city": "Bela Vista",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1776015777,
"score": 0,
"last_online": 1776831695,
"icon": null,
"name": "Nimer... ?",
"connect": "nimerserver.elixir.host:25561",
"request": "198.1.195.170:25561",
"map": null,
"gamemode": null,
"version": "Purpur 1.21.10",
"numplayers": 0,
"maxplayers": 500,
"bots": 0,
"secured": null,
"private": null,
"country": "BR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1767109761,
"last_update": 1776831695,
"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": 4221,
"language": "pt",
"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/10815165");
$data = json_decode($json, true);
var_dump($data);