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

5 rows where agency_id = "DOL" and posted_year = 2009 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Other 3
  • Notice 1
  • Proposed Rule 1

posted_year 1

  • 2009 · 5 ✖

agency_id 1

  • DOL · 5 ✖
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
DOL-2009-0003-0002 DOL Semiannual Regulatory Agenda - Fall 2009 DOL-2009-0003 Regulatory Plan - Fall 2009 Other NA 2009-12-07T11:28:07Z 2009 12     2009-12-08T22:46:27Z   0 0 0900006480a64d63
DOL-2009-0003-0001 DOL Semiannual Regulatory Agenda - Fall 2009 DOL-2009-0003 Semiannual Regulatory Agenda - Fall 2009 Other NA 2009-12-07T11:28:03Z 2009 12     2009-12-08T22:45:29Z   0 0 0900006480a64d62
DOL-2009-0002-0001 DOL Notice of Initial Determination Updating the List of Products Requiring Federal Contractor Certification as to Forced/Indentured Child Labor Pursuant to Executive Order 13126 DOL-2009-0002 Notice of Initial Determination Updating the List of Products Requiring Federal Contractor Certification as to Forced/Indentured Child Labor Pursuant to Executive Order 13126 Notice   2009-09-11T04:00:00Z 2009 9 2009-09-11T04:00:00Z 2009-12-11T04:59:59Z 2009-09-11T15:45:40Z   0 0 0900006480a1ff65
DOL-2008-0002-0050 DOL Requirements for DOL Agencies’ Assessment of Occupational Health Risks DOL-2008-0002 Requirements for DOL Agencies' Assessment of Occupational Health Risks; withdrawal Proposed Rule   2009-08-31T04:00:00Z 2009 8 2009-08-31T04:00:00Z   2011-06-11T17:14:10Z E9-20923 0 0 0900006480a1917d
DOL-2009-0001-0001 DOL Semiannual Regulatory Agenda - Spring 2009 DOL-2009-0001 Semiannual Regulatory Agenda - Spring 2009 Other NA 2009-05-10T16:39:12Z 2009 5     2009-05-15T17:30:18Z   0 0 09000064809844bd

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