documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FDA-1997-P-0017" and posted_year = 2015 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, comment_start_date, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| id | agency_id | docket_id | title | document_type | subtype | posted_date ▲ | posted_year | posted_month | comment_start_date | comment_end_date | last_modified | fr_doc_num | open_for_comment | withdrawn | object_id |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FDA-1997-P-0017-0045 | FDA | Require that warning labels about risks of salmonella enteri FDA-1997-P-0017 | Letter from the Commonwealth of Pennsylvania, Department of Agriculture | Other | Letter(s) | 2015-06-23T04:00:00Z | 2015 | 6 | 2015-06-23T04:00:00Z | 2015-06-23T16:55:30Z | 0 | 0 | 09000064805c9e5c | ||
| FDA-1997-P-0017-0029 | FDA | Require that warning labels about risks of salmonella enteri FDA-1997-P-0017 | Letter from United States Animal Health Association | Other | Letter(s) | 2015-06-17T04:00:00Z | 2015 | 6 | 2021-07-14T18:04:19Z | 0 | 0 | 09000064805c9e19 | |||
| FDA-1997-P-0017-0013 | FDA | Require that warning labels about risks of salmonella enteri FDA-1997-P-0017 | Food Labeling: Safe Handling Statements: Labeling of Shell Eggs; Shell Eggs: Refrigeration of Shell Eggs Held for Retail Distribution; Correction | Notice | Correction | 2015-06-08T04:00:00Z | 2015 | 6 | 2015-06-08T04:00:00Z | 1999-09-21T03:59:59Z | 2021-07-14T18:04:36Z | 0 | 0 | 09000064805c9cad | |
| FDA-1997-P-0017-0004 | FDA | Require that warning labels about risks of salmonella enteri FDA-1997-P-0017 | Citizen Petition from the Center for Science in the Public Interest (CSPI) | Other | Citizen Petition | 2015-06-08T04:00:00Z | 2015 | 6 | 2015-06-08T04:00:00Z | 2015-06-08T16:31:30Z | 0 | 0 | 09000064805c9c64 | ||
| FDA-1997-P-0017-0005 | FDA | Require that warning labels about risks of salmonella enteri FDA-1997-P-0017 | Correction Letter from the Center for Science in the Public Interest (CSPI) | Other | Correction(s) | 2015-06-08T04:00:00Z | 2015 | 6 | 2021-07-14T18:05:17Z | 0 | 0 | 09000064805c9c66 | |||
| FDA-1997-P-0017-0007 | FDA | Require that warning labels about risks of salmonella enteri FDA-1997-P-0017 | Notice of Proposed Rule; Food Labeling: Safe Handling Statements: Labeling of Shell Eggs; Shell Eggs: Refrigeration of Shell Eggs Held for Retail Distribution | Notice | General Notice | 2015-06-08T04:00:00Z | 2015 | 6 | 2015-06-08T04:00:00Z | 1999-09-21T03:59:59Z | 2021-07-14T18:04:48Z | 0 | 0 | 09000064805c9c68 | |
| FDA-1997-P-0017-0006 | FDA | Require that warning labels about risks of salmonella enteri FDA-1997-P-0017 | Acknowledgement Letter from FDA DDM to CSPI | Other | Acknowledgement Letter/Receipt | 2015-06-08T04:00:00Z | 2015 | 6 | 2021-07-14T18:05:04Z | 0 | 0 | 0900006481b226b0 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE documents (
id TEXT PRIMARY KEY,
agency_id TEXT,
docket_id TEXT REFERENCES dockets(id),
title TEXT,
document_type TEXT,
subtype TEXT,
posted_date TEXT,
posted_year INTEGER,
posted_month INTEGER,
comment_start_date TEXT,
comment_end_date TEXT,
last_modified TEXT,
fr_doc_num TEXT,
open_for_comment INTEGER,
withdrawn INTEGER,
object_id TEXT
);
CREATE INDEX idx_docs_agency ON documents(agency_id);
CREATE INDEX idx_docs_docket ON documents(docket_id);
CREATE INDEX idx_docs_date ON documents(posted_date);
CREATE INDEX idx_docs_year ON documents(posted_year);
CREATE INDEX idx_docs_type ON documents(document_type);
CREATE INDEX idx_docs_frnum ON documents(fr_doc_num);