We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
per_country
1 parent 1f703cc commit f1b6b80Copy full SHA for f1b6b80
src/routes/documentation/+page.svx
@@ -60,6 +60,15 @@ Filter breweries by city.
60
61
<RunButton endpoint="https://api.openbrewerydb.org/v1/breweries?by_city=san_diego&per_page=3" />
62
63
+### `by_country`
64
+
65
+Filter breweries by country.
66
67
+**Note:** For the parameters, you can use underscores or
68
+[url encoding](https://en.wikipedia.org/wiki/Percent-encoding) for spaces.
69
70
+<RunButton endpoint="https://api.openbrewerydb.org/v1/breweries?by_country=south%20korea&per_page=3" />
71
72
### `by_dist`
73
74
Sort the results by distance from an origin point, denoted by
0 commit comments