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