Is this chemical on the Proposition 65 list
check_prop65Look up a chemical by CAS number or name and report whether it is on California's Proposition 65 list. Use this when deciding whether a product sold into California needs a warning label. Returns every matching entry with the toxicity endpoint, the listing mechanism, the date listed and the safe-harbour level where one has been adopted, plus whether the entry has since been delisted. A not_found result does not mean the chemical is safe or unregulated: it means this edition of this one list has no entry under that name or number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | A CAS number such as 71-43-2, or a chemical name such as Benzene. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listed | No | Whether an active (not delisted) entry exists. Present when status is `ok`. | |
| status | Yes | Outcome of the lookup. `not_found` is not a clearance. `ambiguous` means the name matched several entries and you should pick one or use a CAS number. | |
| edition | No | The edition of the list this answer came from. | |
| entries | No | Each matching entry, including delisted ones, with its endpoint and safe-harbour level. | |
| candidates | No | Possible chemicals, when the name matched several entries. | |
| notCovered | No | What this answer does not establish. Present on both hits and misses. | |
| delistedOnly | No | True when every matching entry was listed and later removed. |