documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "NRC-2001-0010" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
- Proposed Rule 3
- Rule 2
- Other 1
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-2001-0010-0054 | NRC | Early Site Permits, Standard Design Certifications, and Combined Licenses for Nuclear Power Plants (Licenses, Certifications and Approvals for Nuclear Power Plants) NRC-2001-0010 | Federal Register Notice - Licenses, Certifications, and Approvals for Nuclear Power Plants; Correction | Rule | Correction | 2008-06-03T00:00:00Z | 2008 | 6 | 2025-05-21T09:12:59Z | E8-12345 | 0 | 0 | 090000648060de2d | ||
| NRC-2001-0010-0036 | NRC | Early Site Permits, Standard Design Certifications, and Combined Licenses for Nuclear Power Plants (Licenses, Certifications and Approvals for Nuclear Power Plants) NRC-2001-0010 | Federal Register Notice - Licenses, Certifications, and Approvals for Nuclear Power Plants | Rule | Final Rule | 2007-08-28T10:22:12Z | 2007 | 8 | 2025-05-21T09:14:30Z | 0 | 0 | 09000064803c4e49 | |||
| NRC-2001-0010-0035 | NRC | Early Site Permits, Standard Design Certifications, and Combined Licenses for Nuclear Power Plants (Licenses, Certifications and Approvals for Nuclear Power Plants) NRC-2001-0010 | Federal Register Notice - Supplemental Proposed Rule: Licenses, Certifications, and Approvals for Nuclear Power Plants | Proposed Rule | 2006-10-17T12:47:55Z | 2006 | 10 | 2006-10-17T12:47:55Z | 2006-11-17T04:59:59Z | 2025-05-21T09:19:11Z | 0 | 0 | 09000064803c4e48 | ||
| NRC-2001-0010-0012 | NRC | Early Site Permits, Standard Design Certifications, and Combined Licenses for Nuclear Power Plants (Licenses, Certifications and Approvals for Nuclear Power Plants) NRC-2001-0010 | Federal Register Notice - Licenses, Certifications, and Approvals for Nuclear Power Plants | Proposed Rule | 2006-03-13T12:40:02Z | 2006 | 3 | 2006-03-13T12:40:02Z | 2006-05-31T03:59:59Z | 2025-05-21T09:19:47Z | 0 | 0 | 09000064803c4e27 | ||
| NRC-2001-0010-0056 | NRC | Early Site Permits, Standard Design Certifications, and Combined Licenses for Nuclear Power Plants (Licenses, Certifications and Approvals for Nuclear Power Plants) NRC-2001-0010 | Federal Register Notice - Early Site Permits, Standard Design Certifications, and Combined Licenses for Nuclear Power Plants | Proposed Rule | 2003-07-03T15:54:34Z | 2003 | 7 | 2003-07-03T15:54:34Z | 2003-09-17T03:59:59Z | 2025-05-21T09:20:49Z | 0 | 0 | 090000648061d272 | ||
| NRC-2001-0010-0055 | NRC | Early Site Permits, Standard Design Certifications, and Combined Licenses for Nuclear Power Plants (Licenses, Certifications and Approvals for Nuclear Power Plants) NRC-2001-0010 | Federal Register Notice - Early Site Permits; Standard Design Certifications; and Combined Licenses for Nuclear Power Plants; Availability of Draft Rule Wording | Other | Draft Rulemaking Language | 2001-09-27T15:33:40Z | 2001 | 9 | 2001-09-27T15:33:40Z | 2001-11-12T04:59:59Z | 2025-05-21T09:20:52Z | 0 | 0 | 090000648061d1a4 |
Advanced export
JSON shape: default, array, newline-delimited, object
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;