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

8 rows where docket_id = "NRC-2015-0003" and document_type = "Other" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 1

  • 2015 8

document_type 1

  • Other · 8 ✖

agency_id 1

  • NRC 8
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-2015-0003-0010 NRC Guidance for Conducting Technical Analyses for Low-Level Radioacive Waste Disposal NRC-2015-0003 Meeting Transcript - April 28, 2015; Rockville, MD Other   2015-07-09T00:00:00Z 2015 7 2015-07-09T00:00:00Z   2025-05-21T07:25:03Z   0 0 0900006481b74e61
NRC-2015-0003-0009 NRC Guidance for Conducting Technical Analyses for Low-Level Radioacive Waste Disposal NRC-2015-0003 Meeting Transcript - June 10, 2015; Salt Lake City, UT Other   2015-07-08T00:00:00Z 2015 7 2015-07-08T00:00:00Z   2025-05-21T07:25:04Z   0 0 0900006481b70e2c
NRC-2015-0003-0007 NRC Guidance for Conducting Technical Analyses for Low-Level Radioacive Waste Disposal NRC-2015-0003 Meeting Transcript - June 9, 2015; Richland, WA Other   2015-06-18T00:00:00Z 2015 6 2015-06-18T00:00:00Z   2025-05-21T07:25:15Z   0 0 0900006481b4431f
NRC-2015-0003-0008 NRC Guidance for Conducting Technical Analyses for Low-Level Radioacive Waste Disposal NRC-2015-0003 Meeting Transcript - June 2, 2015; Columbia, SC Other   2015-06-18T00:00:00Z 2015 6     2025-05-21T07:25:15Z   0 0 0900006481b463be
NRC-2015-0003-0006 NRC Guidance for Conducting Technical Analyses for Low-Level Radioacive Waste Disposal NRC-2015-0003 Meeting Transcript - May 12, 2015; Austin, TX Other   2015-05-20T00:00:00Z 2015 5 2015-05-20T00:00:00Z   2025-05-21T07:29:31Z   0 0 0900006481aeacca
NRC-2015-0003-0005 NRC Guidance for Conducting Technical Analyses for Low-Level Radioacive Waste Disposal NRC-2015-0003 Part 61 Public Meeting Notice Other   2015-05-07T00:00:00Z 2015 5     2025-05-21T07:29:37Z   0 0 0900006481ad2b61
NRC-2015-0003-0004 NRC Guidance for Conducting Technical Analyses for Low-Level Radioacive Waste Disposal NRC-2015-0003 Public Meeting Announcement - Panel Discussion on Proposed 10 CFR Part 61 Rulemaking; April 28, 2015 Other   2015-04-29T00:00:00Z 2015 4 2015-04-29T00:00:00Z   2025-05-21T07:29:40Z   0 0 0900006481ac2d3f
NRC-2015-0003-0001 NRC Guidance for Conducting Technical Analyses for Low-Level Radioacive Waste Disposal NRC-2015-0003 Draft NUREG-2175 - Guidance for Conducting Technical Analyses for 10 CFR Part 61 Other   2015-03-19T00:00:00Z 2015 3 2015-03-19T00:00:00Z   2025-05-21T07:29:55Z   0 0 0900006481a51db9

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