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

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

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2000 · 10 ✖

document_type 1

  • Proposed Rule · 10 ✖

agency_id 1

  • FDA · 10 ✖
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-2000-N-0143-0001 FDA Proposed Revision of Postmarketing Reporting Requirements FDA-2000-N-0143 Applications for FDA Approval to Market a New Drug; Proposed Revision of Postmarketing Reporting Requirements Proposed Rule Notice of Proposed Rulemaking (NPRM) 2000-11-08T05:00:00Z 2000 11 2000-11-07T05:00:00Z 2001-02-06T04:59:59Z 2025-06-13T00:25:01Z 00-28519 0 0 09000064804d0dc5
FDA-2000-N-0072-0001 FDA Labeling of Menstrual Tampons: Ranges of Absorbency-Closed FDA-2000-N-0072 Medical Devices; Labeling for Menstrual Tampons; Ranges of Absorbency, Change From ‘‘Junior’’ to ‘‘Light’’ Proposed Rule Notice of Proposed Rulemaking (NPRM) 2000-10-24T04:00:00Z 2000 10 2000-10-18T04:00:00Z 2001-01-17T04:59:59Z 2025-06-13T00:08:59Z 00–26249 0 0 09000064804b0271
FDA-2000-N-0142-0002 FDA Labeling Requirements for Systemic Antibacterial Drug Products FDA-2000-N-0142 Notice of Proposed Rule re Labeling Requirements for Systemic Antibacterial Drug Products Intended for Human Use Proposed Rule Notice of Proposed Rulemaking (NPRM) 2000-09-25T04:00:00Z 2000 9 2000-09-25T04:00:00Z 2000-12-05T04:59:59Z 2015-05-14T14:36:10Z   0 0 09000064804d0d36
FDA-2000-N-0142-0001 FDA Labeling Requirements for Systemic Antibacterial Drug Products FDA-2000-N-0142 Notice of Proposed Rule Labeling Requirements for Systemic Antibacterial Drug Products Intended for Human Use Proposed Rule Notice of Proposed Rulemaking (NPRM) 2000-09-25T04:00:00Z 2000 9 2000-09-19T04:00:00Z 2000-12-05T04:59:59Z 2015-05-14T14:12:46Z   0 0 09000064804d0d1e
FDA-2000-N-0158-0001 FDA Revision of the Identification of the Ionotophoresis FDA-2000-N-0158 Physical Medicine Devices; Revision of the Identification of the Ionotophoresis Device Proposed Rule Notice of Proposed Rulemaking (NPRM) 2000-09-01T04:00:00Z 2000 9 2000-08-22T04:00:00Z 2000-11-21T04:59:59Z 2025-06-11T23:53:28Z 00-21251 0 0 09000064804d1701
FDA-2000-N-0043-0001 FDA Presubmission Conferences - CLOSED FDA-2000-N-0043 Presubmission Conferences; Proposed Rule Proposed Rule Notice of Proposed Rulemaking (NPRM) 2000-08-28T04:00:00Z 2000 8 2000-08-25T04:00:00Z 2000-11-09T04:59:59Z 2025-06-11T23:17:01Z 00-21692 0 0 09000064804aefc3
FDA-2000-N-0043-0002 FDA Presubmission Conferences - CLOSED FDA-2000-N-0043 Presubmission Conferences; Proposed Rule Proposed Rule Notice of Proposed Rulemaking (NPRM) 2000-08-28T04:00:00Z 2000 8 2000-08-25T04:00:00Z 2000-11-09T04:59:59Z 2025-06-11T23:17:59Z 00-21692 0 0 09000064804aefc7
FDA-1999-N-0036-0001 FDA Food Contact Substance Notification System FDA-1999-N-0036 Notice of Proposed Rulemaking re Food Additives: Food Contact Substance Notification System Proposed Rule Notice of Proposed Rulemaking (NPRM) 2000-07-19T04:00:00Z 2000 7 2000-07-12T04:00:00Z   2024-10-04T21:49:09Z 64FR61648 0 0 09000064804a5d57
FDA-1985-N-0022-0011 FDA Drug Price Competition & Patent Term Restoration ACT 1984 FDA-1985-N-0022 Notice of Proposed Rulemaking re Drug Price Competition & Patent Term Restoration ACT 1984 Proposed Rule Notice of Proposed Rulemaking (NPRM) 2000-07-18T04:00:00Z 2000 7 2000-07-18T04:00:00Z 2000-10-12T03:59:59Z 2016-02-29T21:14:43Z   0 0 09000064805b3c2f
FDA-1985-N-0022-0012 FDA Drug Price Competition & Patent Term Restoration ACT 1984 FDA-1985-N-0022 Notice of Proposed Rulemaking re Drug Price Competition & Patent Term Restoration ACT 1984 Proposed Rule Notice of Proposed Rulemaking (NPRM) 2000-07-18T04:00:00Z 2000 7 2000-07-18T04:00:00Z 2000-10-12T03:59:59Z 2016-03-01T15:36:19Z   0 0 09000064805b3c30

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