API Reference
Get Translations
Retrieve translations for your application
GET
Overview
This is the primary endpoint for fetching translations from Unlingo. It returns ready-to-use translation data that can be directly integrated with any i18n library.Authentication
You can authenticate using either method:string
Your API key passed in the header
x-api-key: YOUR_API_KEYstring
Bearer token with your API key
Authorization: Bearer YOUR_API_KEYRequired Parameters
string
required
The release tag to fetch translations from Examples:
1.0.0, staging, productionstring
required
The namespace containing your translations Examples:
translation, auth, dashboardstring
required
The language code for the translations Examples:
en, es, fr, de, zh