Skip to main content
Download material property data as JSON
curl --request GET \
  --url https://api.ionworks.com/material_property_datasets/{property_id}/data
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

property_id
string
required

Query Parameters

max_points
integer | null

Downsample to at most this many points

Required range: x >= 1
x_col
string | null

Column to filter by x range

x_min
number | null

Minimum x value (inclusive)

x_max
number | null

Maximum x value (inclusive)

Response

Successful Response