Feeds
Atom feeds are available at several points in the API that can be used to keep in sync with updates that occur within the platform. These feeds provide compact POSH representations of changed entities ordered in reverse chronological order by update date. Links to each changed entity are also provided so you can make detail API requests as necessary.
Before you can access VinTank’s Atom feeds, you will need a VinTank API key. See our Getting Started page for details.
Global Feeds
There are global Atom feeds for varieties, regions, wineries, winery brands, winery locations, and wines at the following URLs.
http://apiv1.cruvee.com/feeds/varieties
http://apiv1.cruvee.com/feeds/regions
http://apiv1.cruvee.com/feeds/wineries
http://apiv1.cruvee.com/feeds/brands
http://apiv1.cruvee.com/feeds/locations
http://apiv1.cruvee.com/feeds/wines
Feed Parameters
These optional parameters can be added to the feed URLs above to page through the feeds or affect the data that is returned.
| Name | Description | Required |
|---|---|---|
| page | the page in the feed to return | false |
| rpp | entries per page to display | false |
| q | constrain the feed based on the results of a query | true |
Entity Feeds
Atom feeds are also available at the entity level too. Just look for the “Feed” link in the POSH or JSON response.
