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

11 rows where docket_id = "NLRB_FRDOC_0001" and posted_year = 2018 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Notice 7
  • Proposed Rule 4

posted_year 1

  • 2018 · 11 ✖

agency_id 1

  • NLRB 11
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
NLRB_FRDOC_0001-0117 NLRB Recently Posted NLRB Rules and Notices. NLRB_FRDOC_0001 The Standard for Determining Joint-Employer Status; Extension of Comment Period Proposed Rule   2018-12-13T05:00:00Z 2018 12 2018-12-13T05:00:00Z 2019-01-15T04:59:59Z 2019-01-15T02:00:34Z 2018-27024 0 0 090000648398ec4a
NLRB_FRDOC_0001-0110 NLRB Recently Posted NLRB Rules and Notices. NLRB_FRDOC_0001 The Standard for Determining Joint-Employer Look; Extension of Comment Period Proposed Rule   2018-11-05T05:00:00Z 2018 11 2018-11-05T05:00:00Z 2018-12-14T04:59:59Z 2018-12-14T02:04:25Z 2018-24134 0 0 0900006483898ba1
NLRB_FRDOC_0001-0111 NLRB Recently Posted NLRB Rules and Notices. NLRB_FRDOC_0001 Appointments of Individuals to Serve as Members of Performance Review Boards Notice   2018-11-05T05:00:00Z 2018 11 2018-11-05T05:00:00Z   2018-11-05T12:57:52Z 2018-24133 0 0 0900006483898dc4
NLRB_FRDOC_0001-0109 NLRB Recently Posted NLRB Rules and Notices. NLRB_FRDOC_0001 Meetings; Sunshine Act Notice   2018-10-01T04:00:00Z 2018 10 2018-10-01T04:00:00Z   2018-10-01T12:06:42Z 2018-21443 0 0 0900006483785880
NLRB_FRDOC_0001-0107 NLRB Recently Posted NLRB Rules and Notices. NLRB_FRDOC_0001 Meetings; Sunshine Act Notice   2018-07-26T04:00:00Z 2018 7 2018-07-26T04:00:00Z   2018-07-26T11:56:38Z 2018-16047 0 0 090000648355d61c
NLRB_FRDOC_0001-0106 NLRB Recently Posted NLRB Rules and Notices. NLRB_FRDOC_0001 Meetings; Sunshine Act Notice   2018-05-21T04:00:00Z 2018 5 2018-05-21T04:00:00Z   2018-05-21T12:11:46Z 2018-10936 0 0 09000064832a0044
NLRB_FRDOC_0001-0105 NLRB Recently Posted NLRB Rules and Notices. NLRB_FRDOC_0001 Representation-Case Procedures Proposed Rule   2018-03-16T04:00:00Z 2018 3 2018-03-16T04:00:00Z   2018-03-16T12:36:42Z 2018-05156 0 0 090000648301bfb1
NLRB_FRDOC_0001-0104 NLRB Recently Posted NLRB Rules and Notices. NLRB_FRDOC_0001 Meetings; Sunshine Act Notice   2018-02-20T05:00:00Z 2018 2 2018-02-20T05:00:00Z   2018-02-20T13:07:32Z 2018-03531 0 0 0900006482f45a01
NLRB_FRDOC_0001-0103 NLRB Recently Posted NLRB Rules and Notices. NLRB_FRDOC_0001 Meetings; Sunshine Act Notice   2018-02-20T05:00:00Z 2018 2 2018-02-20T05:00:00Z   2018-02-20T13:07:21Z 2018-03533 0 0 0900006482f45996
NLRB_FRDOC_0001-0102 NLRB Recently Posted NLRB Rules and Notices. NLRB_FRDOC_0001 Amendment of Statement of Organization and Functions; Restructuring of National Labor Relations Board's Field Organization Notice   2018-01-31T05:00:00Z 2018 1 2018-01-31T05:00:00Z   2018-01-31T13:09:12Z 2018-01921 0 0 0900006482e82df0
NLRB_FRDOC_0001-0101 NLRB Recently Posted NLRB Rules and Notices. NLRB_FRDOC_0001 Representation-Case Procedures Proposed Rule   2018-01-29T05:00:00Z 2018 1 2018-01-29T05:00:00Z   2018-01-29T13:15:49Z 2018-01622 0 0 0900006482e75eb3

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