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-2023-N-0937" and posted_year = 2024 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 7
  • Rule 1

posted_year 1

  • 2024 · 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-2023-N-0937-0073 FDA None FDA-2023-N-0937 Revocation of Authorization for Use of Brominated Vegetable Oil in Food Rule Final Rule 2024-07-03T04:00:00Z 2024 7 2024-07-03T04:00:00Z   2024-07-03T12:46:26Z 2024-14300 0 0 09000064865d8a29
FDA-2023-N-0937-0067 FDA None FDA-2023-N-0937 Tab B - BVO NPRM - comparison OMB original to final Supporting & Related Material Background Material 2024-01-02T05:00:00Z 2024 1     2024-01-02T15:07:15Z   0 0 0900006486369730
FDA-2023-N-0937-0066 FDA None FDA-2023-N-0937 Tab A - BVO PRIA - original to OMB Supporting & Related Material Background Material 2024-01-02T05:00:00Z 2024 1     2024-01-02T15:07:12Z   0 0 090000648636972f
FDA-2023-N-0937-0064 FDA None FDA-2023-N-0937 Memorandum to FDA DMS from FDA Regulations Policy and Management Staff Supporting & Related Material Memorandum 2024-01-02T05:00:00Z 2024 1     2024-01-02T15:07:05Z   0 0 090000648636972d
FDA-2023-N-0937-0065 FDA None FDA-2023-N-0937 Tab A - BVO NPRM - original to OMB Supporting & Related Material Background Material 2024-01-02T05:00:00Z 2024 1     2024-01-02T15:07:08Z   0 0 090000648636972e
FDA-2023-N-0937-0069 FDA None FDA-2023-N-0937 Tab C - BVO NPRM - final to OMB Supporting & Related Material Background Material 2024-01-02T05:00:00Z 2024 1     2024-01-02T15:07:22Z   0 0 0900006486369732
FDA-2023-N-0937-0070 FDA None FDA-2023-N-0937 Tab C - BVO PRIA- final to OMB Supporting & Related Material Background Material 2024-01-02T05:00:00Z 2024 1     2024-01-02T15:07:26Z   0 0 0900006486369733
FDA-2023-N-0937-0068 FDA None FDA-2023-N-0937 Tab B - BVO PRIA - comparison OMB original to final Supporting & Related Material Background Material 2024-01-02T05:00:00Z 2024 1     2024-01-02T15:07:19Z   0 0 0900006486369731

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