Get all the other languages available for a wine. A Vincod is specific to a language, so if you want to have all the vincod in all the other available languages you can use this function with the Vincod.
Resource URL
https://api.vincod.com/3/json/wine/GetAvailableLanguagesByVincod/fr/VINCOD?apiKey=YOURAPIKEY
Parameters
Format : json or xml
Target : wine
Method :GetAvailableLanguagesByVincod
Language : fr
VINCOD : Wine’s Vincod
Example Response
{
"wines":{
"lang":[
{
"langid":"1",
"langabrv":"fr",
"langvincod":"YMG98F"
},
{
"langid":"2",
"langabrv":"en",
"langvincod":"YMG98E"
},
{
"langid":"3",
"langabrv":"de",
"langvincod":"YMG98D"
}
]
}
}