documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where docket_id = "NRC-2010-0131" and document_type = "Other" sorted by posted_date descending
This data as json, CSV (advanced)
| 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-2010-0131-0106 | NRC | AP1000 Design Certification Amendment NRC-2010-0131 | Letter from Chairman Gregory B. Jaczko to Rep. Markey Responding to August 1, 2011 Letter Regarding AP1000 Design Certification | Other | 2012-03-21T00:00:00Z | 2012 | 3 | 2012-03-21T00:00:00Z | 2025-05-21T08:48:22Z | 0 | 0 | 0900006480fdcefd | |||
| NRC-2010-0131-0100 | NRC | AP1000 Design Certification Amendment NRC-2010-0131 | Commission Memorandum and Order (CLI-11-05) regarding AP1000 Design Certification Amendment | Other | 2011-09-09T00:00:00Z | 2011 | 9 | 2011-09-09T00:00:00Z | 2025-05-21T08:51:53Z | 0 | 0 | 0900006480f14771 | |||
| NRC-2010-0131-0099 | NRC | AP1000 Design Certification Amendment NRC-2010-0131 | Response to Edward J. Markey 03/07/2011 Letter from Chairman Gregory Jaczko Regarding AP1000 Reactor Design Certification and Safety Concerns | Other | 2011-09-07T00:00:00Z | 2011 | 9 | 2011-09-07T00:00:00Z | 2025-05-21T08:51:54Z | 0 | 0 | 0900006480f13445 | |||
| NRC-2010-0131-0096 | NRC | AP1000 Design Certification Amendment NRC-2010-0131 | 2011/08/16-Letter from Chairman Gregory B. Jaczko to Rep. Jason Altmire, et. al. Regarding AP1000 Design Certification | Other | 2011-09-02T00:00:00Z | 2011 | 9 | 2011-09-02T00:00:00Z | 2025-05-21T08:51:55Z | 0 | 0 | 0900006480f0eca5 | |||
| NRC-2010-0131-0090 | NRC | AP1000 Design Certification Amendment NRC-2010-0131 | 2011/06/16-Petition to Terminate the Rulemaking on Design Certification of the AP1000 Reactor and Declare It Null and Void from John Runkle | Other | 2011-07-07T00:00:00Z | 2011 | 7 | 2011-07-07T00:00:00Z | 2025-05-21T08:52:20Z | 0 | 0 | 0900006480ebabd9 | |||
| NRC-2010-0131-0089 | NRC | AP1000 Design Certification Amendment NRC-2010-0131 | 2011/06/17- Memorandum to Docket Files from Andrew L. Bates, Acting Secretary Regarding Comment Collection for the AP1000 Design Certification Amendment | Other | 2011-06-17T00:00:00Z | 2011 | 6 | 2025-05-21T08:52:24Z | 0 | 0 | 0900006480e52168 | ||||
| NRC-2010-0131-0026 | NRC | AP1000 Design Certification Amendment NRC-2010-0131 | Memorandum of the Secretary Addressing Multiple Requests for Extension of the AP1000 Proposed Rule | Other | 2011-05-10T00:00:00Z | 2011 | 5 | 2011-05-10T00:00:00Z | 2025-05-21T08:52:37Z | 0 | 0 | 0900006480c68184 | |||
| NRC-2010-0131-0024 | NRC | AP1000 Design Certification Amendment NRC-2010-0131 | 2011/04/20-Petition to Suspend AP1000 Design Certification with Makhijani Declaration, submitted by John D. Runkle | Other | 2011-04-27T00:00:00Z | 2011 | 4 | 2011-04-27T00:00:00Z | 2025-05-21T08:52:41Z | 0 | 0 | 0900006480c3b235 | |||
| NRC-2010-0131-0023 | NRC | AP1000 Design Certification Amendment NRC-2010-0131 | 2011/04/19-Petition to Suspend AP1000 Design Certification and Supports a Request to Extend the Rulemaking Process for at Least Six Months, submitted by John D. Runkle | Other | 2011-04-27T00:00:00Z | 2011 | 4 | 2011-04-27T00:00:00Z | 2025-05-21T08:52:41Z | 0 | 0 | 0900006480c3b234 | |||
| NRC-2010-0131-0025 | NRC | AP1000 Design Certification Amendment NRC-2010-0131 | Order Regarding Petition to Suspend All Pending Reactor Licensing Decisions and Related Rulemaking Decisions Pending Investigation of Lessons Learned from Fukushima Daiichi Nuclear Power Station Accident | Other | 2011-04-27T00:00:00Z | 2011 | 4 | 2011-04-27T00:00:00Z | 2025-05-21T08:52:41Z | 0 | 0 | 0900006480c3b237 | |||
| NRC-2010-0131-0020 | NRC | AP1000 Design Certification Amendment NRC-2010-0131 | 2011/04/06-Petition to Suspend AP1000 Design Certification Amendment from John D. Runkle, Counsel for Petitioners | Other | 2011-04-11T00:00:00Z | 2011 | 4 | 2011-04-11T00:00:00Z | 2025-05-21T08:54:39Z | 0 | 0 | 0900006480c21b36 |
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;