API для ButteryScotsman's Bullshit
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1790202336,
"app": {
"id": 24,
"name": "Team Fortress 2",
"steam_id": 440,
"url": "team-fortress-2"
},
"color": 0,
"connect": "54.37.178.201:33160",
"country": "FR",
"domain": null,
"game": 440,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 17015046,
"ip": "54.37.178.201",
"language": "fr",
"last_update": 1790262734,
"map": "pl_barnblitz",
"maxplayers": 64,
"name": "ButteryScotsman's Bullshit",
"numplayers": 0,
"official": null,
"points": 0,
"port": 33160,
"private": false,
"project_id": null,
"pve": null,
"pvp": null,
"query": 33160,
"request": "54.37.178.201:33160",
"secured": true,
"status": false,
"steam_id": "90293310659564560",
"version": "10828683",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Париж",
"description": null,
"disabled_modules": [],
"gamemode": "Team Fortress",
"hidden": false,
"last_offline": 1790262734,
"last_online": 1790205033,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 15861,
"wipe_period": null,
"os": "l",
"region": 3,
"product": "tf",
"gametype": "cp,dedicated,increased_maxplayers,linux,public,ranked,secure",
"dedicated": true
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/17015046");
$data = json_decode($json, true);
var_dump($data);