Unturned
API for 秋叶南国2服丨pve丨中国南方丨生活养老丨
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10807733json
{
"response": {
"steam_id": "85568392924732128",
"domain": null,
"id": 10807733,
"ip": "103.39.66.70",
"port": 25700,
"query": 25700,
"color": 0,
"city": "Shiyan",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1775741525,
"score": 0,
"last_online": 1776102069,
"icon": "https://s1.ax1x.com/2023/06/30/pCBAVU0.jpg",
"name": "秋叶南国2服丨pve丨中国南方丨生活养老丨",
"connect": "103.39.66.70:25700",
"request": "103.39.66.70:25700",
"map": "中国南方",
"gamemode": "★建筑载具无敌/生活模组/稳定不卡�",
"version": "3.26.2.2",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1766924017,
"last_update": 1776102069,
"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": 119,
"language": "zh",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10807733");
$data = json_decode($json, true);
var_dump($data);