【温州江南皮革厂】私人PVE纯净无规则服务器 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "85568392936273724",
"domain": null,
"id": 11665089,
"ip": "110.42.96.39",
"port": 20391,
"query": 20391,
"color": 0,
"city": "Ningbo",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1780212234,
"last_online": 1780222836,
"icon": "https://cdn.phototourl.com/free/2026-05-09-9d388ace-50db-4c52-8814-d94e7cabb6fc.jpg",
"name": "【温州江南皮革厂】私人PVE纯净无规则服务器",
"connect": "110.42.96.39:20391",
"request": "110.42.96.39:20391",
"map": "中国南方",
"gamemode": "你们开服务器给我开好的啊!超!",
"version": "3.26.3.2",
"numplayers": 9,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 52,
"add_date": 1780179092,
"last_update": 1780222836,
"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": 31,
"language": "zh",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11665089");
$data = json_decode($json, true);
var_dump($data);