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 = "EEOC", document_type = "Notice" and posted_year = 2023 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2023 · 10 ✖

document_type 1

  • Notice · 10 ✖

agency_id 1

  • EEOC · 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
EEOC_FRDOC_0001-0319 EEOC Recently Posted EEOC Rules and Notices EEOC_FRDOC_0001 Performance Review Board Members Notice   2023-10-19T04:00:00Z 2023 10 2023-10-19T04:00:00Z   2023-10-19T12:10:44Z 2023-23088 0 0 090000648610b898
EEOC_FRDOC_0001-0318 EEOC Recently Posted EEOC Rules and Notices EEOC_FRDOC_0001 Proposed Enforcement Guidance on Harassment in the Workplace Notice   2023-10-02T04:00:00Z 2023 10 2023-10-02T04:00:00Z 2023-11-02T03:59:59Z 2024-02-18T01:35:58Z 2023-21644 0 0 090000648601989e
EEOC_FRDOC_0001-0317 EEOC Recently Posted EEOC Rules and Notices EEOC_FRDOC_0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice   2023-09-08T04:00:00Z 2023 9 2023-09-08T04:00:00Z 2023-10-11T03:59:59Z 2023-09-08T12:35:08Z 2023-19399 0 0 0900006485f588ce
EEOC_FRDOC_0001-0316 EEOC Recently Posted EEOC Rules and Notices EEOC_FRDOC_0001 Performance Review Board Members Notice   2023-09-07T04:00:00Z 2023 9 2023-09-07T04:00:00Z   2023-09-07T12:14:35Z 2023-19349 0 0 0900006485f508ef
EEOC-2023-0003-0001 EEOC Agency Information Collection Activities: Renewal Without Change of Existing Collection; Comment Request EEOC-2023-0003 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice   2023-06-12T04:00:00Z 2023 6 2023-06-12T04:00:00Z 2023-08-12T03:59:59Z 2023-06-16T14:33:34Z 2023-12412 0 0 0900006485b02a96
EEOC-2023-0001-0005 EEOC 2023 Demographic Information on Applicants for Federal Employment EEOC-2023-0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice   2023-06-08T04:00:00Z 2023 6 2023-06-08T04:00:00Z 2023-07-11T03:59:59Z 2023-06-12T14:47:19Z 2023-12252 0 0 0900006485adeb54
EEOC_FRDOC_0001-0310 EEOC Recently Posted EEOC Rules and Notices EEOC_FRDOC_0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice   2023-05-02T04:00:00Z 2023 5 2023-05-02T04:00:00Z 2023-06-02T03:59:59Z 2023-05-02T12:05:31Z 2023-09216 0 0 09000064859b7b7e
EEOC-2023-0001-0001 EEOC 2023 Demographic Information on Applicants for Federal Employment EEOC-2023-0001 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice   2023-03-08T05:00:00Z 2023 3 2023-03-08T05:00:00Z 2023-05-09T03:59:59Z 2023-05-09T01:00:59Z 2023-04740 0 0 0900006485776403
EEOC_FRDOC_0001-0306 EEOC Recently Posted EEOC Rules and Notices EEOC_FRDOC_0001 Meetings; Sunshine Act Notice   2023-01-23T05:00:00Z 2023 1 2023-01-23T05:00:00Z   2023-01-23T13:26:19Z 2023-01395 0 0 0900006485602610
EEOC-2022-0006-0001 EEOC Draft Strategic Enforcement Plan 2023-2027 EEOC-2022-0006 Draft Strategic Enforcement Plan Notice   2023-01-10T05:00:00Z 2023 1 2023-01-10T05:00:00Z 2023-02-10T04:59:59Z 2023-02-15T02:01:15Z 2023-00283 0 0 09000064855d1193

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