Get the tree of the owner’s Wine Catalogue including the wines.
Can be used to create a wine list. Set a starting point and an upper limit.
Request
https://api.vincod.com/3/xml/owner/GetCatalogueListingByVincod/<LANGUAGE>/<VINCODOWNER>?limit=<VINCODLIMIT>&vincod=<VINCODACTIF>&apiKey=<YOURAPIKEY>
Parameters
Version : available on versions 2 and 3
Format : available in json and xml
Target: owner
Method : GetCatalogueListingByVincod
LANGUAGE : language of the catalogue (fr, en, etc.)
VINCODOWNER: Vincod of the owner
VINCODACTIF: Vincod of the starting point
VINCODLIMIT: Vincod of the upper limit
APIKEY: authorized Api Key
Sample
{
"owners":{
"menu":{
"@attributes":{
"vincod":"2405D1UTSI",
"type":"winery"
},
"title":"Les Animals",
"link":"\/2405D1UTSI\/web",
"actif":"1",
"orpheline":"1",
"wines":[
{
"@attributes":{
"vincod":"ULMFRF",
"type":"wine"
},
"vintageyears":[
{
"title":"Fourmi Rouge 2017",
"vincod":"ULMFRF"
},
{
"title":"Fourmi Rouge 2016",
"vincod":"CLLW8F"
},
{
"title":"Fourmi Rouge 2015",
"vincod":"M2Q77F"
},
{
"title":"Fourmi Rouge 2014",
"vincod":"616HWF"
}
]
},
{
"@attributes":{
"vincod":"NHFCLF",
"type":"wine"
},
"vintageyears":[
{
"title":"Ours Blanc Luberon 2017",
"vincod":"NHFCLF"
},
{
"title":"Ours Blanc Luberon 2016",
"vincod":"Y8WKDF"
},
{
"title":"Ours Blanc Luberon 2015",
"vincod":"7287RF"
},
{
"title":"Ours Blanc Luberon 2014",
"vincod":"6ES60F"
},
{
"title":"Ours Blanc Luberon 2013",
"vincod":"SLAK5F"
}
]
},
{
"@attributes":{
"vincod":"FL806F",
"type":"wine"
},
"vintageyears":[
{
"title":"El\u00e9phant Rose Luberon Ros\u00e9 2017",
"vincod":"FL806F"
},
{
"title":"El\u00e9phant Rose Luberon Ros\u00e9 2016",
"vincod":"28EWJF"
},
{
"title":"El\u00e9phant Rose Luberon Ros\u00e9 2015",
"vincod":"47S71F"
},
{
"title":"El\u00e9phant Rose Luberon Ros\u00e9 2014",
"vincod":"0I866F"
},
{
"title":"El\u00e9phant Rose Luberon Ros\u00e9 2013",
"vincod":"6B5N7F"
},
{
"title":"El\u00e9phant Rose Luberon Ros\u00e9 2012",
"vincod":"PPAA4F"
},
{
"title":"El\u00e9phant Rose Ventoux Ros\u00e9 2011",
"vincod":"ELE1F"
},
{
"title":"El\u00e9phant Rose Ventoux Ros\u00e9 2010",
"vincod":"ELE0F"
}
]
}
]
}
}
}