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-24-0019" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_date, posted_month, comment_start_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

  • 2024 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-24-0019-0009 NARA NARA-2024-054 records schedules NARA-24-0019 Consolidated Reply_No Comments Received_NARA-2024-054.docx Other   2024-10-23T04:00:00Z 2024 10 2024-10-23T04:00:00Z   2024-10-24T01:22:59Z   0 0 09000064867dfed7
NARA-24-0019-0008 NARA NARA-2024-054 records schedules NARA-24-0019 Records Schedules Notice   2024-09-04T04:00:00Z 2024 9 2024-09-04T04:00:00Z   2024-09-06T16:01:57Z 2024-19803 0 0 09000064866bf626
NARA-24-0019-0002 NARA NARA-2024-054 records schedules NARA-24-0019 DAA-0138-2024-0011 Federal Energy Regulatory Commission Agency-wide FC Docket Foreign Utility Company Request Other   2024-08-30T04:00:00Z 2024 8 2024-08-30T04:00:00Z 2024-10-22T03:59:59Z 2024-08-31T01:37:19Z   0 0 09000064866b3c27
NARA-24-0019-0001 NARA NARA-2024-054 records schedules NARA-24-0019 DAA-0015-2023-0002 Department of Veterans Affairs Veterans Health Administration Veterans Crisis Line Other   2024-08-30T04:00:00Z 2024 8 2024-08-30T04:00:00Z 2024-10-22T03:59:59Z 2024-08-31T01:37:07Z   0 0 09000064866b3c1c
NARA-24-0019-0006 NARA NARA-2024-054 records schedules NARA-24-0019 DAA-0297-2024-0007 Library of Congress Agency-wide Information Technology 2024 updates Other   2024-08-30T04:00:00Z 2024 8 2024-08-30T04:00:00Z 2024-10-22T03:59:59Z 2024-08-31T01:38:07Z   0 0 09000064866b3c34
NARA-24-0019-0005 NARA NARA-2024-054 records schedules NARA-24-0019 DAA-0297-2024-0005 Library of Congress Agency-wide Grant Management was Property and Procurement 2024 updates Other   2024-08-30T04:00:00Z 2024 8 2024-08-30T04:00:00Z 2024-10-22T03:59:59Z 2024-08-31T01:37:55Z   0 0 09000064866b3c2c
NARA-24-0019-0007 NARA NARA-2024-054 records schedules NARA-24-0019 DAA-AU-2024-0005 Department of Defense Department of the Army Montgomery GI Bill (MGIB) Army College Fund (ACF) Veterans Educational Assistance Program (VEAP) and Post 911 Other   2024-08-30T04:00:00Z 2024 8 2024-08-30T04:00:00Z 2024-10-22T03:59:59Z 2024-08-31T01:37:43Z   0 0 09000064866b3c35
NARA-24-0019-0003 NARA NARA-2024-054 records schedules NARA-24-0019 DAA-0204-2024-0003 Department of Justice Office of the Pardon Attorney Clemency Correspondence Other   2024-08-30T04:00:00Z 2024 8 2024-08-30T04:00:00Z 2024-10-22T03:59:59Z 2024-08-31T01:37:31Z   0 0 09000064866b3c2a

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