ChemSpider APIs - Get Record Details

This section provides a tutorial example on how to use 'Get Record Details' Web service to retrieve the details of a given chemical compound record with RSC (Royal Society of Chemistry) ChemSpider API.

Get Record Details - A Web service operation to retrieve the details of a given chemical compound record with RSC (Royal Society of Chemistry) ChemSpider API.

Here is an example of Get Record Details request in HTTP request message:

GET https://api.rsc.org/compounds/v1/records/0b483bf8-****/details\
  ?fields=Formula,SMILES,Mol2D HTTP/1.1

apikey: EVCMd41402abc******b9719d911017c
Accept: application/json

The above request will return you the details of the given chemical compound record in HTTP response message:

HTTP/1.1 200 OK
content-type: application/json; charset=utf-8

{
  "id":66780,
  "smiles": "C=CC=CC#N",
  "formula": "C_{5}H_{5}N",
  "mol2D": "74170\n  -OEChem-02070708222D\n
  \n
   11 10  0     0  0  0  0  0  0999 V2000\n 
   6.3301   -0.5000    0.0000 N   0  0  0  0  0  0  0  0  0  0  0  0\n 
   3.7321    0.0000    0.0000 C   0  0  0  0  0  0  0  0  0  0  0  0\n 
   ..."
}

Table of Contents

 About This Book

 Python SOAP Client: Zeep

 SoapUI - Web Service Testing Tool

 SOAP Web Service and SoapUI

 REST Web Service and SoapUI

 Mock Web Services - herongyang.com/Service

 "SoapResponder" and Web Service Test Tool

 "Calculator" for 4 Integer Operations

 DataFlex Web Service for Country Information

 LatLonListCityNames - Return Latitudes and Longitudes of US Cities

 LatLonListZipCode - Return Latitudes and Longitudes of US Zip Code

 TempConvert Web Service for Temperature Conversion

 NDFDgenByDay - US Weather Forecast by Day

 NDFDgen - US-Weather Forecast for a Single Location

 Currency Exchange Rate

 Bitcoin Blockchain Data API (or Explorer)

 flickr.interestingness.getList - Get Interesting Photos

 UUID/GUID Generator

 NumberToWords - Convert Number in Digits to Words

 TitleCaseWordsWithToken - Words to Title Case Format

 "PUG SOAP" Web Service for PubChem Database

RSC - ChemSpider APIs

 ChemSpider APIs - Usage Description

 ChemSpider APIs - FilterByFormulaRequest

 ChemSpider APIs - Get Query Status

 ChemSpider APIs - Get Query Results

ChemSpider APIs - Get Record Details

 Discontinued: Currency Converter by kowabunga.net

 Discontinued: GetCountries - Get All Countries and Territories

 Discontinued: GetCurrencies - Get Currencies from All Countries

 Discontinued: GetGMTbyCountry - Get GMT Information of a Given Country

 Discontinued: GetISD - Get ISD Phone Code of a Given Country

 Discontinued: GetCitiesByCountry - Get Cities by Country

 Discontinued: GetInfoByState - Get ZIP Codes of a Given US State

 Discontinued: GetAirportInformationByCountry - Get Airport Code by Country

 Discontinued: GetGeoIP - Get Country by IP Address

 Discontinued: ConvertTemp - Convert Temperature Unit

 Discontinued: ChangeLengthUnit - Convert Length Unit

 Discontinued: ConvertWeight - Convert Weight Unit

 Discontinued: ChangeAreaUnit - Convert Area Unit

 Discontinued: Code39 - Generate Bar Code Images in Code 39 Format

 Discontinued: GenerateBarCode - Generate Bar Code Images

 Discontinued: GetMortgagePayment - Calculate Mortgage Payment

 Discontinued: ConversionRate - Get Currency Exchange Rate

 Discontinued: GetQuote - Get Stock Quote

 Discontinued: GetSunSetRiseTime - Get Sunrise and Sunset Time

 Discontinued: GetWeatherByZipCode - Get Weather by ZIP Code in US

 Discontinued: getTime - Get the Current Time

 Discontinued: questionSearch - Search Yahoo! Questions and Answers

 Discontinued: Hotwire - Get Travel Ticker Deals

 Archived Tutorials

 References

 Full Version in PDF/EPUB