API для [CARMA] Entrainement Tantale
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "l",
"region": -1,
"product": "Arma3",
"gametype": "bf,r222,n0,s7,i3,mf,lf,vf,dt,tcti,g65545,h76bfe0d2,f0,c-2147483648--2147483648,pl,e15,j0,k0,",
"dedicated": true,
"steam_id": "90292338453260308",
"domain": null,
"id": 15519776,
"ip": "194.87.217.176",
"port": 2702,
"query": 2703,
"project_id": null,
"color": 0,
"city": "Марсель",
"description": null,
"game": 107410,
"boosts": 1,
"last_offline": 1788816708,
"last_online": 1788805862,
"icon": null,
"name": "[CARMA] Entrainement Tantale",
"connect": "194.87.217.176:2702",
"request": "194.87.217.176:2703",
"map": "juju_kalahari",
"gamemode": null,
"version": "2.22.154045",
"numplayers": 0,
"maxplayers": 33,
"bots": 0,
"secured": false,
"private": null,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1788805370,
"last_update": 1788816708,
"ban_reason": null,
"banned": false,
"hidden": 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": 6789,
"language": "fr",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/15519776");
$data = json_decode($json, true);
var_dump($data);