List table
API for:
- selecting tables containing original information. Read more under Search for Tables.
- display tables containing the spectral data. Read more under Spectral Index.
- display tables containing the glass formation data. Read more under Glass Formation.
This API only lists basic information of tables. To retrieve table data, see Retrieve table.
Query parameters¶
comp string or array Optional¶
The chemical formula or atomic symbol of the component.
atom boolean Optional Defaults to false
¶
Specify the search options, if true
, the query is run using the atomic names (atomic symbols), if false
, the query is run using the original component names.
Note
In SciGlass, the System type card is disabled and is not considered in the search when Search Options = Atom names
.
Hence, when atom=true
, system_type is ignored and not used in the search.
If this is not the case for the latest SciGlass version, please contact us.
system string or array Optional¶
The name of the system. Allowed system names are:
|
|
|
|
|
|
|
|
|
If used, must be any combination of the allowed system names.
exact_system boolean Optional Defaults to false
¶
Whether the systems selected should match exactly or not.
system_type integer Optional Defaults to 0
¶
Number of glass systems (system type).
System Type | system_type |
---|---|
All |
|
One-component (One-comp) |
|
Binary |
|
Ternary |
|
Quaternary |
|
multi-component (>4 components) |
|
impurity boolean Optional Defaults to true
¶
Whether to consider impurities.
Only effective if system_type
is not equal to 0
. If true
, impurities are considered as components, if false
, impurities are ignored and not included in the result.
year_from integer Optional¶
Specify for the data since which year. If used, must be greater than or equal to 1878.
year_to integer Optional¶
Specify for the data until which year. If used, must be less than or equal to 2019.
analysis boolean Optional Defaults to false
¶
Whether only the glass composition given by chemical analysis should be searched.
prop string or array Optional¶
The name of the property group.
Note that some prop
names are different from the Property Group
names. Marked in blue (lightblue when in dark
theme).
Property Group | prop |
---|---|
Acoustical properties |
|
Chemical durability |
|
Crystallization |
|
Density |
|
Dielectric properties |
|
Diffusion, permeation & solubility of gases |
|
Elastic properties |
|
Electrical resistivity |
|
Glass formation |
|
Heat capacity, Cp |
|
Internal friction |
|
Ion diffusion |
|
Dilatometric softening temperature, Mg |
|
Magnetic properties |
|
Microhardness |
|
Optical properties |
|
Optical spectra |
|
Stress-optic coefficient |
|
Strength |
|
Surface tension |
|
Liquidus temperature, Tliq |
|
Glass transition temperature, Tg |
|
Thermal expansion coefficient, TEC |
|
Thermal conductivity |
|
Thermal diffusivity |
|
Thermal endurance (Thermal shock resistance) |
|
Viscosity |
|
Viscosity standard points |
|
Volatilization |
|
spectral_index boolean Optional Defaults to false
¶
If true
, this is equivalent to using Optical spectra
for prop
.
The sidebar function Spectral Index uses https://sciglass.uni-jena.de/api/table?spectral_index=true
to get the tables list.
glass_formation boolean Optional Defaults to false
¶
If true
, this is similar to using Glass formation
for prop
and set the system_type
to binary (system_type=2
) or ternary systems (system_type=3
). But the tables list returned are more than the tables list you get when using glass_formation=true
, as not all tables contain the data for the ternary diagram.
The sidebar function Glass Formation uses https://sciglass.uni-jena.de/api/table?glass_formation=true
to get the tables list.
table_id integer or array Optional¶
List basic table information by table ID. If multiple table_id
are sent, multiple basic table information is also returned.
This is used by Patent Index, Trademark Index, and Subject Index in the web UI to display certain basic information of tables in the Result Card section.
Note
This query parameter only seems to be useful when used internally with the sidebar functions in the web UI.
The response body is the same as in example, but with only table_id
specified in query parameter table_id
will show.)
Example request¶
- AsyncIO is Python's built-in library for writing concurrent code with the async/await syntax.
- This is optional and is imported in this example to show how to export the result to a CSV file using pandas.
- table_id means Table ID in the Result Card
- num_glass means ## in the Result Card