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-2011-N-0146" and posted_year = 2013 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Proposed Rule 4
  • Other 2

posted_year 1

  • 2013 · 6 ✖

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-2011-N-0146-0039 FDA None FDA-2011-N-0146 Accreditation of Third-Party Auditors/Certification Bodies to Conduct Food Safety Audits and to Issue Certifications; Extension of Comment Periods Proposed Rule Extension of Comment Period 2013-11-20T05:00:00Z 2013 11 2013-11-20T05:00:00Z 2014-01-28T04:59:59Z 2014-11-12T15:25:43Z 2013-27644 0 0 090000648148bc0e
FDA-2011-N-0146-0038 FDA None FDA-2011-N-0146 OMB Review of Proposed Rule re Executive Order 12866 Accreditation of Third-Party Auditors/Certification Bodies to Conduct Food Safety Audits and to Issue Certifications (Proposed Rule); July 29, 2013 - Memorandum Other Memorandum 2013-10-18T04:00:00Z 2013 10 2013-10-18T04:00:00Z   2013-10-18T16:08:42Z   0 0 0900006481453f5b
FDA-2011-N-0146-0035 FDA None FDA-2011-N-0146 The Pet Food Institute - Request for Extension of Comment Period Other Request for Extension 2013-10-17T04:00:00Z 2013 10     2013-10-18T14:59:01Z   0 0 090000648144da8e
FDA-2011-N-0146-0030 FDA None FDA-2011-N-0146 Food and Drug Administration Food Safety Modernization Act: Proposed Rules on Foreign Supplier Verification Programs and the Accreditation of Third-Party Auditors/Certification Bodies; Public Meetings Proposed Rule Public Meeting 2013-09-18T04:00:00Z 2013 9 2013-09-18T04:00:00Z   2013-09-18T14:57:00Z 2013-22655 0 0 090000648142a07f
FDA-2011-N-0146-0027 FDA None FDA-2011-N-0146 Food and Drug Administration Food Safety Modernization Act: Proposed Rules on Foreign Supplier Verification Programs and the Accreditation of Third-Party Auditors/Certification Bodies; Public Meeting Proposed Rule Public Meeting 2013-08-16T04:00:00Z 2013 8 2013-08-16T04:00:00Z   2013-09-04T18:04:49Z 2013-19961 0 0 09000064813b5836
FDA-2011-N-0146-0024 FDA None FDA-2011-N-0146 Accreditation of Third-Party Auditors/Certification Bodies to Conduct Food Safety Audits and to Issue Certifications Proposed Rule Notice of Proposed Rulemaking (NPRM) 2013-07-29T04:00:00Z 2013 7 2013-07-29T04:00:00Z 2013-11-27T04:59:59Z 2014-09-13T01:06:47Z 2013-17994 0 0 09000064813823a9

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