Skip to main content
GET
/
v1
/
convert
/
weight
/
oz-to-g
Ounces To Grams
curl --request GET \
  --url https://api.example.com/v1/convert/weight/oz-to-g \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

ounces
number
required

Weight in ounces

Response

Successful Response