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

13 rows where docket_id = "NRC-2009-0460" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 2010 12
  • 2009 1

document_type 1

  • Notice 13

agency_id 1

  • NRC 13
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-2009-0460-0013 NRC ACRS Full Committee Schedule for Calendar Year 2010 NRC-2009-0460 Advisory Committee on Reactor Safeguards; Revised Meeting Notice Notice   2010-11-26T00:00:00Z 2010 11 2010-11-26T00:00:00Z   2025-05-21T08:55:35Z 2010-29915 0 0 0900006480ba43ce
NRC-2009-0460-0012 NRC ACRS Full Committee Schedule for Calendar Year 2010 NRC-2009-0460 Advisory Committee on Reactor Safeguards Notice   2010-11-17T00:00:00Z 2010 11 2010-11-17T00:00:00Z   2025-05-21T08:55:37Z 2010-28961 0 0 0900006480b95421
NRC-2009-0460-0011 NRC ACRS Full Committee Schedule for Calendar Year 2010 NRC-2009-0460 Advisory Committee on Reactor Safeguards Notice   2010-10-19T00:00:00Z 2010 10 2010-10-19T00:00:00Z   2025-05-21T08:55:47Z 2010-26319 0 0 0900006480b72932
NRC-2009-0460-0010 NRC ACRS Full Committee Schedule for Calendar Year 2010 NRC-2009-0460 Advisory Committee on Reactor Safeguards; Public Meeting Notice   2010-09-20T00:00:00Z 2010 9 2010-09-20T00:00:00Z   2025-05-21T08:56:17Z 2010-23380 0 0 0900006480b5332a
NRC-2009-0460-0009 NRC ACRS Full Committee Schedule for Calendar Year 2010 NRC-2009-0460 Advisory Committee on Reactor Safeguards; Meeting Notice   2010-08-20T00:00:00Z 2010 8 2010-08-20T00:00:00Z   2025-05-21T08:57:06Z 2010-20690 0 0 0900006480b36245
NRC-2009-0460-0008 NRC ACRS Full Committee Schedule for Calendar Year 2010 NRC-2009-0460 Advisory Committee on Reactor Safeguards; Meeting Notice   2010-06-28T00:00:00Z 2010 6 2010-06-28T00:00:00Z   2025-05-21T08:57:59Z 2010-15509 0 0 0900006480b0b9a2
NRC-2009-0460-0007 NRC ACRS Full Committee Schedule for Calendar Year 2010 NRC-2009-0460 Meetings: Advisory Committee on Reactor Safeguards Notice   2010-05-19T00:00:00Z 2010 5 2010-05-19T00:00:00Z   2025-05-21T08:58:53Z 2010-11967 0 0 0900006480af0957
NRC-2009-0460-0006 NRC ACRS Full Committee Schedule for Calendar Year 2010 NRC-2009-0460 Advisory Committee on Reactor Safeguards Notice   2010-04-22T00:00:00Z 2010 4     2025-05-21T08:59:13Z 2010-09299 0 0 0900006480add0ea
NRC-2009-0460-0005 NRC ACRS Full Committee Schedule for Calendar Year 2010 NRC-2009-0460 Advisory Committee on Reactor Safeguards Notice   2010-03-23T00:00:00Z 2010 3     2025-05-21T08:59:25Z 2010-06325 0 0 0900006480ac617e
NRC-2009-0460-0004 NRC ACRS Full Committee Schedule for Calendar Year 2010 NRC-2009-0460 Advisory Committee on Reactor Safeguards Notice   2010-02-23T00:00:00Z 2010 2     2025-05-21T09:02:16Z 2010-03489 0 0 0900006480aaba46
NRC-2009-0460-0003 NRC ACRS Full Committee Schedule for Calendar Year 2010 NRC-2009-0460 Advisory Committee on Reactor Safeguards; Revised Meeting Notice Notice   2010-01-27T00:00:00Z 2010 1     2025-05-21T09:03:20Z 2010-01659 0 0 0900006480a84be1
NRC-2009-0460-0002 NRC ACRS Full Committee Schedule for Calendar Year 2010 NRC-2009-0460 Advisory Committee on Reactor Safeguards Notice   2010-01-21T00:00:00Z 2010 1     2025-05-21T09:03:21Z 2010-01059 0 0 0900006480a815ed
NRC-2009-0460-0001 NRC ACRS Full Committee Schedule for Calendar Year 2010 NRC-2009-0460 Advisory Committee on Reactor Safeguards; Procedures for Meetings Notice   2009-10-14T00:00:00Z 2009 10     2025-05-21T09:04:00Z E9-24725 0 0 0900006480a4174b

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