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 docket_id = "CDC-2024-0005" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 5
  • Notice 1

posted_year 1

  • 2024 6

agency_id 1

  • CDC 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
CDC-2024-0005-0004 CDC Approval Tests and Standards for Combination Unit Respirators CDC-2024-0005 NIOSH National Personal Protective Technology Laboratory [2024], Determination of Combination Unit Respirator (CUR) Performance During Dynamic Testing Against the Chemical Agent Sarin (GB) Vapor, Standard Testing Procedure (STP), CVB-CBRN-CUR-STP-0802 Supporting & Related Material   2024-03-15T04:00:00Z 2024 3     2024-03-15T12:07:19Z   0 0 090000648647c9dd
CDC-2024-0005-0001 CDC Approval Tests and Standards for Combination Unit Respirators CDC-2024-0005 Approval Tests and Standards for Combination Unit Respirators Notice   2024-03-15T04:00:00Z 2024 3 2024-03-15T04:00:00Z 2024-05-15T03:59:59Z 2024-05-16T01:04:37Z 2024-03849 0 0 090000648647c9cc
CDC-2024-0005-0006 CDC Approval Tests and Standards for Combination Unit Respirators CDC-2024-0005 NIOSH National Personal Protective Technology Laboratory [2024], Determination of Gauge Line Flow Performance for Combination Unit Respirator (CUR) Systems Standard Testing Procedure (STP), CVB-CBRN-CUR-STP-0848 Supporting & Related Material   2024-03-15T04:00:00Z 2024 3     2024-03-15T12:11:28Z   0 0 090000648647c9db
CDC-2024-0005-0003 CDC Approval Tests and Standards for Combination Unit Respirators CDC-2024-0005 NIOSH National Personal Protective Technology Laboratory [2024], Determination of Combination Unit Respirator (CUR) Performance During Dynamic Testing Against the Chemical Agent Mustard (HD) Liquid/Vapor, Standard Testing Procedure (STP), CVB-CBRN-CUR-STP-0801 Supporting & Related Material   2024-03-15T04:00:00Z 2024 3     2024-03-15T12:04:24Z   0 0 090000648647c9de
CDC-2024-0005-0005 CDC Approval Tests and Standards for Combination Unit Respirators CDC-2024-0005 NIOSH National Personal Protective Technology Laboratory [2024], Determination of Combination Unit Respirator (CUR) Systems Mode Switching During Low-Temperature Operation, Standard Testing Procedure (STP), CVB-CBRN-CUR-STP-0819 Supporting & Related Material   2024-03-15T04:00:00Z 2024 3     2024-03-15T12:09:56Z   0 0 090000648647c9da
CDC-2024-0005-0002 CDC Approval Tests and Standards for Combination Unit Respirators CDC-2024-0005 NIOSH National Personal Protective Technology Laboratory [2024], Determination of Laboratory Respirator Protection Level (LRPL) Values for Combination Unit Respirator (CUR), Standard Testing Procedure (STP), CVB-CBRN-CUR-STP-0800 Supporting & Related Material   2024-03-15T04:00:00Z 2024 3     2024-03-15T12:00:48Z   0 0 090000648647c9dc

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