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

8 rows where docket_id = "FDA-2009-N-0505" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 6

  • 2014 2
  • 2017 2
  • 2009 1
  • 2010 1
  • 2015 1
  • 2018 1

document_type 1

  • Notice 8

agency_id 1

  • FDA 8
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-2009-N-0505-0013 FDA None FDA-2009-N-0505 Agency Information Collection Activities; Announcement of Office of Management and Budget Approvals Notice Notice of Approval 2018-03-22T04:00:00Z 2018 3 2018-03-22T04:00:00Z   2018-03-22T14:42:39Z 2018-05797 0 0 090000648303f531
FDA-2009-N-0505-0011 FDA None FDA-2009-N-0505 Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Recordkeeping and Reporting Requirements for Human Food and Cosmetics Manufactured From, Processed With, or Otherwise Containing Material From Cattle Notice 30 Day Proposed Information Collection 2017-11-29T05:00:00Z 2017 11 2017-11-29T05:00:00Z 2017-12-30T04:59:59Z 2017-11-30T02:03:20Z 2017-25767 0 0 0900006482cbbc73
FDA-2009-N-0505-0007 FDA None FDA-2009-N-0505 Agency Information Collection Activities; Proposed Collection; Comment Request; Recordkeeping and Reporting Requirements for Human Food and Cosmetics Manufactured From, Processed With, or Otherwise Containing Material From Cattle Notice 60 Day Proposed Information Collection 2017-06-15T04:00:00Z 2017 6 2017-06-15T04:00:00Z 2017-08-15T03:59:59Z 2017-11-24T12:25:03Z 2017-12448 0 0 09000064826dbc2e
FDA-2009-N-0505-0006 FDA None FDA-2009-N-0505 Agency Information Collection Activities; Announcement of Office of Management and Budget Approval; Reporting and Recordkeeping Requirements for Human Food and Cosmetics Manufactured From, Processed With, or Otherwise Containing, Material From Cattle Notice Notice of Approval 2015-01-12T05:00:00Z 2015 1 2015-01-12T05:00:00Z   2015-01-12T18:52:52Z 2015-00204 0 0 09000064819c1821
FDA-2009-N-0505-0004 FDA None FDA-2009-N-0505 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Human Food and Cosmetics Manufactured From, Processed With, or Otherwise Containing Material from Cattle Notice 30 Day Proposed Information Collection 2014-09-26T04:00:00Z 2014 9 2014-09-26T04:00:00Z 2014-10-28T03:59:59Z 2014-12-18T22:23:07Z 2014-22982 0 0 0900006481892c54
FDA-2009-N-0505-0003 FDA None FDA-2009-N-0505 Agency Information Collection Activities; Proposed Collection; Comment Request; Recordkeeping and Reporting Requirements for Human Food and Cosmetics Manufactured From, Processed With, or Otherwise Containing Material From Cattle Notice 60 Day Proposed Information Collection 2014-08-01T04:00:00Z 2014 8 2014-08-01T04:00:00Z 2014-10-01T03:59:59Z 2014-12-18T22:26:39Z 2014-18109 0 0 09000064817f5046
FDA-2009-N-0505-0002 FDA None FDA-2009-N-0505 Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Recordkeeping and Reporting Requirements for Human Food and Cosmetics Manufactured From, Processed With, or Otherwise Containing, Material From Cattle Notice N-Notice 2010-01-26T05:00:00Z 2010 1     2010-01-26T16:10:26Z 2010-01436 0 0 0900006480a83da8
FDA-2009-N-0505-0001 FDA None FDA-2009-N-0505 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice N-Notice 2009-10-23T04:00:00Z 2009 10 2009-10-23T04:00:00Z 2009-12-23T04:59:59Z 2009-10-23T18:02:07Z E9-25537 0 0 0900006480a49b08

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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 3309.344ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API