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

11 rows where docket_id = "FDA-1978-N-0344" and posted_year = 2014 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 4

  • Other 6
  • Supporting & Related Material 3
  • Notice 1
  • Proposed Rule 1

posted_year 1

  • 2014 · 11 ✖

agency_id 1

  • FDA 11
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-1978-N-0344-0011 FDA Hydrazine - CLOSED FDA-1978-N-0344 Memorandum from FDA/CFSAN Dated February 10, 1978 Other Memorandum 2014-08-04T04:00:00Z 2014 8 2014-08-04T04:00:00Z   2014-08-04T14:49:00Z   0 0 090000648056e34a
FDA-1978-N-0344-0007 FDA Hydrazine - CLOSED FDA-1978-N-0344 Memorandum from FDA/CFSAN Dated November 6, 1978 Other Memorandum 2014-08-04T04:00:00Z 2014 8 2014-08-04T04:00:00Z   2014-08-04T14:00:41Z   0 0 090000648056e346
FDA-1978-N-0344-0002 FDA Hydrazine - CLOSED FDA-1978-N-0344 Environmental Impact Analysis Report and Environment Impact Assessment Supporting & Related Material Environmental Impact Analysis Report 2014-08-04T04:00:00Z 2014 8     2014-08-04T13:36:22Z   0 0 090000648056e340
FDA-1978-N-0344-0008 FDA Hydrazine - CLOSED FDA-1978-N-0344 Memorandum from FDA/CFSAN Dated November 6, 1978 Other Memorandum 2014-08-04T04:00:00Z 2014 8 2014-08-04T04:00:00Z   2014-08-04T14:03:52Z   0 0 090000648056e347
FDA-1978-N-0344-0013 FDA Hydrazine - CLOSED FDA-1978-N-0344 Withdrawal of Certain Pre-1986 Proposed Rules; Final Action; Withdrawal of Proposed Rules Notice Withdrawal 2014-08-04T04:00:00Z 2014 8 2014-08-04T04:00:00Z   2014-08-04T15:12:24Z   0 0 090000648056e34d
FDA-1978-N-0344-0003 FDA Hydrazine - CLOSED FDA-1978-N-0344 Economic Impact Assessment of FDA Proposed Regulation Governing the Use of Hydrazine as a Food Additive Supporting & Related Material Economic Assessment 2014-08-04T04:00:00Z 2014 8     2014-08-04T13:40:53Z   0 0 090000648056e342
FDA-1978-N-0344-0010 FDA Hydrazine - CLOSED FDA-1978-N-0344 Memorandum from FDA/CFSAN Dated July 12, 1977 Other Memorandum 2014-08-04T04:00:00Z 2014 8 2014-08-04T04:00:00Z   2014-08-04T14:40:53Z   0 0 090000648056e349
FDA-1978-N-0344-0001 FDA Hydrazine - CLOSED FDA-1978-N-0344 Hydrazine Proposed Removal from Food Additive Use; Proposed Rule Proposed Rule Notice of Proposed Rulemaking (NPRM) 2014-08-04T04:00:00Z 2014 8 2014-08-04T04:00:00Z 1979-08-14T03:59:59Z 2014-08-04T13:32:13Z   0 0 090000648056e343
FDA-1978-N-0344-0012 FDA Hydrazine - CLOSED FDA-1978-N-0344 IARC Monographs on the Evaluation of the Carcinogenic Risk of Chemical To Man Supporting & Related Material Background Material 2014-08-04T04:00:00Z 2014 8     2014-08-04T15:05:22Z   0 0 090000648056e34c
FDA-1978-N-0344-0009 FDA Hydrazine - CLOSED FDA-1978-N-0344 Memorandum from FDA/CFSAN Dated May 5, 1977 Other Memorandum 2014-08-04T04:00:00Z 2014 8 2014-08-04T04:00:00Z   2014-08-04T14:07:35Z   0 0 090000648056e348
FDA-1978-N-0344-0006 FDA Hydrazine - CLOSED FDA-1978-N-0344 Memorandum from FDA/CFSAN Dated June 24, 1977 Other Memorandum 2014-08-04T04:00:00Z 2014 8 2014-08-04T04:00:00Z   2014-08-04T13:56:28Z   0 0 090000648056e345

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