home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

6 rows where docket_id = "FDA-1996-P-0025" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, posted_date, posted_month, comment_start_date, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 4

  • 2004 2
  • 2016 2
  • 2001 1
  • 2017 1

document_type 2

  • Notice 3
  • Other 3

agency_id 1

  • FDA 6
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-1996-P-0025-0006 FDA Reduce the Precense of Salmonella Enteritidis in Shell Eggs - CLOSED FDA-1996-P-0025 Final Response Letter from FDA to Faegre Baker Daniels Other Letter(s) 2017-09-19T04:00:00Z 2017 9 2017-09-19T04:00:00Z   2017-09-19T14:26:50Z   0 0 0900006482b4ddf0
FDA-1996-P-0025-0005 FDA Reduce the Precense of Salmonella Enteritidis in Shell Eggs - CLOSED FDA-1996-P-0025 Acknowledgement letter from DDM FDA to Rose Acre Farms, Inc Other Acknowledgement Letter/Receipt 2016-05-31T04:00:00Z 2016 5 2016-05-31T04:00:00Z   2016-05-31T17:03:38Z   0 0 09000064820007b8
FDA-1996-P-0025-0004 FDA Reduce the Precense of Salmonella Enteritidis in Shell Eggs - CLOSED FDA-1996-P-0025 Citizen Petition from Rose Acre Farms, Inc Other Citizen Petition 2016-05-31T04:00:00Z 2016 5 2016-05-31T04:00:00Z   2016-05-31T17:03:11Z   0 0 09000064820007b6
FDA-1996-P-0025-0003 FDA Reduce the Precense of Salmonella Enteritidis in Shell Eggs - CLOSED FDA-1996-P-0025 FDA Notice NM-Notice of Meeting 2004-10-14T04:00:00Z 2004 10 2004-10-04T04:00:00Z   2008-05-16T22:19:55Z   0 0 09000064804fb26f
FDA-1996-P-0025-0002 FDA Reduce the Precense of Salmonella Enteritidis in Shell Eggs - CLOSED FDA-1996-P-0025 FDA Notice NPR-Notice of Proposed Rule-Making 2004-09-27T04:00:00Z 2004 9     2008-05-16T22:19:58Z   0 0 09000064804fb261
FDA-1996-P-0025-0001 FDA Reduce the Precense of Salmonella Enteritidis in Shell Eggs - CLOSED FDA-1996-P-0025 FDA Notice Notice of Availability 2001-09-18T04:00:00Z 2001 9 2001-09-18T04:00:00Z 2002-09-08T03:59:59Z 2016-05-31T16:17:22Z   0 0 09000064804faaa3

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 26.825ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API