Q

Common Examples



The table below contains some of the commonly used 'q' searches for the different resources we provide. The examples also demonstrate the use of 'and', 'or' and regular expression syntax for more advanced searching.

Resource Returns q
Regulatory List The set of lists commonly used to author SDSs {"tags.tag.name": "SDS Relevant"}
Regulatory List The set of Physical Property lists {"tags.tag.name": "Physical Properties"}
Regulatory List The set of GHS (SV) lists in a Standardized View for GHS Classification and Labelling Data {"tags.tag.name": "GHS - Standardized View (SV)"}
Regulatory List The set of Chinese GHS (SV) lists in a Standardized View for GHS Classification and Labelling Data {$and: [{"tags.tag.name": "GHS - Standardized View (SV)"}, {"tags.tag.name": "China"}]}
Regulatory List The set of LD50 or LC50 Lists {$or: [{name: {$regex: 'LD50'}}, {name: {$regex: 'LC50'}}]}
Substance Get the substance information by CAS {"identifiers.identifier.value": "50-00-0"}