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

5 rows where docket_id = "USCG-2014-0713" and document_type = "Notice" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 4

  • 2021 2
  • 2014 1
  • 2016 1
  • 2018 1

document_type 1

  • Notice · 5 ✖

agency_id 1

  • USCG 5
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
USCG-2014-0713-0028 USCG None USCG-2014-0713 Collection of Information Under Review by Office of Management and Budget; OMB Control Number 1625-NEW Notice   2021-11-22T05:00:00Z 2021 11 2021-11-22T05:00:00Z 2021-12-23T04:59:59Z 2021-12-04T02:00:44Z 2021-25433 0 0 0900006484e712db
USCG-2014-0713-0026 USCG None USCG-2014-0713 Information Collection Request to Office of Management and Budget; OMB Control Number: 1625–NEW Notice   2021-07-28T04:00:00Z 2021 7 2021-07-28T04:00:00Z 2021-09-28T03:59:59Z 2021-09-28T01:00:46Z 2021-15987 0 0 0900006484c14740
USCG-2014-0713-0018 USCG None USCG-2014-0713 Collection of Information Under Review by Office of Management and Budget; OMB Control Number: 1625- NEW Notice 30 Day Proposed Information Collection 2018-10-26T04:00:00Z 2018 10 2018-10-26T04:00:00Z 2018-11-27T04:59:59Z 2018-11-27T02:01:06Z 2018-23477 0 0 09000064838557ca
USCG-2014-0713-0008 USCG None USCG-2014-0713 Information Collection Request to Office of Management and Budget; OMB Control Number: 1625-NEW Notice 60 Day Proposed Information Collection 2016-11-29T05:00:00Z 2016 11 2016-11-29T05:00:00Z 2017-01-31T04:59:59Z 2017-01-31T02:02:22Z 2016-28717 0 0 09000064823c607e
USCG-2014-0713-0001 USCG None USCG-2014-0713 Agency Information Collection Activities; Proposals, Submissions, and Approvals (Federal Register Publication) Notice Request for Comments 2014-10-07T04:00:00Z 2014 10 2014-10-07T04:00:00Z 2014-12-09T04:59:59Z 2014-12-11T16:04:15Z 2014-23925 0 0 09000064818af040

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