[사막]치지직 조마일즈&도레비 시참서버(CHZZK Dor के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286629430268945",
"domain": null,
"id": 11621731,
"ip": "169.211.159.12",
"port": 7789,
"query": 27029,
"project_id": null,
"color": 0,
"city": "Gwangmyeong-si",
"description": null,
"game": 2646460,
"owner": null,
"boosts": 1,
"last_offline": 1780658660,
"last_online": 1780945912,
"icon": null,
"name": "[사막]치지직 조마일즈&도레비 시참서버(CHZZK Dor",
"connect": "169.211.159.12:7789",
"request": "169.211.159.12:27029",
"map": "DLC_Level01_Main",
"gamemode": "00",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "KR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779916058,
"last_update": 1780945912,
"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": 4199,
"language": "ko",
"parked": false,
"app": {
"id": 1625562,
"steam_id": 2646460,
"name": "Soulmask",
"url": "soulmask"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11621731");
$data = json_decode($json, true);
var_dump($data);