Unturned
[WT]组属三服 中国南方 公益 养老PVE के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10997366json
{
"response": {
"steam_id": "85568392935805816",
"domain": null,
"id": 10997366,
"ip": "110.42.96.106",
"port": 39371,
"query": 39371,
"color": 0,
"city": "Ningbo",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1776031337,
"score": 0,
"last_online": 1776100274,
"icon": "https://tc.tyteam.cn/250719/QwJ8jQfp.jpg",
"name": "[WT]组属三服 中国南方 公益 养老PVE",
"connect": "110.42.96.106:39371",
"request": "110.42.96.106:39371",
"map": "中国南方",
"gamemode": "[WT]中国南方 生存服 2/14新档",
"version": "3.26.2.2",
"numplayers": 2,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 34,
"add_date": 1769905755,
"last_update": 1776100274,
"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": 67,
"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/10997366");
$data = json_decode($json, true);
var_dump($data);