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

12 rows where docket_id = "MARAD-2019-0093" and posted_year = 2021 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Other 10
  • Notice 2

posted_year 1

  • 2021 · 12 ✖

agency_id 1

  • MARAD 12
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
MARAD-2019-0093-2942 MARAD Texas GulfLink Deepwater Port License Application MARAD-2019-0093 GulfLink - Letter from EPA (Reissued DEIS) - 11-5-21 Other Report 2021-11-16T05:00:00Z 2021 11 2021-11-16T05:00:00Z   2021-11-16T22:43:24Z   0 0 0900006484e54a84
MARAD-2019-0093-2887 MARAD Texas GulfLink Deepwater Port License Application MARAD-2019-0093 Michael and Nancy Noska Other Supplemental Comment 2021-11-03T04:00:00Z 2021 11 2021-11-03T04:00:00Z   2021-11-03T17:44:28Z   0 0 0900006484e05dc1
MARAD-2019-0093-2854 MARAD Texas GulfLink Deepwater Port License Application MARAD-2019-0093 Comment from Allison Cruz Other Additional Information 2021-10-29T04:00:00Z 2021 10 2021-10-29T04:00:00Z   2021-10-29T17:15:07Z   0 0 0900006484df8b9a
MARAD-2019-0093-2853 MARAD Texas GulfLink Deepwater Port License Application MARAD-2019-0093 GulfLink - DEIS Public Meeting Transcript Other Additional Information 2021-10-27T04:00:00Z 2021 10 2021-10-27T04:00:00Z   2021-10-27T20:03:02Z   0 0 0900006484dfa3f1
MARAD-2019-0093-2852 MARAD Texas GulfLink Deepwater Port License Application MARAD-2019-0093 GulfLink - Resumen Ejecutivo Other Additional Information 2021-10-26T04:00:00Z 2021 10 2021-10-26T04:00:00Z   2021-10-26T16:59:07Z   0 0 0900006484df4545
MARAD-2019-0093-2841 MARAD Texas GulfLink Deepwater Port License Application MARAD-2019-0093 Appendix R Ichthyoplankton Impact Assessment June 2021 Other Additional Information 2021-10-06T04:00:00Z 2021 10 2021-10-06T04:00:00Z   2021-10-06T12:16:55Z   0 0 0900006484dbc482
MARAD-2019-0093-2840 MARAD Texas GulfLink Deepwater Port License Application MARAD-2019-0093 Deepwater Port License Application: Texas GulfLink LLC Notice Request for Comments 2021-09-24T04:00:00Z 2021 9 2021-09-24T04:00:00Z   2021-11-16T22:37:20Z 2021-20284 0 0 0900006484da6d9f
MARAD-2019-0093-2839 MARAD Texas GulfLink Deepwater Port License Application MARAD-2019-0093 TGL Public Meeting with Spanish Translation of Opening Comments Other Hearing/Meeting Transcript 2021-05-08T04:00:00Z 2021 5 2021-05-08T04:00:00Z   2021-05-09T01:17:14Z   0 0 0900006484ad9519
MARAD-2019-0093-2838 MARAD Texas GulfLink Deepwater Port License Application MARAD-2019-0093 NOAA’s National Marine Fisheries Service Habitat Conservation Division (NMFS HCD) Other Action Memo or Letter 2021-02-09T05:00:00Z 2021 2 2021-02-09T05:00:00Z   2021-02-09T17:21:40Z   0 0 0900006484a227eb
MARAD-2019-0093-2193 MARAD Texas GulfLink Deepwater Port License Application MARAD-2019-0093 Deepwater Port License Application: Texas GulfLink LLC; Extension of Draft Environmental Impact Statement Comment Period Notice Request for Comments 2021-01-13T05:00:00Z 2021 1 2021-01-13T05:00:00Z 2021-01-23T04:59:59Z 2021-01-29T02:00:38Z 2020-28044 0 0 09000064849f14e6
MARAD-2019-0093-0319 MARAD Texas GulfLink Deepwater Port License Application MARAD-2019-0093 GulfLink - Transcript Public Meeting - 12-17-20 Other Transcript(s) 2021-01-04T05:00:00Z 2021 1 2021-01-04T05:00:00Z   2021-01-04T19:39:10Z   0 0 09000064849dbd0c
MARAD-2019-0093-0318 MARAD Texas GulfLink Deepwater Port License Application MARAD-2019-0093 GulfLink - Transcript Public Meeting - 12-16-20 Other Transcript(s) 2021-01-04T05:00:00Z 2021 1 2021-01-04T05:00:00Z   2021-01-04T19:39:09Z   0 0 09000064849dbd09

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