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

6 rows where agency_id = "NARA", document_type = "Rule" and posted_year = 2011 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: docket_id, title, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 1

  • 2011 · 6 ✖

document_type 1

  • Rule · 6 ✖

agency_id 1

  • NARA · 6 ✖
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
NARA_FRDOC_0001-0342 NARA Recently Posted NARA Rules and Notices. NARA_FRDOC_0001 Declassification of National Security Information Rule   2011-12-29T05:00:00Z 2011 12 2011-12-29T05:00:00Z   2013-07-17T14:44:43Z 2011-33284 0 0 0900006480f8ab7a
NARA-11-0002-0002 NARA NARA Records Reproduction Fees NARA-11-0002 NARA Records Reproduction Fees Rule   2011-11-15T05:00:00Z 2011 11 2011-11-15T05:00:00Z   2012-01-15T13:12:23Z   0 0 0900006480f6c61f
NARA_FRDOC_0001-0331 NARA Recently Posted NARA Rules and Notices. NARA_FRDOC_0001 NARA Records Reproduction Fees Rule   2011-10-11T04:00:00Z 2011 10 2011-10-11T04:00:00Z   2013-07-17T14:44:42Z 2011-26167 0 0 0900006480f50240
NARA_FRDOC_0001-0297 NARA Recently Posted NARA Rules and Notices. NARA_FRDOC_0001 Presidential Library Facilities: Correction Rule   2011-03-02T05:00:00Z 2011 3 2011-03-02T05:00:00Z   2013-07-17T14:44:39Z 2011-04612 0 0 0900006480bfcbbc
NARA-10-0005-0001 NARA Appeal Authority when Researcher Privileges are Revoked NARA-10-0005 Appeal Authority When Researcher Privileges Are Revoked Rule   2011-02-07T05:00:00Z 2011 2 2011-02-07T05:00:00Z 2011-03-10T04:59:59Z 2011-06-11T17:49:23Z 2011-02033 0 0 0900006480bdd19b
NARA-10-0006-0001 NARA 36 CFR 1280, Use of NARA Facilities NARA-10-0006 New Agency Logos Rule   2011-01-11T05:00:00Z 2011 1 2011-01-11T05:00:00Z 2011-02-11T04:59:59Z 2011-06-17T13:51:53Z 2011-00492 0 0 0900006480bc8b7d

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