API для steamuser on oddy
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": false,
"gametype": "bf,r220,n0,s7,i3,mf,lf,vf,df,tanti,g65545,he4d75931,f0,c-2147483648--2147483648,oBA,pw,e15,j0,k0,",
"os": "l",
"product": "Arma3",
"region": -1,
"steam_id": "90290398358704141",
"domain": null,
"id": 12735953,
"ip": "94.250.12.173",
"port": 46315,
"query": 46316,
"project_id": null,
"color": 0,
"city": "Goražde",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1786976615,
"last_online": 1786141200,
"icon": null,
"name": "steamuser on oddy",
"connect": "94.250.12.173:46315",
"request": "94.250.12.173:46316",
"map": "Altis",
"gamemode": null,
"version": "2.20.152984",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": false,
"private": null,
"country": "BA",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1785076390,
"last_update": 1786976615,
"ban_reason": null,
"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": 5826,
"language": "bs",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12735953");
$data = json_decode($json, true);
var_dump($data);