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

13 rows where docket_id = "USCG-2012-1091" and posted_year = 2013 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 10
  • Notice 3

posted_year 1

  • 2013 · 13 ✖

agency_id 1

  • USCG 13
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-2012-1091-0118 USCG None USCG-2012-1091 Final Environmental Assessment - Table of Contents and Appendices Supporting & Related Material   2013-05-16T04:00:00Z 2013 5     2013-05-16T14:36:31Z   0 0 09000064812e614c
USCG-2012-1091-0117 USCG None USCG-2012-1091 Environmental Assessments; Availability, etc.: Bayonne Bridge Across Kill Van Kull Between Bayonne, Hudson County, NJ and Staten Island, Richmond County, NY (Federal Register Publication) (Notice of availability.) Notice Notice of Availability 2013-05-16T04:00:00Z 2013 5 2013-05-16T04:00:00Z   2017-03-10T22:26:30Z 2013-11627 0 0 09000064812e768c
USCG-2012-1091-0096 USCG None USCG-2012-1091 Transcripts of Newark, NJ Sessions 2/13/2013 Supporting & Related Material   2013-03-06T05:00:00Z 2013 3     2013-03-06T15:53:29Z   0 0 0900006481217fd5
USCG-2012-1091-0094 USCG None USCG-2012-1091 Transcripts of Staten Island, NY Sessions 2/7/2013 Supporting & Related Material   2013-03-06T05:00:00Z 2013 3     2013-03-06T15:45:58Z   0 0 0900006481217fcf
USCG-2012-1091-0090 USCG None USCG-2012-1091 Transcripts of 1st and 2nd Sessions Supporting & Related Material   2013-03-06T05:00:00Z 2013 3     2013-03-06T15:39:36Z   0 0 0900006481217e56
USCG-2012-1091-0038 USCG None USCG-2012-1091 Environment Data - Tables and Appendices Supporting & Related Material   2013-02-14T05:00:00Z 2013 2     2013-02-14T17:48:13Z   0 0 09000064811f810d
USCG-2012-1091-0015 USCG None USCG-2012-1091 U.S. DHS/CG - Bayonne Bridge Navigational Clearance Program Project Summary and Fact Sheet Supporting & Related Material   2013-01-30T05:00:00Z 2013 1     2013-01-30T19:39:00Z   0 0 09000064811df712
USCG-2012-1091-0016 USCG None USCG-2012-1091 Portuguese Translation of U.S. DHS/CG - Bayonne Bridge Navigational Clearance Program Project Summary and Fact Sheet Supporting & Related Material   2013-01-30T05:00:00Z 2013 1     2013-02-05T21:47:45Z   0 0 09000064811df6ec
USCG-2012-1091-0017 USCG None USCG-2012-1091 Spanish Translation of U.S. DHS/CG - Bayonne Bridge Navigational Clearance Program Project Summary and Fact Sheet Supporting & Related Material   2013-01-30T05:00:00Z 2013 1     2013-02-06T16:00:19Z   0 0 09000064811df6f2
USCG-2012-1091-0009 USCG None USCG-2012-1091 Environmental Assessments; Availability, etc.: Modification of Bayonne Bridge Across Kill Van Kull Between Bayonne, Hudson County, NJ, and Staten Island, Richmond County, NY (Federal Register Publication) Notice Notice of Availability 2013-01-25T05:00:00Z 2013 1 2013-01-25T05:00:00Z 2013-03-06T04:59:59Z 2017-03-10T22:26:25Z 2013-01502 0 0 09000064811d79e0
USCG-2012-1091-0008 USCG None USCG-2012-1091 Bayonne Bridge Navigational Clearance Program Responses to Scoping Comments NEPA Workplan, Feb. 2012 Supporting & Related Material   2013-01-23T05:00:00Z 2013 1     2017-03-10T22:42:46Z   0 0 09000064811c6c3e
USCG-2012-1091-0001 USCG None USCG-2012-1091 Environmental Assessments; Availability, etc.: Bayonne Bridge Across Kill Van Kull Between Bayonne, Hudson County, NJ and Staten Island, Richmond County, NY (Federal Register Publication) Notice Request for Comments 2013-01-04T05:00:00Z 2013 1 2013-01-04T05:00:00Z 2013-02-19T04:59:59Z 2017-03-10T22:26:24Z 2012-31650 0 0 09000064811a8061
USCG-2012-1091-0002 USCG None USCG-2012-1091 Bayonne Bridge Navigational Clearance Program - Draft Environmental Assessment Supporting & Related Material   2013-01-04T05:00:00Z 2013 1     2017-03-10T22:42:46Z   0 0 09000064811a0d5a

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