API для Esa Lähdekorpi on Ryssien_vakoilu
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": -1,
"product": "Arma3",
"gametype": "bf,r222,n0,s7,i1,mf,lt,vf,df,tescape,g65545,ha7fd138d,f0,c-2147483648--2147483648,oFI,pw,e15,j0,k0,",
"dedicated": false,
"steam_id": "90290665000475667",
"domain": null,
"id": 13675186,
"ip": "178.55.42.175",
"port": 2302,
"query": 2303,
"project_id": null,
"color": 0,
"city": "Espoo",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1786545219,
"last_online": 1786551000,
"icon": null,
"name": "Esa Lähdekorpi on Ryssien_vakoilu",
"connect": "178.55.42.175:2302",
"request": "178.55.42.175:2303",
"map": "Tanoa",
"gamemode": null,
"version": "2.22.153995",
"numplayers": 2,
"maxplayers": 16,
"bots": 0,
"secured": false,
"private": null,
"country": "FI",
"status": true,
"votes": 0,
"points": 36,
"add_date": 1786545219,
"last_update": 1786551000,
"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": 157,
"language": "fi",
"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/13675186");
$data = json_decode($json, true);
var_dump($data);