GET
/
formats
cURL
curl "https://api.phrase.com/v2/formats"
[
  {
    "name": "Ruby/Rails YAML",
    "api_name": "yml",
    "description": "YAML file format for use with Ruby/Rails applications",
    "extension": "yml",
    "default_encoding": "UTF-8",
    "importable": true,
    "exportable": true,
    "default_file": "./config/locales/<locale_name>.yml",
    "renders_default_locale": false,
    "includes_locale_information": true
  }
]

Authorizations

Authorization
string
header
required

Enter your token in the format token TOKEN

Response

200
application/json

OK

The response is of type format · object[].