Skip to main content
Get a cell specification with nested component and material data

Path Parameters

cell_spec_id
string
required

Response

Successful Response

Cell specification with nested component information.

name
string
required

Name of the cell specification

ratings
Ratings · object
required

Electrical ratings from the spec sheet / design targets (rated capacity, voltage min/max, optional nominal voltage, energy, energy densities, max charge/discharge C-rates). See :class:Ratings.

id
string
required

Unique identifier for the cell specification

organization_id
string
required

Organization ID of the cell specification

form_factor
string | null

Physical form factor. Common values: '18650', '21700', 'R2032' (coin cell), 'pouch', 'prismatic', 'cylindrical'.

manufacturer
string | null

Who assembled/manufactured the cell

anode_id
string | null

ID of the anode component

cathode_id
string | null

ID of the cathode component

electrolyte_id
string | null

ID of the electrolyte component

separator_id
string | null

ID of the separator component

case_id
string | null

ID of the case component

properties
Properties · object | null

Other design-level properties that are not electrical ratings and not tied to a specific component — e.g. assembly method, overall cell dimensions, mass, target thickness. Numeric values must use the Quantity format ({'value': ..., 'unit': ...}).

source
Source · object | null

Provenance of the design. Typical keys: 'doi', 'citation', 'publication_date' (ISO 8601), 'license', 'creator_name', 'creator_orcid'. Lives on the specification (not the instance) because it describes the published design.

notes
string | null

Free-text notes about the cell specification

project_id
string | null

Project this cell specification belongs to

created_by
string | null

User ID of the user who created this specification

created_by_email
string | null

Email of the user who created this specification

instance_ids
Instance Ids · object[] | null

List of instance IDs associated with the cell specification

anode
CellComponentWithMaterial · object | null

Anode component with material

cathode
CellComponentWithMaterial · object | null

Cathode component with material

electrolyte
CellComponentWithMaterial · object | null

Electrolyte component with material

separator
CellComponentWithMaterial · object | null

Separator component with material

case
CellComponentWithMaterial · object | null

Case component with material