Skip to main content
GET
/
v1
/
convert
/
volume
/
gal-us-to-l
Gallons Us To Liters
curl --request GET \
  --url https://api.example.com/v1/convert/volume/gal-us-to-l \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

gallons
number
required

Volume in US gallons

Response

Successful Response