Skip to main content
GET
/
v1
/
format
/
list
Format List
curl --request GET \
  --url https://api.example.com/v1/format/list \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

items
string
required

Comma-separated items

conjunction
string
default:and

Conjunction to use (and, or)

oxford_comma
boolean
default:true

Use Oxford comma

Response

Successful Response