|
The communication to WineFetch is a simple HTTP Request that you can customize per search. Any programming language that can create an HTTP can be used to access the WineFetch API. Below is an example HTTP request to the WineFetch API.
Example HTTP Request for 'Rosenblum Zinfandel' and the year '2002':
http://api.winefetch.com/search?key=abc&kw=Rosenblum+Zinfandel&year=2002&offset=0&limit=20
|