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

9 rows where docket_id = "NRC-2012-0013" and posted_year = 2012 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2012 · 9 ✖

document_type 1

  • Notice 9

agency_id 1

  • NRC 9
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-2012-0013-0008 NRC ACRS Subcommittee on Regulatory Policies and Practices (CY 2012) NRC-2012-0013 Advisory Committee on Reactor Safeguards (ACRS); Meeting of the ACRS Subcommittee on Regulatory Policies and Practices; Notice of Meeting Notice   2012-11-15T00:00:00Z 2012 11     2025-05-21T08:46:58Z 2012-27748 0 0 09000064811683e3
NRC-2012-0013-0009 NRC ACRS Subcommittee on Regulatory Policies and Practices (CY 2012) NRC-2012-0013 Advisory Committee on Reactor Safeguards (ACRS); Meeting of the ACRS Subcommittee on Regulatory Policies and Practices; Notice of Meeting Notice   2012-11-15T00:00:00Z 2012 11     2025-05-21T08:46:58Z 2012-27750 0 0 09000064811684d0
NRC-2012-0013-0007 NRC ACRS Subcommittee on Regulatory Policies and Practices (CY 2012) NRC-2012-0013 Advisory Committee on Reactor Safeguards (ACRS) Meeting of the ACRS Subcommittee on Regulatory Policies and Practices; Notice of Meeting Notice   2012-10-22T00:00:00Z 2012 10     2025-05-21T08:47:06Z 2012-25923 0 0 090000648114a8a8
NRC-2012-0013-0006 NRC ACRS Subcommittee on Regulatory Policies and Practices (CY 2012) NRC-2012-0013 Advisory Committee on Reactor Safeguards (ACRS) Meeting of the ACRS Subcommittee on Regulatory Policies & Practices; Notice of Meeting Notice   2012-10-18T00:00:00Z 2012 10     2025-05-21T08:47:07Z 2012-25631 0 0 0900006481146bab
NRC-2012-0013-0005 NRC ACRS Subcommittee on Regulatory Policies and Practices (CY 2012) NRC-2012-0013 Advisory Committee on Reactor Safeguards (ACRS); Meeting of the ACRS Subcommittee on Regulatory Policies and Practices; Notice of Meeting Notice   2012-09-12T00:00:00Z 2012 9     2025-05-21T08:47:17Z 2012-22434 0 0 0900006481113291
NRC-2012-0013-0004 NRC ACRS Subcommittee on Regulatory Policies and Practices (CY 2012) NRC-2012-0013 Advisory Committee on Reactor Safeguards (ACRS), Meeting of the ACRS Subcommittee on Regulatory Policies and Practices, Notice of Meeting Notice   2012-06-19T00:00:00Z 2012 6     2025-05-21T08:47:44Z 2012-14889 0 0 0900006481054a26
NRC-2012-0013-0003 NRC ACRS Subcommittee on Regulatory Policies and Practices (CY 2012) NRC-2012-0013 Advisory Committee on Reactor Safeguards (ACRS), Meeting of the ACRS Subcommittee on Regulatory Policies and Practices; Notice of Meeting Notice   2012-03-28T00:00:00Z 2012 3     2025-05-21T08:48:13Z 2012-07441 0 0 0900006480fe2f91
NRC-2012-0013-0002 NRC ACRS Subcommittee on Regulatory Policies and Practices (CY 2012) NRC-2012-0013 Advisory Committee on Reactor Safeguards; Meeting of the ACRS Subcommittee on Regulatory Policies and Practices; Notice of Meeting Notice   2012-02-13T00:00:00Z 2012 2     2025-05-21T08:50:20Z 2012-03295 0 0 0900006480fb4095
NRC-2012-0013-0001 NRC ACRS Subcommittee on Regulatory Policies and Practices (CY 2012) NRC-2012-0013 Advisory Committee on Reactor Safeguards (ACRS); Meeting of the ACRS Subcommittee on Regulatory Policies and Practices; Notice of Meeting Notice   2012-01-18T00:00:00Z 2012 1     2025-05-21T08:50:38Z 2012-00807 0 0 0900006480f993c5

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