Search
Please send all feedback to development-at-chemspider-dot-com
NOTE: Some operations require a "Security Token". To obtain a token please complete the registration process. Security Token is listed at Profile page.The following operations are supported. For a formal definition, please review the Service Description.
-
AsyncSimpleSearch
Search by Name, SMILES, InChI, InChIKey, etc. Returns transaction ID which can be used to access search status and result. Security token is required. -
CSID2ExtRefs
Return a list of external references (data sources). Security token with Service Subscriber role is required. -
GetAsyncSearchResult
Returns the list of CSIDs found by AsynchSearch operation. Security token is required. -
GetAsyncSearchResultPart
Return a slice of the list of CSIDs found by AsynchSearch operation. Returns full list if start = 0 and count = -1. If (start + count) > (# of results) all results starting at start position are returned. Security token is required. -
GetAsyncSearchStatus
Query asynchronous operation status. Requires transaction ID returned by AsynchSearch operation. Security token is required. -
GetCompoundInfo
Get record details (CSID, InChIKey, InChI, SMILES) by CSID. Security token is required. -
GetCompoundThumbnail
Get compound thumbnail in PNG format. Security token is required. -
GetRecordDetails
Get record details: CSID, InChIKey, InChI, SMILES. This operation is deprecated and will be removed soon - use GetCompoundInfo instead. -
GetRecordImage
Get structure image in PNG format. This operation is deprecated and will be removed soon - use GetCompoundThumbnail instead. -
Mol2CSID
Search for structure that matches provided MOL within the range specified by options. Returns found CSID list. Security token with Service Subscriber role is required. -
MolAndDS2CSID
Search for structure that matches provided MOL within the range specified by options and within the specified list of datasources. Returns found CSID list. Security token with Service Subscriber role is required. -
SimpleSearch
Search by Name, SMILES, InChI, InChIKey, etc. Returns a list of found CSIDs (first 100 - please use AsyncSimpleSearch instead if you like to get the full list). Security token is required. -
SimpleSearch2IdList
Search by Name, SMILES, InChI, InChIKey, etc. Return a list of found IDs (first 100). This operation is deprecated and will be removed soon - use SimpleSearch instead.