Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Project API key. Pass as Authorization: Bearer ndsk_live_.... Manage keys via /projects/me/api-keys. Test-mode keys use the ndsk_test_ prefix.

Query Parameters

keys
string
required

Comma-separated list of translation keys. Up to 200 per request. Keys use dot.notation (e.g. hero.headline,hero.cta,footer.copy).

lang
string

BCP-47 language tag. Defaults to the project's default language. Falls back to default language if a key is not translated.

Example:

"en"

scope
enum<string>

Optional filter — limit to keys tied to a specific scope type.

Available options:
page,
component
scope_id
integer

Used together with scope to filter further.

Response

Map of key → value.

{key}
string