documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "NRC-2019-0032" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, comment_start_date, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 4
- Notice 2
- Other 2
- Supporting & Related Material 2
- Rule 1
agency_id 1
- NRC 7
| 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-0032-0009 | NRC | Pre-Application Communication and Scheduling for Accident Tolerant Fuel Submittals NRC-2019-0032 | Pre-Application Communication and Scheduling for Accident Tolerant Fuel Submittals | Rule | 2020-01-21T00:00:00Z | 2020 | 1 | 2025-05-21T06:56:36Z | 2020-00477 | 0 | 0 | 09000064842c8f4d | |||
| NRC-2019-0032-0008 | NRC | Pre-Application Communication and Scheduling for Accident Tolerant Fuel Submittals NRC-2019-0032 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: Pre-Application Communication and Scheduling for Accident Tolerant Fuel Submittals | Notice | 2019-06-10T00:00:00Z | 2019 | 6 | 2019-06-10T00:00:00Z | 2019-07-11T03:59:59Z | 2025-05-21T07:05:54Z | 2019-12107 | 0 | 0 | 0900006483cfb7bf | |
| NRC-2019-0032-0007 | NRC | Pre-Application Communication and Scheduling for Accident Tolerant Fuel Submittals NRC-2019-0032 | FOR COMMENT: Regulatory Issue Summary for Pre-Application Communication and Scheduling for Accident Tolerant Fuel Submittals | Supporting & Related Material | 2019-06-03T00:00:00Z | 2019 | 6 | 2025-05-21T07:06:06Z | 0 | 0 | 0900006483ce1c22 | ||||
| NRC-2019-0032-0006 | NRC | Pre-Application Communication and Scheduling for Accident Tolerant Fuel Submittals NRC-2019-0032 | Final supporting statement for Pre-Application Communication and Scheduling for Accident Tolerant Fuel Submittals | Supporting & Related Material | 2019-06-03T00:00:00Z | 2019 | 6 | 2025-05-21T07:06:06Z | 0 | 0 | 0900006483ce1c21 | ||||
| NRC-2019-0032-0003 | NRC | Pre-Application Communication and Scheduling for Accident Tolerant Fuel Submittals NRC-2019-0032 | Information Collection: Pre-Application Communication and Scheduling for Accident Tolerant Fuel Submittals | Notice | 2019-02-13T00:00:00Z | 2019 | 2 | 2019-02-13T00:00:00Z | 2019-04-16T03:59:59Z | 2025-05-21T07:06:58Z | 2019-02199 | 0 | 0 | 0900006483a6cc49 | |
| NRC-2019-0032-0001 | NRC | Pre-Application Communication and Scheduling for Accident Tolerant Fuel Submittals NRC-2019-0032 | DRAFT Regulatory Issue Summary for Pre-application Communications and Scheduling for Accident Tolerant Fuel Submittals | Other | 2019-01-28T00:00:00Z | 2019 | 1 | 2019-01-28T00:00:00Z | 2025-05-21T07:07:04Z | 0 | 0 | 0900006483a16b43 | |||
| NRC-2019-0032-0002 | NRC | Pre-Application Communication and Scheduling for Accident Tolerant Fuel Submittals NRC-2019-0032 | Draft Supporting Statement for Information Collections contained in Regulatory Issue Pre-application Communication and Scheduling for Accident Tolerant Fuel Submittals | Other | 2019-01-28T00:00:00Z | 2019 | 1 | 2019-01-28T00:00:00Z | 2025-05-21T07:07:04Z | 0 | 0 | 0900006483a16b44 |
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;