Species Query
Last updated
Was this helpful?
POST https://api.olisystems.com/engine/chemistry/query/species
String
The Species query method can clarify whether a species exists in the databank of an associated thermodynamic framework and whether the entered name of the species is valid or not, addressing potential user uncertainties.
{
"params":{
"thermodynamicFramework": "MSE (H3O+ ion)",
}
}params
✔️
JSON Object
thermodynamicFramework
✔️
String
Only the "thermodynamicFramework" parameter is needed here. All public and private databank information for this thermodynamic framework will be displayed in the output.
If no run-time errors are encountered, the Query output with the requested contents will be available for users to view.
Last updated
Was this helpful?
Was this helpful?