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

10 rows where docket_id = "NARA-24-0017" 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)

posted_year 2

  • 2024 9
  • 2025 1

document_type 2

  • Other 9
  • Notice 1

agency_id 1

  • NARA 10
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-0017-0011 NARA NARA-2024-050 NARA-24-0017 DAA-0388-2024-0008_NARA-24-0017_ConsolidatedReply Other   2025-08-11T04:00:00Z 2025 8 2025-08-11T04:00:00Z   2025-08-11T23:10:06Z   0 0 09000064b8ef7ed8
NARA-24-0017-0010 NARA NARA-2024-050 NARA-24-0017 Consolidated Reply_No Comments Received_NARA-2024-050 Other   2024-10-01T04:00:00Z 2024 10 2024-10-01T04:00:00Z   2024-10-02T00:52:43Z   0 0 09000064867a4ad0
NARA-24-0017-0006 NARA NARA-2024-050 NARA-24-0017 DAA-0413-2023-0006 National Credit Union Administration Office of External Affairs and Communications Web Content Records Other   2024-08-07T04:00:00Z 2024 8 2024-08-07T04:00:00Z 2024-09-24T03:59:59Z 2024-08-08T00:38:17Z   0 0 090000648662269b
NARA-24-0017-0007 NARA NARA-2024-050 NARA-24-0017 DAA-0468-2024-0003 HHS Office of the Secretary Records of the Office of Evaluation and Inspections (OEI) of the Inspector General (IG) of Health and Human Services Other   2024-08-07T04:00:00Z 2024 8 2024-08-07T04:00:00Z 2024-09-24T03:59:59Z 2024-08-08T00:38:31Z   0 0 090000648662269e
NARA-24-0017-0002 NARA NARA-2024-050 NARA-24-0017 DAA-0060-2022-0018 Department of Justice Executive Office of US Trustees Recordings of 341 Meetings Other   2024-08-07T04:00:00Z 2024 8 2024-08-07T04:00:00Z 2024-09-24T03:59:59Z 2024-08-08T00:38:44Z   0 0 090000648662267b
NARA-24-0017-0005 NARA NARA-2024-050 NARA-24-0017 DAA-0388-2024-0008 Southeastern Power Administration Agency-wide Legal and Legislative Program Other   2024-08-07T04:00:00Z 2024 8 2024-08-07T04:00:00Z 2024-09-24T03:59:59Z 2024-09-25T01:00:58Z   0 0 0900006486622694
NARA-24-0017-0003 NARA NARA-2024-050 NARA-24-0017 DAA-0088-2024-0005 HHS Food and Drug Administration Criminal Investigation Records of the Office of Criminal Investigations and the Office of Internal Affairs Other   2024-08-07T04:00:00Z 2024 8 2024-08-07T04:00:00Z 2024-09-24T03:59:59Z 2024-08-08T00:37:38Z   0 0 090000648662267e
NARA-24-0017-0004 NARA NARA-2024-050 NARA-24-0017 DAA-0263-2023-0003 Central Intelligence Agency Agency-wide Due Diligence Records Other   2024-08-07T04:00:00Z 2024 8 2024-08-07T04:00:00Z 2024-09-24T03:59:59Z 2024-08-08T00:38:57Z   0 0 0900006486622684
NARA-24-0017-0001 NARA NARA-2024-050 NARA-24-0017 Records Schedules Notice   2024-08-07T04:00:00Z 2024 8 2024-08-07T04:00:00Z   2024-08-07T12:07:46Z 2024-17416 0 0 0900006486622085
NARA-24-0017-0008 NARA NARA-2024-050 NARA-24-0017 DAA-AU-2024-0004 Department of Defense Department of the Army Career Acquisition Management Portal (CAMP) Master File Other   2024-08-07T04:00:00Z 2024 8 2024-08-07T04:00:00Z 2024-09-24T03:59:59Z 2024-08-08T00:37:51Z   0 0 09000064866226a0

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