UnifyAPI
← Back to catalog

materials.elasticity

mock data$0.001 / call

Material Elastic Properties

Get mechanical/elastic properties for a material: bulk modulus, shear modulus (Voigt-Reuss-Hill averages), universal anisotropy index, Poisson ratio, and full 6x6 elastic tensor (IEEE format). Essential for structural materials screening and mechanical simulations (Materials Project)

Science & Researchprovider: Materials#materials#science

Input schema

material_idrequired

Materials Project ID (e.g. "mp-149"). Returns bulk/shear modulus, Poisson ratio, elastic tensor

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/materials.elasticity \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"material_id":"<material_id>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.