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 = "NARA-20-0010" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_date, posted_month, comment_start_date, comment_end_date, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 2

  • Other 7
  • Notice 1

posted_year 1

  • 2020 8

agency_id 1

  • NARA 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
NARA-20-0010-0008 NARA NARA-2020-035 Records Schedules NARA-20-0010 NARA-20-0010 Consolidated Reply for all schedules in this notice (no comments received) Other Consolidated Reply 2020-06-09T04:00:00Z 2020 6 2020-06-09T04:00:00Z   2020-10-07T03:08:05Z   0 0 09000064846dc427
NARA-20-0010-0004 NARA NARA-2020-035 Records Schedules NARA-20-0010 DAA-0237-2019-0011, DOT, Fed Aviation Admin, Low Altitude Authorization and Notification Capability (LAANC) Other Proposed Schedule 2020-04-21T04:00:00Z 2020 4 2020-04-21T04:00:00Z 2020-06-06T03:59:59Z 2020-10-07T03:07:00Z   0 0 09000064844bc90e
NARA-20-0010-0002 NARA NARA-2020-035 Records Schedules NARA-20-0010 DAA-0057-2019-0001, DOI, U.S. Geological Survey, Select Agent Records Schedule Other Proposed Schedule 2020-04-21T04:00:00Z 2020 4 2020-04-21T04:00:00Z 2020-06-06T03:59:59Z 2020-10-07T03:06:20Z   0 0 09000064844bc90c
NARA-20-0010-0005 NARA NARA-2020-035 Records Schedules NARA-20-0010 DAA-0266-2018-0006, SEC, Division of Trading and Markets, Research, Analysis, and Monitoring Records Other Proposed Schedule 2020-04-21T04:00:00Z 2020 4 2020-04-21T04:00:00Z 2020-06-06T03:59:59Z 2020-10-07T03:07:02Z   0 0 09000064844bcd1c
NARA-20-0010-0001 NARA NARA-2020-035 Records Schedules NARA-20-0010 Records Schedules Notice   2020-04-21T04:00:00Z 2020 4 2020-04-21T04:00:00Z 2020-04-22T03:59:59Z 2020-04-21T15:55:46Z 2020-08387 0 0 09000064844bb824
NARA-20-0010-0006 NARA NARA-2020-035 Records Schedules NARA-20-0010 DAA-0563-2019-0002, DHS, Agency-wide, Performance and Strategic Planning Files Other Proposed Schedule 2020-04-21T04:00:00Z 2020 4 2020-04-21T04:00:00Z 2020-06-06T03:59:59Z 2020-10-07T03:07:16Z   0 0 09000064844bcd1d
NARA-20-0010-0003 NARA NARA-2020-035 Records Schedules NARA-20-0010 DAA-0103-2018-0001, Farm Credit Administration, OIG, Records of the Office of Inspector General Other Proposed Schedule 2020-04-21T04:00:00Z 2020 4 2020-04-21T04:00:00Z 2020-06-06T03:59:59Z 2020-10-07T03:06:23Z   0 0 09000064844bc90d
NARA-20-0010-0007 NARA NARA-2020-035 Records Schedules NARA-20-0010 DAA-0566-2019-0022, DHS, U.S. Citizenship and Immigration Services, USCIS Mission-Related Employee Training Records Other Proposed Schedule 2020-04-21T04:00:00Z 2020 4 2020-04-21T04:00:00Z 2020-06-06T03:59:59Z 2020-10-07T03:08:03Z   0 0 09000064844bcd1e

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