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 docket_id = "OPM-2023-0012" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_date, posted_month, posted_date (date), last_modified (date)

posted_year 1

  • 2023 10

document_type 1

  • Notice 10

agency_id 1

  • OPM 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
OPM-2023-0012-0009 OPM 2023 Documents Not Taking Comments OPM-2023-0012 Excepted Service: December 2022 Notice   2023-06-27T04:00:00Z 2023 6     2023-07-06T15:23:54Z 2023-13633 0 0 0900006485bfa649
OPM-2023-0012-0005 OPM 2023 Documents Not Taking Comments OPM-2023-0012 Excepted Service: September 2022 Notice   2023-06-27T04:00:00Z 2023 6     2023-07-06T15:20:51Z 2023-13630 0 0 0900006485bfd16c
OPM-2023-0012-0008 OPM 2023 Documents Not Taking Comments OPM-2023-0012 Excepted Service: October 2022 Notice   2023-06-27T04:00:00Z 2023 6     2023-07-06T15:23:11Z 2023-13631 0 0 0900006485bfd02b
OPM-2023-0012-0007 OPM 2023 Documents Not Taking Comments OPM-2023-0012 Excepted Service: February 2023 Notice   2023-06-27T04:00:00Z 2023 6     2023-07-06T15:22:34Z 2023-13635 0 0 0900006485bfd0c5
OPM-2023-0012-0001 OPM 2023 Documents Not Taking Comments OPM-2023-0012 Excepted Service: August 2022 Notice   2023-06-27T04:00:00Z 2023 6     2023-07-06T15:15:23Z 2023-13629 0 0 0900006485bfd2e2
OPM-2023-0012-0006 OPM 2023 Documents Not Taking Comments OPM-2023-0012 Excepted Service: November 2022 Notice   2023-06-27T04:00:00Z 2023 6     2023-07-06T15:21:55Z 2023-13632 0 0 0900006485bfd164
OPM-2023-0012-0004 OPM 2023 Documents Not Taking Comments OPM-2023-0012 Excepted Service: July 2022 Notice   2023-06-27T04:00:00Z 2023 6     2023-07-06T15:20:06Z 2023-13628 0 0 0900006485bfd16d
OPM-2023-0012-0003 OPM 2023 Documents Not Taking Comments OPM-2023-0012 Excepted Service: March 2023 Notice   2023-06-27T04:00:00Z 2023 6     2023-07-06T15:17:41Z 2023-13636 0 0 0900006485bfd24a
OPM-2023-0012-0002 OPM 2023 Documents Not Taking Comments OPM-2023-0012 Excepted Service: January 2023 Notice   2023-06-27T04:00:00Z 2023 6     2023-07-06T15:16:30Z 2023-13634 0 0 0900006485bfd293
OPM-2023-0012-0010 OPM 2023 Documents Not Taking Comments OPM-2023-0012 Meetings: Federal Prevailing Rate Advisory Committee Notice   2023-05-25T04:00:00Z 2023 5     2023-07-06T15:26:11Z 2023-11221 0 0 0900006485a5dc51

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