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

15 rows where docket_id = "FDA-2001-P-0123" and posted_year = 2006 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 14
  • Other 1

posted_year 1

  • 2006 · 15 ✖

agency_id 1

  • FDA 15
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-2001-P-0123-0029 FDA Switch Status of Emergency Contraceptives from Rx to OTC FDA-2001-P-0123 FDA Response to The Center for Reproductive Law & Policy - Petition Denial Other PDN-Petition Denial 2006-06-09T04:00:00Z 2006 6     2009-11-12T17:36:48Z   0 0 09000064804dd43c
FDA-2001-P-0123-0041 FDA Switch Status of Emergency Contraceptives from Rx to OTC FDA-2001-P-0123 Petition Response References Supporting & Related Material REF-Reference (internal unless indicated) 2006-06-09T04:00:00Z 2006 6     2008-04-25T02:19:40Z   0 0 09000064804dd449
FDA-2001-P-0123-0035 FDA Switch Status of Emergency Contraceptives from Rx to OTC FDA-2001-P-0123 Petition Response References Supporting & Related Material REF-Reference (internal unless indicated) 2006-06-09T04:00:00Z 2006 6     2008-04-25T02:08:50Z   0 0 09000064804dd442
FDA-2001-P-0123-0037 FDA Switch Status of Emergency Contraceptives from Rx to OTC FDA-2001-P-0123 Petition Response References Supporting & Related Material REF-Reference (internal unless indicated) 2006-06-09T04:00:00Z 2006 6     2008-04-25T02:22:28Z   0 0 09000064804dd444
FDA-2001-P-0123-0039 FDA Switch Status of Emergency Contraceptives from Rx to OTC FDA-2001-P-0123 Petition Response References Supporting & Related Material REF-Reference (internal unless indicated) 2006-06-09T04:00:00Z 2006 6     2008-04-25T02:08:50Z   0 0 09000064804dd446
FDA-2001-P-0123-0040 FDA Switch Status of Emergency Contraceptives from Rx to OTC FDA-2001-P-0123 Petition Response References Supporting & Related Material REF-Reference (internal unless indicated) 2006-06-09T04:00:00Z 2006 6     2008-04-25T02:14:21Z   0 0 09000064804dd448
FDA-2001-P-0123-0043 FDA Switch Status of Emergency Contraceptives from Rx to OTC FDA-2001-P-0123 Petition Response References Supporting & Related Material REF-Reference (internal unless indicated) 2006-06-09T04:00:00Z 2006 6     2008-04-25T02:08:50Z   0 0 09000064804dd44c
FDA-2001-P-0123-0034 FDA Switch Status of Emergency Contraceptives from Rx to OTC FDA-2001-P-0123 Petition Response References Supporting & Related Material REF-Reference (internal unless indicated) 2006-06-09T04:00:00Z 2006 6     2008-04-25T02:22:28Z   0 0 09000064804dd441
FDA-2001-P-0123-0042 FDA Switch Status of Emergency Contraceptives from Rx to OTC FDA-2001-P-0123 Petition Response References Supporting & Related Material REF-Reference (internal unless indicated) 2006-06-09T04:00:00Z 2006 6     2008-04-25T02:19:40Z   0 0 09000064804dd44a
FDA-2001-P-0123-0030 FDA Switch Status of Emergency Contraceptives from Rx to OTC FDA-2001-P-0123 Petition Response References Supporting & Related Material REF-Reference (internal unless indicated) 2006-06-09T04:00:00Z 2006 6     2008-04-25T02:05:59Z   0 0 09000064804dd43d
FDA-2001-P-0123-0031 FDA Switch Status of Emergency Contraceptives from Rx to OTC FDA-2001-P-0123 Petition Response References Supporting & Related Material REF-Reference (internal unless indicated) 2006-06-09T04:00:00Z 2006 6     2008-04-25T02:14:21Z   0 0 09000064804dd43e
FDA-2001-P-0123-0036 FDA Switch Status of Emergency Contraceptives from Rx to OTC FDA-2001-P-0123 Petition Response References Supporting & Related Material REF-Reference (internal unless indicated) 2006-06-09T04:00:00Z 2006 6     2008-04-25T02:08:50Z   0 0 09000064804dd443
FDA-2001-P-0123-0038 FDA Switch Status of Emergency Contraceptives from Rx to OTC FDA-2001-P-0123 Petition Response References Supporting & Related Material REF-Reference (internal unless indicated) 2006-06-09T04:00:00Z 2006 6     2008-04-25T02:08:50Z   0 0 09000064804dd445
FDA-2001-P-0123-0032 FDA Switch Status of Emergency Contraceptives from Rx to OTC FDA-2001-P-0123 Petition Response References Supporting & Related Material REF-Reference (internal unless indicated) 2006-06-09T04:00:00Z 2006 6     2008-04-25T02:06:00Z   0 0 09000064804dd43f
FDA-2001-P-0123-0033 FDA Switch Status of Emergency Contraceptives from Rx to OTC FDA-2001-P-0123 Petition Response References Supporting & Related Material REF-Reference (internal unless indicated) 2006-06-09T04:00:00Z 2006 6     2008-04-25T02:08:50Z   0 0 09000064804dd440

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