Solid Layer Component List
GET /mscp/api/solidLayerComponent/?format=api
{
"count": 2,
"next": null,
"previous": null,
"results": [
{
"id": 2,
"element_symbol": "Be",
"stoichiometric_value": 1,
"solid_layer": 3
},
{
"id": 3,
"element_symbol": "He",
"stoichiometric_value": 1,
"solid_layer": 4
}
]
}