Material Property Datasets
Download material property data as JSON
Return the property dataset as a JSON object mapping column name to value array.
Supports optional downsampling (max_points) and x-range filtering (x_col + x_min + x_max) for dynamic chart zoom resolution.
Example response::
{
"c_e": [0.5, 1.0, 1.5, 2.0],
"kappa": [0.42, 0.71, 0.89, 0.95],
"diffusivity": [3.2e-10, 2.8e-10, 2.3e-10, 1.9e-10]
}
get/material_property_datasets/{property_id}/data
Path parameters
property_idstring required
Query parameters
max_pointsinteger nullable
Downsample to at most this many points
Downsample to at most this many points
x_colstring nullable
Column to filter by x range
Column to filter by x range
x_minnumber nullable
Minimum x value (inclusive)
Minimum x value (inclusive)
x_maxnumber nullable
Maximum x value (inclusive)
Maximum x value (inclusive)
Response
Successful Response
{"stackTrail":"paths:/material_property_datasets/{property_id}/data:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.