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-0016" 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 9
  • Notice 1

posted_year 1

  • 2024 10

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-0016-0011 NARA NARA-2024-046 NARA-24-0016 Consolidated Reply_no comments received_NARA-2024-046.docx Other   2024-09-10T04:00:00Z 2024 9 2024-09-10T04:00:00Z   2024-09-11T02:18:32Z   0 0 09000064866e4d72
NARA-24-0016-0003 NARA NARA-2024-046 NARA-24-0016 DAA-0117-2023-0009 American Battle Monuments Commission Agency-wide Public Affairs Other   2024-07-22T04:00:00Z 2024 7 2024-07-22T04:00:00Z 2024-09-07T03:59:59Z 2024-07-24T01:01:10Z   0 0 09000064865fe3bc
NARA-24-0016-0008 NARA NARA-2024-046 NARA-24-0016 DAA-0611-2023-0009 Department of Health and Human Services Administration for Strategic Prepraredness and Response National Disaster Medical System Records Other   2024-07-22T04:00:00Z 2024 7 2024-07-22T04:00:00Z 2024-09-07T03:59:59Z 2024-07-23T01:04:20Z   0 0 09000064865fe3d5
NARA-24-0016-0004 NARA NARA-2024-046 NARA-24-0016 DAA-0399-2024-0002 Department of Transportation Federal Railroad Administration Drug and Alcohol Management Information System (DAMIS) Annual Reports Other   2024-07-22T04:00:00Z 2024 7 2024-07-22T04:00:00Z 2024-09-07T03:59:59Z 2024-07-23T01:05:04Z   0 0 09000064865fe3bf
NARA-24-0016-0009 NARA NARA-2024-046 NARA-24-0016 DAA-NU-2021-0002 Department of the Navy Agency-wide Operations and Readiness Other   2024-07-22T04:00:00Z 2024 7 2024-07-22T04:00:00Z 2024-09-07T03:59:59Z 2024-07-23T01:03:18Z   0 0 09000064865fe75e
NARA-24-0016-0005 NARA NARA-2024-046 NARA-24-0016 DAA-0512-2023-0003 Department of Health and Human Services Health Resources and Services Administration Provider Relief Fund Case Management System Other   2024-07-22T04:00:00Z 2024 7 2024-07-22T04:00:00Z 2024-09-07T03:59:59Z 2024-07-23T01:03:33Z   0 0 09000064865fe3c3
NARA-24-0016-0006 NARA NARA-2024-046 NARA-24-0016 DAA-0512-2024-0005 Department of Health and Human Services Health Resources and Services Administration J-1 Visa Waiver Documents Other   2024-07-22T04:00:00Z 2024 7 2024-07-22T04:00:00Z 2024-09-07T03:59:59Z 2024-07-23T01:03:51Z   0 0 09000064865fe3c8
NARA-24-0016-0002 NARA NARA-2024-046 NARA-24-0016 DAA-0103-2023-0001 Farm Credit Administration Office of Inspector General Records of the Office of Inspector General Other   2024-07-22T04:00:00Z 2024 7 2024-07-22T04:00:00Z 2024-09-07T03:59:59Z 2024-07-23T01:04:49Z   0 0 09000064865fe3b7
NARA-24-0016-0007 NARA NARA-2024-046 NARA-24-0016 DAA-0565-2020-0001 Department of Defense Missile Defense Agency Counterintelligence Records Other   2024-07-22T04:00:00Z 2024 7 2024-07-22T04:00:00Z 2024-09-07T03:59:59Z 2024-07-23T01:04:06Z   0 0 09000064865fe3ca
NARA-24-0016-0001 NARA NARA-2024-046 NARA-24-0016 Records Schedules Notice   2024-07-22T04:00:00Z 2024 7 2024-07-22T04:00:00Z   2024-07-22T14:36:25Z 2024-16045 0 0 09000064865fdac4

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