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-2011-N-0510" 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 5

  • 2011 2
  • 2015 2
  • 2018 2
  • 2014 1
  • 2017 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-2011-N-0510-0013 FDA None FDA-2011-N-0510 Agency Information Collection Activities; Announcement of Office of Management and Budget Approvals Notice Notice of Approval 2018-06-19T04:00:00Z 2018 6 2018-06-19T04:00:00Z   2018-06-19T18:48:52Z 2018-13098 0 0 090000648342f635
FDA-2011-N-0510-0011 FDA None FDA-2011-N-0510 Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Substances Prohibited From Use in Animal Food or Feed Notice 30 Day Proposed Information Collection 2018-02-26T05:00:00Z 2018 2 2018-02-26T05:00:00Z 2018-03-29T03:59:59Z 2018-02-27T02:02:03Z 2018-03848 0 0 0900006482f61f2c
FDA-2011-N-0510-0006 FDA None FDA-2011-N-0510 Agency Information Collection Activities; Proposed Collection; Comment Request; Substances Prohibited From Use in Animal Food or Feed Notice 60 Day Proposed Information Collection 2017-11-03T04:00:00Z 2017 11 2017-11-03T04:00:00Z 2018-01-03T04:59:59Z 2018-01-03T02:01:34Z 2017-23948 0 0 0900006482c3e556
FDA-2011-N-0510-0005 FDA None FDA-2011-N-0510 Agency Information Collection Activities; Announcement of Office of Management and Budget Approval; Substances Prohibited From Use in Animal Food or Feed Notice Notice of Approval 2015-05-22T04:00:00Z 2015 5 2015-05-22T04:00:00Z   2015-05-22T15:37:12Z 2015-12404 0 0 0900006481af15a9
FDA-2011-N-0510-0004 FDA None FDA-2011-N-0510 Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Substances Prohibited From Use in Animal Food or Feed Notice 30 Day Proposed Information Collection 2015-03-09T04:00:00Z 2015 3 2015-03-09T04:00:00Z 2015-04-09T03:59:59Z 2015-03-09T13:48:11Z 2015-05356 0 0 0900006481a342ec
FDA-2011-N-0510-0003 FDA None FDA-2011-N-0510 Agency Information Collection Activities; Proposed Collection; Comment Request; Substances Prohibited From Use in Animal Food or Feed Notice 60 Day Proposed Information Collection 2014-11-21T05:00:00Z 2014 11 2014-11-21T05:00:00Z 2015-01-21T04:59:59Z 2014-11-25T03:01:11Z 2014-27518 0 0 090000648193d51f
FDA-2011-N-0510-0002 FDA None FDA-2011-N-0510 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Substances Prohibited from Use in Animal Food or Feed Notice General Notice 2011-10-19T04:00:00Z 2011 10 2011-10-19T04:00:00Z   2012-03-24T19:36:34Z 2011-27020 0 0 0900006480f55c46
FDA-2011-N-0510-0001 FDA None FDA-2011-N-0510 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Substances Prohibited From Use in Animal Food or Feed Notice General Notice 2011-07-28T04:00:00Z 2011 7 2011-07-28T04:00:00Z 2011-09-27T03:59:59Z 2011-07-28T13:20:55Z 2011-19139 0 0 0900006480ece2cd

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 4673.601ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API