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

9 rows where docket_id = "NRC-2018-0019" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2018 9

document_type 1

  • Notice 9

agency_id 1

  • NRC 9
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
NRC-2018-0019-0009 NRC ACRS Subcommittee on Planning and Procedures Meetings (CY 2018) NRC-2018-0019 Advisory Committee on Reactor Safeguards; Meeting Notice   2018-12-26T00:00:00Z 2018 12     2025-05-21T07:07:07Z 2018-27846 0 0 09000064839c48ad
NRC-2018-0019-0008 NRC ACRS Subcommittee on Planning and Procedures Meetings (CY 2018) NRC-2018-0019 Meeting of the Advisory Committee on Reactor Safeguards (ACRS) Subcommittee on Planning and Procedures Notice   2018-12-04T00:00:00Z 2018 12     2025-05-21T07:07:11Z 2018-26226 0 0 090000648393952f
NRC-2018-0019-0007 NRC ACRS Subcommittee on Planning and Procedures Meetings (CY 2018) NRC-2018-0019 Meeting of the Advisory Committee on Reactor Safeguards (ACRS) Subcommittee on Planning and Procedures Notice   2018-11-02T00:00:00Z 2018 11     2025-05-21T07:07:28Z 2018-23986 0 0 0900006483882e0d
NRC-2018-0019-0006 NRC ACRS Subcommittee on Planning and Procedures Meetings (CY 2018) NRC-2018-0019 Meeting of the Advisory Committee on Reactor Safeguards (ACRS) Subcommittee on Planning and Procedures Notice   2018-09-26T00:00:00Z 2018 9     2025-05-21T07:08:00Z 2018-20852 0 0 0900006483773c95
NRC-2018-0019-0005 NRC ACRS Subcommittee on Planning and Procedures Meetings (CY 2018) NRC-2018-0019 Advisory Committee on Reactor Safeguards Subcommittee on Planning and Procedures Notice   2018-06-27T00:00:00Z 2018 6     2025-05-21T07:10:49Z 2018-13778 0 0 0900006483469004
NRC-2018-0019-0004 NRC ACRS Subcommittee on Planning and Procedures Meetings (CY 2018) NRC-2018-0019 Advisory Committee on Reactor Safeguards (ACRS); Meeting of the ACRS Subcommittee on Planning and Procedures; Notice of Meeting Notice   2018-06-05T00:00:00Z 2018 6     2025-05-21T07:10:59Z 2018-12023 0 0 090000648333c364
NRC-2018-0019-0003 NRC ACRS Subcommittee on Planning and Procedures Meetings (CY 2018) NRC-2018-0019 Advisory Committee on Reactor Safeguards (ACRS); Meeting of the ACRS Subcommittee on Planning and Procedures; Notice of Meeting Notice   2018-04-17T00:00:00Z 2018 4     2025-05-21T07:11:25Z 2018-07937 0 0 090000648314db01
NRC-2018-0019-0002 NRC ACRS Subcommittee on Planning and Procedures Meetings (CY 2018) NRC-2018-0019 Advisory Committee on Reactor Safeguards Subcommittee on Planning and Procedures; Meeting Notice   2018-02-22T00:00:00Z 2018 2 2018-02-22T00:00:00Z   2025-05-21T07:12:03Z 2018-03588 0 0 0900006482f51d87
NRC-2018-0019-0001 NRC ACRS Subcommittee on Planning and Procedures Meetings (CY 2018) NRC-2018-0019 Advisory Committee on Reactor Safeguards; Meeting of the ACRS Subcommittee on Planning and Procedures; Notice of Meeting Notice   2018-02-02T00:00:00Z 2018 2     2025-05-21T07:12:10Z 2018-02068 0 0 0900006482eb68f5

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