Unturned
API для 基佬回归版-原来的味道~宣!
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10972078json
{
"response": {
"steam_id": "85568392931589087",
"domain": null,
"id": 10972078,
"ip": "106.53.8.232",
"port": 7788,
"query": 7788,
"color": 0,
"city": "Guangzhou",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1778557934,
"score": 0,
"last_online": 1778572932,
"icon": "https://wallpapers.com/images/hd/ricardo-milos-ofnmz6tzuyklu7oh.jpg",
"name": "基佬回归版-原来的味道~宣!",
"connect": "106.53.8.232:7788",
"request": "106.53.8.232:7788",
"map": "PEI",
"gamemode": "无氪金!无权限!24+人在线|对枪干",
"version": "3.26.3.2",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768758212,
"last_update": 1778572932,
"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": 80,
"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.ru/servers/10972078");
$data = json_decode($json, true);
var_dump($data);