Cheméo API Available

Integrate Cheméo into your software easily.

The first version of the Cheméo API is available. This is a REST API and it is very easy to use it. You basically issue a specially crafted GET request against the Cheméo API and you get a JSON formatted message as response.

At the moment, the available tools are:

  • conversion of from a name, SMILES, InChI, InChI key and Cheméo ID to another format.
  • generation of the structure of molecule from its name using the IUPAC rules.
  • property prediction using the Joback, Abraham and McGowan, and, Crippen methods.

The access to the API is free and the Cheméo API is fully documented.

Update: You can now run a search against the database, for example, using the command line on a Linux/OSX system:

curl -X GET "https://www.chemeo.com/api/v1/search?q=methane"

Learn more about the search API.

Created: Tue 15 September 2015
Updated: Thu 17 September 2015
By Loïc d'Anterroches.

Tags: Cheméo
Archives: 2015 / September
Fluid Phase Equilibria, Chemical Properties & Databases
Back to Top