API für 🌟 CucakSMP - SMP THUẦN PURPUR CHO QUÁI KIỆT 🌟 Trải nghiệm Sinh Tồn nguyên bản - Nói không với P2W!
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": null,
"domain": "cucaksmp.pikamc.vn",
"id": 11764084,
"ip": "180.93.103.171",
"port": 25263,
"query": 25263,
"project_id": null,
"color": 0,
"city": "Quận Bốn",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1780932256,
"last_online": 1780962637,
"icon": null,
"name": "🌟 CucakSMP - SMP THUẦN PURPUR CHO QUÁI KIỆT 🌟 Trải nghiệm Sinh Tồn nguyên bản - Nói không với P2W!",
"connect": "cucaksmp.pikamc.vn:25263",
"request": "180.93.103.171:25263",
"map": null,
"gamemode": null,
"version": "1.21.11",
"numplayers": 36,
"maxplayers": 69,
"bots": 0,
"secured": null,
"private": null,
"country": "VN",
"status": true,
"votes": 0,
"points": 51,
"add_date": 1780932256,
"last_update": 1780962637,
"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": 188,
"language": "vi",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11764084");
$data = json_decode($json, true);
var_dump($data);