Unturned
API для Giga In Paris
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11386452json
{
"response": {
"steam_id": "85568392936102815",
"domain": null,
"id": 11386452,
"ip": "95.156.198.175",
"port": 10400,
"query": 10400,
"color": 0,
"city": "Clifton",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1776087713,
"score": 0,
"last_online": 1776105056,
"icon": null,
"name": "Giga In Paris",
"connect": "95.156.198.175:10400",
"request": "95.156.198.175:10400",
"map": "Russia",
"gamemode": null,
"version": "3.26.2.2",
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774596272,
"last_update": 1776105056,
"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": 609,
"language": "en",
"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/11386452");
$data = json_decode($json, true);
var_dump($data);