Endpoints
Search for breweries.
The search performs partial, case-insensitive matching against brewery names.
get/v1/breweries/search
Request body
Example request
{
"per_page": 1,
"query": "n"
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.