Unturned
API для 石灰岩-芒果茶室公益服[高爆率|建筑无敌]
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/5560268json
{
"response": {
"steam_id": "85568392930341383",
"domain": null,
"id": 5560268,
"ip": "150.158.109.17",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Shanghai",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1776087713,
"score": 0,
"last_online": 1776133257,
"icon": "https://z1.ax1x.com/2023/10/24/piESEjg.jpg",
"name": "石灰岩-芒果茶室公益服[高爆率|建筑无敌]",
"connect": "150.158.109.17:27015",
"request": "150.158.109.17:27015",
"map": "Limestone",
"gamemode": "[零氪金|无特权|插件齐全]",
"version": "3.26.2.2",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1723304941,
"last_update": 1776133257,
"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": 177,
"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/5560268");
$data = json_decode($json, true);
var_dump($data);