Unturned
中国滇南官方服务器丨新中国地图丨一服 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11386511json
{
"response": {
"steam_id": "85568392931605638",
"domain": null,
"id": 11386511,
"ip": "103.91.210.35",
"port": 12097,
"query": 12097,
"color": 0,
"city": "Jinan",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1776655999,
"score": 0,
"last_online": 1776709837,
"icon": "https://www.helloimg.com/images/2022/12/06/ZyLiHn.png",
"name": "中国滇南官方服务器丨新中国地图丨一服",
"connect": "103.91.210.35:12097",
"request": "103.91.210.35:12097",
"map": "中国滇南",
"gamemode": "大型RPG丨新中国地图丨多副本",
"version": "3.26.2.2",
"numplayers": 6,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 36,
"add_date": 1774596274,
"last_update": 1776709837,
"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": 55,
"language": "zh",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11386511");
$data = json_decode($json, true);
var_dump($data);