API для booty fart
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": -1,
"product": "svencoop",
"gametype": null,
"dedicated": false,
"steam_id": "90291314022140929",
"domain": null,
"id": 13955990,
"ip": "64.180.184.165",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Kamloops",
"description": null,
"game": 225840,
"owner": null,
"boosts": 1,
"last_offline": 1787401419,
"last_online": 1787279510,
"icon": null,
"name": "booty fart",
"connect": "64.180.184.165:27015",
"request": "64.180.184.165:27015",
"map": "-sp_campaign_portal",
"gamemode": null,
"version": "5.0.1.8",
"numplayers": 0,
"maxplayers": 2,
"bots": 0,
"secured": false,
"private": null,
"country": "CA",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1787279564,
"last_update": 1787401419,
"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": 5845,
"language": "en",
"parked": false,
"app": {
"id": 65,
"steam_id": 225840,
"name": "Sven Co-op",
"url": "sven-co-op"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13955990");
$data = json_decode($json, true);
var_dump($data);