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

8 rows where agency_id = "EEOC", document_type = "Notice" and posted_year = 2010 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2010 · 8 ✖

document_type 1

  • Notice · 8 ✖

agency_id 1

  • EEOC · 8 ✖
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
EEOC-2010-0008-0001 EEOC ADEA Waivers - PRA Renewal Final Notice EEOC-2010-0008 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice   2010-08-25T04:00:00Z 2010 8 2010-08-25T04:00:00Z 2010-09-25T03:59:59Z 2011-04-14T17:36:47Z 2010-21086 0 0 0900006480b39c6a
EEOC-2010-0006-0001 EEOC Informational requirements under Title II of the Older Workers Benefit Protection Act of 1990 EEOC-2010-0006 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice Comment Request 2010-06-17T04:00:00Z 2010 6 2010-06-17T04:00:00Z 2010-08-17T03:59:59Z 2010-06-30T20:25:28Z 2010-14610 0 0 0900006480b03a4c
EEOC-2010-0004-0002 EEOC EEO Surveys - Emergency Extensions Submitted April 2010 EEOC-2010-0004 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice   2010-04-13T04:00:00Z 2010 4 2010-04-13T04:00:00Z   2010-04-21T20:54:21Z 2010-08328 0 0 0900006480ad6606
EEOC-2010-0004-0003 EEOC EEO Surveys - Emergency Extensions Submitted April 2010 EEOC-2010-0004 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice   2010-04-13T04:00:00Z 2010 4 2010-04-13T04:00:00Z   2010-04-21T20:57:40Z 2010-08322 0 0 0900006480ad6608
EEOC-2010-0004-0004 EEOC EEO Surveys - Emergency Extensions Submitted April 2010 EEOC-2010-0004 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice   2010-04-13T04:00:00Z 2010 4 2010-04-13T04:00:00Z   2010-04-21T20:59:18Z 2010-08325 0 0 0900006480ad663c
EEOC-2010-0004-0001 EEOC EEO Surveys - Emergency Extensions Submitted April 2010 EEOC-2010-0004 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice   2010-04-13T04:00:00Z 2010 4 2010-04-13T04:00:00Z   2010-04-21T20:51:37Z 2010-08327 0 0 0900006480ad65dc
EEOC-2010-0003-0002 EEOC Recordkeeping under Title VII and the ADA EEOC-2010-0003 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice Information Collection Request 2010-03-25T04:00:00Z 2010 3 2010-02-22T05:00:00Z 2010-04-24T03:59:59Z 2011-06-11T17:17:11Z   0 0 0900006480ac96ea
EEOC-2010-0003-0001 EEOC Recordkeeping under Title VII and the ADA EEOC-2010-0003 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice   2010-02-22T00:00:00Z 2010 2     2010-03-25T16:36:26Z   0 1 0900006480aa9af5

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