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 agency_id = "DOE", document_type = "Proposed Rule" and posted_year = 2010 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2010 · 10 ✖

document_type 1

  • Proposed Rule · 10 ✖

agency_id 1

  • DOE · 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
DOE-HQ-2009-0003-1001 DOE This docket contains Federal Register Notices from the DOE FDMS Sandbox. DOE-HQ-2009-0003 Request for Exclusion of 120 Volt, 100 Watt R20 Short Incandescent Reflector Lamps Proposed Rule ANOPR 2010-12-23T05:00:00Z 2010 12     2014-01-18T17:19:15Z 2010-32259 0 0 0900006480bbe983
DOE-HQ-2009-0003-0998 DOE This docket contains Federal Register Notices from the DOE FDMS Sandbox. DOE-HQ-2009-0003 Meetings: Energy Efficiency Program for Consumer Products Proposed Rule ANOPR 2010-11-19T05:00:00Z 2010 11     2014-01-18T19:39:14Z 2010-29208 0 0 0900006480b99c7c
DOE-HQ-2010-0015-0001 DOE Energy Priorities and Allocations System Regulations DOE-HQ-2010-0015 Energy Priorities and Allocations System Regulations Proposed Rule NOPR 2010-07-16T04:00:00Z 2010 7 2010-07-16T04:00:00Z 2010-08-17T03:59:59Z 2014-01-17T21:33:30Z 2010-17289 0 0 0900006480b1b1d7
DOE-HQ-2010-0010-0001 DOE Contract Appeals and the Acquisition Regulation Subchapters A–General; B–Acquisition Planning; and C– Contracting Methods and Contract Types DOE-HQ-2010-0010 Contract Appeals and the Acquisition Regulation: Subchapters A-General; B-Acquisition Planning; and C-Contracting Methods and Contract Types Proposed Rule ANOPR 2010-07-01T04:00:00Z 2010 7 2010-07-01T04:00:00Z 2010-08-03T03:59:59Z 2016-01-30T20:40:00Z 2010-14750 0 0 0900006480b0ff83
DOE-EERE-OT-2010-0007-0002 DOE Energy Efficiency and Sustainable Design Standards for New Federal Buildings (See also EERE-2006-BC-0108) [Legacy ID EE-RM/STD-02-112] DOE-EERE-OT-2010-0007 2010-06-18 Energy Efficiency and Sustainable Design Standards for New Federal Buildings Proposed Rule NOPR 2010-06-18T04:00:00Z 2010 6 2010-06-18T04:00:00Z 2010-08-13T03:59:59Z 2011-06-11T17:08:30Z 2010-14752 0 0 0900006480b055a0
DOE-HQ-2010-0009-0001 DOE Acquisition Regulations: Socioeconomic Programs DOE-HQ-2010-0009 Acquisition Regulation: Socioeconomic Programs Proposed Rule   2010-06-15T04:00:00Z 2010 6 2010-06-15T04:00:00Z 2010-07-16T03:59:59Z 2014-01-17T21:33:09Z 2010-14194 0 0 0900006480b01c12
DOE-HQ-2010-0008-0001 DOE Acquisition Regulation: Agency Supplementary Regulations DOE-HQ-2010-0008 Acquisition Regulation: Agency Supplementary Regulations Proposed Rule ANOPR 2010-06-09T04:00:00Z 2010 6 2010-06-09T04:00:00Z 2010-07-10T03:59:59Z 2014-01-17T21:33:08Z 2010-13678 0 0 0900006480afeb34
DOE-EERE-OT-2010-0007-0001 DOE Energy Efficiency and Sustainable Design Standards for New Federal Buildings (See also EERE-2006-BC-0108) [Legacy ID EE-RM/STD-02-112] DOE-EERE-OT-2010-0007 2010-05-28 Energy Efficiency and Sustainable Design Standards for New Federal Buildings Proposed Rule NOPR 2010-05-28T04:00:00Z 2010 5 2010-05-28T04:00:00Z 2010-07-28T03:59:59Z 2011-06-11T17:08:30Z 2010-12677 0 0 0900006480af58f7
DOE-HQ-2010-0006-0001 DOE Acquisition Regulation: Access to and Ownership of Records DOE-HQ-2010-0006 Acquisition Regulations: Access to and Ownership of Records Proposed Rule ANOPR 2010-05-24T04:00:00Z 2010 5 2010-05-24T04:00:00Z 2010-06-24T03:59:59Z 2014-01-17T21:33:07Z 2010-12404 0 0 0900006480af314c
DOE-HQ-2010-0001-0001 DOE Acquisition Regulation: Subchapter E—General Contracting Requirements, Subchapter F—Special Categories of Contracting, and Subchapter G— Contract Management DOE-HQ-2010-0001 Acquisition Regulation: Subchapter EGeneral Contracting Requirements, Subchapter FSpecial Categories of Contracting, and Subchapter GContract Management Proposed Rule   2010-01-07T05:00:00Z 2010 1 2010-01-07T05:00:00Z 2010-02-09T04:59:59Z 2014-01-18T19:26:53Z 2010-00011 0 0 0900006480a78ce5

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