Arma 3
API для Welcome to Special Activites Center - Titan server
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10987689json
{
"response": {
"steam_id": "90284202456854537",
"domain": null,
"id": 10987689,
"ip": "64.42.177.216",
"port": 2306,
"query": 2307,
"color": 0,
"city": "Seattle",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1776824553,
"score": 0,
"last_online": 1776466940,
"icon": null,
"name": "Welcome to Special Activites Center - Titan server",
"connect": "64.42.177.216:2306",
"request": "64.42.177.216:2307",
"map": "UMB_Colombia",
"gamemode": "Golden%20Hand%20Epilogue",
"version": "2.20.152984",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1769902768,
"last_update": 1776824553,
"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": 3613,
"language": "en",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10987689");
$data = json_decode($json, true);
var_dump($data);