Search by InChI
Headers
Name
Value
Body
Name
Type
Description
GraphQL schema
query ByInChI ($inchi: String!, $limit: Int = 10) {
molecules (InChI: $inchi, limit: $limit) { # Here described fields to include in the response
CID
IUPAC
SMILES
InChI
InChIKey
synonyms
}
}Response
Requests example
Last updated