A new API call to retrieve all available languages
query {
languages
}
should returns:
{
"data": {
"languages": [
"en",
"cs",
"de",
"es-BO",
]
}
}
Or Maybe more information could be added on each array element.
Example image for the returned value:
All available languages
- Thanks