Skip to main content
GET
List localizations

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required

Project ID

Query Parameters

deleted
enum<string>

List soft-deleted localizations instead of live ones — the recovery pool for restore.

Available options:
true,
false

Response

List of localizations

results
object[]
required
next
string | null
required

Full URL of the next page — request it as-is (it already carries cursor= and your query parameters). null = no further pages.

previous
string | null
required

Full URL of the previous page — request it as-is. null = already at the first page.