Skip to main content
GET
/
yields
cURL
curl --request GET \
  --url https://api-v2.production.higg.org/msi-api/v1/yields \
  --header 'x-api-key: <api-key>' \
  --header 'x-developer-request-token: <api-key>'
{
  "type": [
    "Yards (linear)"
  ],
  "widthUnit": [
    "m"
  ],
  "thicknessUnit": [
    "in"
  ],
  "densityLinearUnit": [
    "g/m2"
  ],
  "densityVolumetricUnit": [
    "kg/m3"
  ]
}
All materials in MIS are normalized to 1kg. Yields provide conversions for the MSI 1kg material to a linear/volumetric unit.

Authorizations

x-api-key
string
header
required
x-developer-request-token
string
header
required

Response

200 - application/json

Ok

type
enum<string>[]
required
Available options:
Yards (linear),
Meters (linear),
Feet (linear),
Square Yards (linear),
Square Meters (linear),
Square Feet (linear),
Yards (volumetric),
Meters (volumetric),
Feet (volumetric),
Square Yards (volumetric),
Square Meters (volumetric),
Square Feet (volumetric)
widthUnit
enum<string>[]
required
Available options:
m,
yd,
in,
cm
thicknessUnit
enum<string>[]
required
Available options:
in,
cm,
mm
densityLinearUnit
enum<string>[]
required
Available options:
g/m2,
kg/m2,
lb/yd2,
oz/yd2
densityVolumetricUnit
enum<string>[]
required
Available options:
kg/m3,
lb/ft3