To help get you started, we have provided some API query examples below. Use the Run query button to call the API and get back results. You can experiment by editing the example queries in the black text box.
Example query
This query searches for all records and asks for a single one.
search for all records and display one.
limit to 1 record.
Example query
This query searches for records with the specific name "PARACETAMOL", and returns one result.
search for a specific name.
limit to 1 record.
Example query
This query searches for records with the specific CAS Registry Number "220127-57-1".
search for records by Named Codes.
Example query
This query searches for records with the specific UNII "09211A0HHL".
search for records by UNII.
Example query
This query searches for records with the specific molecular formula "C6H12", and returns one result.
search for a specific molecular formula.
limit to 1 record.