Skip to main content
GET
/
api
/
v1
/
:team_slug
/
:app_slug
/
translations
Error
A valid request URL is required to generate request examples
{
  "data": [
    {
      "field_type": "name",
      "language_code": "<string>",
      "parent_ref": "<string>",
      "parent_type": "product",
      "translation": "<string>",
      "id": "<string>"
    }
  ],
  "success": true,
  "total": 123,
  "total_pages": 123
}

Path Parameters

app_slug
string
required

App slug

team_slug
string
required

Team slug

Query Parameters

page
integer

Page number (default is 1)

per-page
integer

Amount of products per page. Minimum 0 and max 100 (default is 20)

parent-type
string

Filter on parent type. Can be one of product product_bundle product_variant image attribute attribute_value category tag collection file bundle_group

field-type
string

Filter on field type. Can be one of name value description alt title copyright slug meta_title meta_description html_description short_description html_short_description key

Response

Translations

data
object[]
success
boolean
total
integer
total_pages
integer