documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where agency_id = "DOE", document_type = "Rule" and posted_year = 2010 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: docket_id, subtype, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| DOE-HQ-2009-0003-0999 | DOE | This docket contains Federal Register Notices from the DOE FDMS Sandbox. DOE-HQ-2009-0003 | Conduct of Employees and Former Employees; Exemption from Post-Employment: Restrictions forCommunications Furnishing Scientific or Technological Information | Rule | 2010-12-03T05:00:00Z | 2010 | 12 | 2010-12-03T05:00:00Z | 2014-01-17T21:37:46Z | 2010-30398 | 0 | 0 | 0900006480bad66d | ||
| DOE-HQ-2009-0024-0010 | DOE | Worker Safety and Health Program: Safety-Conscious Work Environment DOE-HQ-2009-0024 | Worker Safety and Health Program: Safety Conscious Work Environment; Denial of Petition forRulemaking | Rule | 2010-11-30T05:00:00Z | 2010 | 11 | 2010-11-30T05:00:00Z | 2014-01-17T21:37:36Z | 2010-30065 | 0 | 0 | 0900006480ba9510 | ||
| DOE-HQ-2010-0009-0002 | DOE | Acquisition Regulations: Socioeconomic Programs DOE-HQ-2010-0009 | Acquisition Regulation: Socioeconomic Programs | Rule | 2010-11-10T05:00:00Z | 2010 | 11 | 2010-11-10T05:00:00Z | 2014-01-17T21:36:23Z | 2010-27869 | 0 | 0 | 0900006480b86170 | ||
| DOE-HQ-2010-0008-0002 | DOE | Acquisition Regulation: Agency Supplementary Regulations DOE-HQ-2010-0008 | Acquisition Regulation: Agency Supplementary Regulations | Rule | 2010-11-05T04:00:00Z | 2010 | 11 | 2010-11-05T04:00:00Z | 2014-01-18T17:17:38Z | 2010-27870 | 0 | 0 | 0900006480b82556 | ||
| DOE-HQ-2010-0021-0001 | DOE | Acquisition Regulation: Sustainable Acquisition DOE-HQ-2010-0021 | Acquisition Regulation; Sustainable Acquisition | Rule | Interim Final Rule | 2010-09-22T04:00:00Z | 2010 | 9 | 2010-09-22T04:00:00Z | 2010-10-23T03:59:59Z | 2014-01-18T17:12:10Z | 2010-23655 | 0 | 0 | 0900006480b55551 |
| DOE-HQ-2010-0011-0001 | DOE | Implementation of OMB Guidance on Drug Free Workplace Requirements DOE-HQ-2010-0011 | Implementation of OMB Guidance on Drug Free Workplace Requirements | Rule | Direct Final Rule | 2010-07-09T04:00:00Z | 2010 | 7 | 2010-07-09T04:00:00Z | 2010-08-10T03:59:59Z | 2014-01-18T16:57:57Z | 2010-16745 | 0 | 0 | 0900006480b15fc7 |
| DOE-EERE-OT-2010-0004-0003 | DOE | Weatherization Assistance for Low-Income Persons: Maintaining the Privacy of Applicants for and Recipients of Services DOE-EERE-OT-2010-0004 | Weatherization Assistance for Low-Income Persons; Maintaining the Privacy of Applicants for and Recipients of Services | Rule | Direct Final Rule | 2010-06-07T04:00:00Z | 2010 | 6 | 2010-06-07T04:00:00Z | 2014-01-17T21:33:08Z | 2010-13594 | 0 | 0 | 0900006480afd708 | |
| DOE-HQ-2010-0001-0002 | DOE | Acquisition Regulation: Subchapter E—General Contracting Requirements, Subchapter F—Special Categories of Contracting, and Subchapter G— Contract Management DOE-HQ-2010-0001 | Acquisition Regulations: Subchapter E-General Contracting Requirements, etc. | Rule | Final Rule | 2010-05-26T04:00:00Z | 2010 | 5 | 2010-05-26T04:00:00Z | 2014-01-17T21:33:07Z | 2010-12520 | 0 | 0 | 0900006480af461c | |
| DOE-EERE-OT-2010-0004-0001 | DOE | Weatherization Assistance for Low-Income Persons: Maintaining the Privacy of Applicants for and Recipients of Services DOE-EERE-OT-2010-0004 | Weatherization Assistance for Low-Income Persons: Maintaining Privacy of Applicants for and Recipients of Services | Rule | 2010-03-11T05:00:00Z | 2010 | 3 | 2010-03-11T05:00:00Z | 2010-04-13T03:59:59Z | 2014-01-18T19:27:17Z | 2010-05195 | 0 | 0 | 0900006480abaede | |
| DOE-EERE-OT-2009-0015-0067 | DOE | Weatherization Assistance Program for Low-Income Persons DOE-EERE-OT-2009-0015 | Weatherization Assistance Program for Low-Income Persons | Rule | 2010-01-25T05:00:00Z | 2010 | 1 | 2010-01-25T05:00:00Z | 2014-01-17T21:32:54Z | 2010-01300 | 0 | 0 | 0900006480a83093 |
Advanced export
JSON shape: default, array, newline-delimited, object
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;