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

4 rows where agency_id = "FDA", document_type = "Proposed Rule" and posted_year = 1997 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 1997 · 4 ✖

document_type 1

  • Proposed Rule · 4 ✖

agency_id 1

  • FDA · 4 ✖
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-0022-0019 FDA Over-the-Counter (OTC) External Analgesic Drug Products- OPEN FDA-1978-N-0022 Antifungal Drug Products for Over-the-Counter Human Use; External Analgesic Drug Products for Over-the-Counter Human Use; Skin Protectant Drug Products for Over-the-Counter Human Use; and Topical Antimicrobial Drug Products for Over-the-Counter Human Use; Reopening of Administrative Records Proposed Rule Notice of Proposed Rulemaking (NPRM) 1997-11-21T05:00:00Z 1997 11 1997-11-21T05:00:00Z 1998-02-18T04:59:59Z 2020-02-04T12:52:44Z 97-30410 0 0 090000648055ebe7
FDA-1978-N-0027-0004 FDA Skin Protectant Drugs for O. T. C. Human Use FDA-1978-N-0027 Antifungal Drug Products for Over-The-Counter Human Use; External Analgesic Drug Products for Over-The-Counter Human Use; Skin Protectant Drug Products for Over-The-Counter Human Use; and Topical Antimicrobial Drug Products for Over-The-Counter Human Use; Reopening of Administrative Records Proposed Rule Notice of Proposed Rulemaking (NPRM) 1997-11-21T05:00:00Z 1997 11 1997-11-19T05:00:00Z 1998-02-18T04:59:59Z 2019-08-01T15:43:51Z 97-30410 0 0 0900006480560ce9
FDA-1997-N-0020-0001 FDA Substances Generally Recognized as Safe (GRAS) - Closed FDA-1997-N-0020 Substances Generally Recognized as Safe; Proposed Rule Proposed Rule Notice of Proposed Rulemaking (NPRM) 1997-04-21T04:00:00Z 1997 4 1997-04-16T04:00:00Z 1997-07-17T03:59:59Z 2015-10-02T01:30:45Z 62FR18938 0 0 09000064805ca0a7
FDA-1996-N-0028-0001 FDA Current Good Manufacturing Practice in Manufacturing, Packing, or Holding Dietary Supplements FDA-1996-N-0028 Current Good Manufacturing Practice in Manufacturing, Packing, or Holding Dietary Supplements - Advance Notice of Proposed Rulemaking Proposed Rule NAP-Advanced Notice of Proposed Rulemaking 1997-02-06T05:00:00Z 1997 2 1997-02-06T05:00:00Z 1997-05-08T03:59:59Z 2009-09-11T16:48:29Z   0 0 09000064804fb6d8

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