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

6 rows where docket_id = "NRC-2019-0073" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Notice 4
  • Other 2

posted_year 1

  • 2019 6

agency_id 1

  • NRC 6
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-2019-0073-0054 NRC Agency Activities in Response to a Portion of the Nuclear Energy Innovation and Modernization Act NRC-2019-0073 Comment (24) of L. Stanton Hales on Agency Activities in Response to a Portion of the Nuclear Energy Innovation and Modernization Act Other   2019-12-18T00:00:00Z 2019 12 2019-12-18T00:00:00Z   2025-05-21T06:56:46Z   0 0 0900006484229311
NRC-2019-0073-0036 NRC Agency Activities in Response to a Portion of the Nuclear Energy Innovation and Modernization Act NRC-2019-0073 Stakeholder Input on Best Practices for Establishment and Operation of Local Community Advisory Boards in Response to a Portion of the Nuclear Energy Innovation and Modernization Act; Reopening of Comment Period Notice   2019-11-18T00:00:00Z 2019 11 2019-11-18T00:00:00Z 2019-12-07T04:59:59Z 2025-05-21T06:57:02Z 2019-24923 0 0 090000648417136e
NRC-2019-0073-0032 NRC Agency Activities in Response to a Portion of the Nuclear Energy Innovation and Modernization Act NRC-2019-0073 Comment (2) of W. Donald Hudson, Jr. on Agency Activities in Response to a Portion of the Nuclear Energy Innovation and Modernization Act. Other   2019-11-01T04:00:00Z 2019 11 2019-11-01T04:00:00Z   2019-11-01T11:18:01Z   0 0 0900006484113b3a
NRC-2019-0073-0030 NRC Agency Activities in Response to a Portion of the Nuclear Energy Innovation and Modernization Act NRC-2019-0073 Stakeholder Input on Best Practices for Establishment and Operation of Local Community Advisory Boards in Response to a Portion of the Nuclear Energy Innovation and Modernization Act Notice   2019-09-27T00:00:00Z 2019 9 2019-09-27T00:00:00Z 2019-11-16T04:59:59Z 2025-05-21T06:59:50Z 2019-21012 0 0 0900006483fdd92d
NRC-2019-0073-0029 NRC Agency Activities in Response to a Portion of the Nuclear Energy Innovation and Modernization Act NRC-2019-0073 Public Meetings To Discuss Best Practices for Establishment and Operation of Local Community Advisory Boards in Response to a Portion of the Nuclear Energy Innovation and Modernization Act Notice   2019-07-05T00:00:00Z 2019 7     2025-05-21T07:04:35Z 2019-14363 0 0 0900006483d60878
NRC-2019-0073-0001 NRC Agency Activities in Response to a Portion of the Nuclear Energy Innovation and Modernization Act NRC-2019-0073 Agency Activities in Response to a Portion of the Nuclear Energy Innovation and Modernization Act Notice   2019-03-18T00:00:00Z 2019 3 2019-03-18T00:00:00Z 2019-04-18T03:59:59Z 2025-05-21T07:06:49Z 2019-04960 0 0 0900006483af66f6

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