Minecraft
ParadijsCraft | Traveler!Hello, [Survival] | [1.21+] के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/6783551json
{
"response": {
"steam_id": null,
"domain": "play.paradijscraft.nl",
"id": 6783551,
"ip": "65.109.56.116",
"port": 60401,
"query": 60401,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1773963157,
"score": 0,
"last_online": 1776842496,
"icon": null,
"name": "ParadijsCraft | Traveler!Hello, [Survival] | [1.21+]",
"connect": "play.paradijscraft.nl:60401",
"request": "65.109.56.116:60401",
"map": null,
"gamemode": null,
"version": "Paper 1.21.4",
"numplayers": 0,
"maxplayers": 250,
"bots": 0,
"secured": null,
"private": null,
"country": "FI",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1733145867,
"last_update": 1776842496,
"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": 2389,
"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/6783551");
$data = json_decode($json, true);
var_dump($data);