Arma 3
API для [TSP] Antistasi 24/7 | New Player Friendly | discord.gg/vHC7vy7
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10878587json
{
"response": {
"steam_id": 90284753507677200,
"domain": null,
"id": 10878587,
"ip": "69.143.156.35",
"port": 2310,
"query": 2311,
"color": 0,
"city": "Waldorf",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1776758600,
"score": 0,
"last_online": 1776825723,
"icon": null,
"name": "[TSP] Antistasi 24/7 | New Player Friendly | discord.gg/vHC7vy7",
"connect": "69.143.156.35:2310",
"request": "69.143.156.35:2311",
"map": "UMB_Colombia",
"gamemode": "Antistasi Ultimate - Colombia",
"version": "2.20.152984",
"numplayers": 0,
"maxplayers": 35,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768319454,
"last_update": 1776825723,
"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": 1915,
"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/10878587");
$data = json_decode($json, true);
var_dump($data);