Skip to main content
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

OK

name
string
api_name
string
description
string
extension
string
default_encoding
string
importable
boolean
exportable
boolean
default_file
string
renders_default_locale
boolean
includes_locale_information
boolean