get deprecatedhttps://backstage.taboola.com/backstage/api/1.0/resources/languages
Get a list of languages, as defined within Taboola.
{
"results": [
{
"name": "AB",
"value": "Abkhaz"
},
{
"name": "AF",
"value": "Afrikaans"
},
{
"name": "SQ",
"value": "Albanian"
},
{
"name": "AM",
"value": "Amharic"
},
{
"name": "AR",
"value": "Arabic"
}
// Additional rows (objects) omitted...
]
// Additional detail omitted...
}
Traversing the Tree
The request URL in this example ends with the key
languages
- returned by Get list of Dictionaries. (See Traversing the Tree for an overview.)