Minecraft
╔╗ |GC2.PL| ::: ⌚ OD 2013 ROKU ⌚ ::: |GC2.PL| ╚╝ NOWE TRYBY + S3NIEBAWEM !! 1.7 - 1.21 1.8 1.9 1.10 1.11 1.12 1.12.2 1.13 1.14 1.15 1.16 1.17 1.18 1.18.2, 1.19, 1.20 1.21 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10239994json
{
"response": {
"steam_id": null,
"domain": "gc2.pl",
"id": 10239994,
"ip": "141.94.98.52",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Gravelines",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1768553297,
"score": 0,
"last_online": 1777999891,
"icon": null,
"name": "╔╗ |GC2.PL| ::: ⌚ OD 2013 ROKU ⌚ ::: |GC2.PL| ╚╝ NOWE TRYBY + S3NIEBAWEM !! 1.7 - 1.21 1.8 1.9 1.10 1.11 1.12 1.12.2 1.13 1.14 1.15 1.16 1.17 1.18 1.18.2, 1.19, 1.20 1.21",
"connect": "gc2.pl:25565",
"request": "141.94.98.52:25565",
"map": null,
"gamemode": "FML",
"version": "1.7-1.20",
"numplayers": 12,
"maxplayers": 2020,
"bots": 0,
"secured": null,
"private": null,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1756888895,
"last_update": 1777999891,
"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": 3163,
"language": "fr",
"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/10239994");
$data = json_decode($json, true);
var_dump($data);