Unturned
API для Unturned Origins #1 : PEI
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11386405json
{
"response": {
"steam_id": "85568392935945790",
"domain": null,
"id": 11386405,
"ip": "86.239.245.125",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Poitiers",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1776099670,
"score": 0,
"last_online": 1776715858,
"icon": "https://copyparty.webgemini.fr/shares/64/64x.png",
"name": "Unturned Origins #1 : PEI",
"connect": "86.239.245.125:27015",
"request": "86.239.245.125:27015",
"map": "PEI",
"gamemode": "Vanilla PvP | No kit, No Home/TPA, No drops, rate x1",
"version": "3.26.1.1",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774596270,
"last_update": 1776715858,
"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": 563,
"language": "fr",
"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/11386405");
$data = json_decode($json, true);
var_dump($data);