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

10 rows where docket_id = "NRC-2020-0110" and posted_year = 2020 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2020 · 10 ✖

document_type 1

  • Notice 10

agency_id 1

  • NRC 10
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-2020-0110-0010 NRC Issuance of Multiple Exemptions in Response to COVID-19 Public Health Emergency NRC-2020-0110 Issuance of Multiple Exemptions in Response to COVID–19 Public Health Emergency Notice   2020-12-28T00:00:00Z 2020 12     2025-05-21T06:41:16Z 2020-28588 0 0 09000064849cc90b
NRC-2020-0110-0009 NRC Issuance of Multiple Exemptions in Response to COVID-19 Public Health Emergency NRC-2020-0110 Issuance of Multiple Exemptions in Response to COVID–19 Public Health Emergency Notice   2020-11-25T00:00:00Z 2020 11     2025-05-21T06:41:48Z 2020-26123 0 0 0900006484975892
NRC-2020-0110-0008 NRC Issuance of Multiple Exemptions in Response to COVID-19 Public Health Emergency NRC-2020-0110 Issuance of Multiple Exemptions in Response to COVID–19 Public Health Emergency Notice   2020-10-16T00:00:00Z 2020 10     2025-05-21T06:43:22Z 2020-22970 0 0 0900006484912f6f
NRC-2020-0110-0007 NRC Issuance of Multiple Exemptions in Response to COVID-19 Public Health Emergency NRC-2020-0110 Issuance of Multiple Exemptions in Response to COVID–19 Public Health Emergency Notice   2020-09-28T00:00:00Z 2020 9     2025-05-21T06:44:25Z 2020-21382 0 0 090000648488e439
NRC-2020-0110-0006 NRC Issuance of Multiple Exemptions in Response to COVID-19 Public Health Emergency NRC-2020-0110 In the Matter of LaCrosse Solutions, LLC; La Crosse Boiling Water Reactor Notice   2020-09-08T00:00:00Z 2020 9     2025-05-21T06:48:15Z 2020-19736 0 0 0900006484849920
NRC-2020-0110-0005 NRC Issuance of Multiple Exemptions in Response to COVID-19 Public Health Emergency NRC-2020-0110 Issuance of Multiple Exemptions in Response to COVID–19 Public Health Emergency Notice   2020-08-27T00:00:00Z 2020 8     2025-05-21T06:49:47Z 2020-18815 0 0 0900006484823b9e
NRC-2020-0110-0004 NRC Issuance of Multiple Exemptions in Response to COVID-19 Public Health Emergency NRC-2020-0110 Issuance of Multiple Exemptions in Response to COVID–19 Public Health Emergency Notice   2020-07-20T00:00:00Z 2020 7     2025-05-21T06:54:12Z 2020-15619 0 0 0900006484785cce
NRC-2020-0110-0003 NRC Issuance of Multiple Exemptions in Response to COVID-19 Public Health Emergency NRC-2020-0110 Issuance of Multiple Exemptions in Response to COVID–19 Public Health Emergency Notice   2020-07-13T00:00:00Z 2020 7     2025-05-21T06:54:15Z 2020-15046 0 0 0900006484744f81
NRC-2020-0110-0002 NRC Issuance of Multiple Exemptions in Response to COVID-19 Public Health Emergency NRC-2020-0110 Issuance of Multiple Exemptions in Response to COVID–19 Public Health Emergency Notice   2020-06-16T00:00:00Z 2020 6     2025-05-21T06:54:35Z 2020-12961 0 0 09000064846f2aa3
NRC-2020-0110-0001 NRC Issuance of Multiple Exemptions in Response to COVID-19 Public Health Emergency NRC-2020-0110 Energy Harbor Nuclear Corp.; Exelon Generation Company, LLC; NextEra Energy Seabrook, LLC; Arizona Public Service Company Notice   2020-05-12T00:00:00Z 2020 5     2025-05-21T06:54:41Z 2020-10138 0 0 09000064845cc70f

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