Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Whisky Hunter Distilleries API

The Distilleries API from Whisky Hunter — 2 operation(s) for distilleries.

Whisky Hunter Distilleries API is one of 2 APIs that Whisky Hunter publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Distilleries. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 2 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.0.3, at version v1.

Requests are made against a single base URL, https://whiskyhunter.net/api.

2 operations 2 paths 3 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v1
Base URL
https://whiskyhunter.net/api
License
Public Data - No Authentication Required
Resource Areas
1

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

Distilleries 2
GET
/distilleries_info/
List Distilleries
listDistilleries 1 param → 200
GET
/distillery_data/{slug}/
Get Distillery Auction Data
getDistilleryData 2 params → 200404

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are DistilleryDataPoint (7 properties), Distillery (3 properties), Error (1 property). Each schema is shown below with its type and property counts.

Error
object
1 property
Distillery
object
A whisky distillery tracked in the Whisky Hunter database.
3 properties
DistilleryDataPoint
object
A historical auction data point for a specific distillery.
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

whisky-hunter-distilleries-api-openapi.yml Raw ↑

Other APIs Whisky Hunter publishes across the network.

Whisky Hunter Auctions API