GET /mscp/api/solidLayerComponent/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "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
        }
    ]
}