Species Query

POST https://api.olisystems.com/engine/chemistry/query/species

Headers

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.

Request Payload

{ 
    "params":{ 
        "thermodynamicFramework": "MSE (H3O+ ion)",
      }
}

Only the "thermodynamicFramework" parameter is needed here. All public and private databank information for this thermodynamic framework will be displayed in the output.

Response (status=SUCCESS)

If no run-time errors are encountered, the Query output with the requested contents will be available for users to view.

Last updated