← Back to catalog
langbly.languages
mock data$0.001 / callList Languages
List all 90+ supported translation languages with localized names. Specify display_language to get names in that language (Langbly)
Input schema
display_language
stringLanguage code to display names in (e.g. "en" returns "Spanish", "es" returns "Español")
Call via REST
curl -X POST https://unifyapi.pro/api/call/langbly.languages \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"display_language":"<display_language>"}'