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-2008-0091" and posted_year = 2015 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

  • 2015 · 6 ✖

document_type 1

  • Notice 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-2008-0091-0011 NRC South Texas Project Nuclear Operating Co., Units 3 and 4 NRC-2008-0091 In the Matter of Nuclear Innovation North America LLC, Combined Licenses for South Texas Project, Units 3 and 4; Notice of Hearing; Correction Notice   2015-11-12T00:00:00Z 2015 11     2025-05-21T07:21:47Z 2015-28767 0 0 0900006481d38549
NRC-2008-0091-0010 NRC South Texas Project Nuclear Operating Co., Units 3 and 4 NRC-2008-0091 In the Matter of Nuclear Innovation North America LLC; Combined Licenses for South Texas Project, Units 3 and 4; Notice of Hearing Notice   2015-10-13T00:00:00Z 2015 10     2025-05-21T07:22:05Z 2015-25892 0 0 0900006481cc430c
NRC-2008-0091-0009 NRC South Texas Project Nuclear Operating Co., Units 3 and 4 NRC-2008-0091 Nuclear Innovation North America LLC; South Texas Project, Units 3 and 4; Availability of Combined License Application Notice   2015-05-12T00:00:00Z 2015 5     2025-05-21T07:29:35Z 2015-11549 0 0 0900006481adb514
NRC-2008-0091-0008 NRC South Texas Project Nuclear Operating Co., Units 3 and 4 NRC-2008-0091 Nuclear Innovation North America LLC; South Texas Project, Units 3 and 4; Availability of Combined License Application Notice   2015-05-06T00:00:00Z 2015 5     2025-05-21T07:29:38Z 2015-10492 0 0 0900006481ad0080
NRC-2008-0091-0007 NRC South Texas Project Nuclear Operating Co., Units 3 and 4 NRC-2008-0091 Nuclear Innovation North America LLC; South Texas Project, Units 3 and 4; Availability of Combined License Application Notice   2015-04-28T00:00:00Z 2015 4     2025-05-21T07:29:40Z 2015-09904 0 0 0900006481abf098
NRC-2008-0091-0006 NRC South Texas Project Nuclear Operating Co., Units 3 and 4 NRC-2008-0091 Nuclear Innovation North America LLC; South Texas Project, Units 3 and 4; Availability of Combined License Application Notice   2015-04-23T00:00:00Z 2015 4     2025-05-21T07:29:42Z 2015-09517 0 0 0900006481ab5e4e

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