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

8 rows where docket_id = "FDA-2007-D-0369" and posted_year = 2018 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2018 · 8 ✖

document_type 1

  • Notice 8

agency_id 1

  • FDA 8
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-2007-D-0369-0459 FDA None FDA-2007-D-0369 Product-Specific Guidance for Linaclotide; Draft Guidance for Industry Notice Notice of Availability 2018-12-28T05:00:00Z 2018 12 2018-12-28T05:00:00Z 2019-02-27T04:59:59Z 2019-02-27T02:04:39Z 2018-28213 0 0 09000064839cbf71
FDA-2007-D-0369-0456 FDA None FDA-2007-D-0369 Product-Specific Guidances; Draft and Revised Draft Guidances for Industry; Availability Notice Notice of Availability 2018-11-29T05:00:00Z 2018 11 2018-11-29T05:00:00Z 2019-01-29T04:59:59Z 2024-11-12T22:50:12Z 2018-25950 1 0 090000648390c07a
FDA-2007-D-0369-0451 FDA None FDA-2007-D-0369 Product-Specific Guidance; Revised Draft Guidance for Industry on Sucralfate; Reopening of Comment Period Notice Request for Comments 2018-10-26T04:00:00Z 2018 10 2018-10-26T04:00:00Z 2018-12-27T04:59:59Z 2024-11-07T01:05:30Z 2018-23386 1 0 09000064838556fe
FDA-2007-D-0369-0450 FDA None FDA-2007-D-0369 Product-Specific Guidances; Draft and Revised Draft Guidances for Industry; Availability Notice Notice of Availability 2018-10-10T04:00:00Z 2018 10 2018-10-10T04:00:00Z 2018-12-11T04:59:59Z 2018-11-16T02:02:06Z 2018-21957 0 0 09000064837b545e
FDA-2007-D-0369-0444 FDA None FDA-2007-D-0369 Product-Specific Guidances; Draft and Revised Draft Guidances for Industry; Availability Notice Notice of Availability 2018-09-14T04:00:00Z 2018 9 2018-09-14T04:00:00Z 2018-11-14T04:59:59Z 2018-11-14T02:07:13Z 2018-20018 0 0 09000064836ed340
FDA-2007-D-0369-0441 FDA None FDA-2007-D-0369 Product-Specific Guidances; Draft and Revised Draft Guidances for Industry; Availability Notice Notice of Availability 2018-07-23T04:00:00Z 2018 7 2018-07-23T04:00:00Z 2018-09-22T03:59:59Z 2024-11-07T23:53:58Z 2018-15735 1 0 09000064835362a4
FDA-2007-D-0369-0438 FDA None FDA-2007-D-0369 Product-Specific Guidance for Doxycycline Hyclate; Revised Draft Guidance for Industry; Availability Notice Notice of Availability 2018-03-29T04:00:00Z 2018 3 2018-03-29T04:00:00Z 2018-05-30T03:59:59Z 2018-03-29T13:40:58Z 2018-06253 0 0 0900006483061a7c
FDA-2007-D-0369-0436 FDA None FDA-2007-D-0369 Product-Specific Guidances; Draft and Revised Draft Guidances for Industry; Availability Notice Notice of Availability 2018-02-09T05:00:00Z 2018 2 2018-02-09T05:00:00Z 2018-04-11T03:59:59Z 2018-04-04T01:01:57Z 2018-02667 0 0 0900006482f05fa5

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