Chemicals added to the list since a year
list_recent_listingsList the chemicals added to Proposition 65 on or after a given year. Use this to find recent additions, which matters because a warning is generally required twelve months after a chemical is listed, so a new entry starts a compliance clock. Returns active listings only, newest first, with their dates, and reports how many entries carry no parseable date and are therefore missing from the answer. It does not tell you whether any particular product is affected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | Yes | Four-digit year, from 1986 onwards. Prop 65 listings begin in 1987. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | How many active chemicals were listed on or after that year. | |
| 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. | |
| results | No | The chemicals, newest first. | |
| undatedEntries | No | Active entries with no parseable listing date, absent from this answer. |