documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where agency_id = "FWS", docket_id = "FWS-R7-ES-2022-0025" and posted_year = 2022 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: comment_start_date (date), comment_end_date (date)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FWS-R7-ES-2022-0025-0004 | FWS | Marine Mammals; Incidental Take of Northern Sea Otters During Specified Activities; the Gulf of Alaska FWS-R7-ES-2022-0025 | USCG GOA Proposed ITRs 4MP | Supporting & Related Material | 2022-08-15T04:00:00Z | 2022 | 8 | 2022-08-15T12:21:40Z | 0 | 0 | 0900006485239ee1 | ||||
| FWS-R7-ES-2022-0025-0005 | FWS | Marine Mammals; Incidental Take of Northern Sea Otters During Specified Activities; the Gulf of Alaska FWS-R7-ES-2022-0025 | USCG GOA Proposed ITRs Petition | Supporting & Related Material | 2022-08-15T04:00:00Z | 2022 | 8 | 2022-08-15T12:22:58Z | 0 | 0 | 0900006485239ee2 | ||||
| FWS-R7-ES-2022-0025-0001 | FWS | Marine Mammals; Incidental Take of Northern Sea Otters During Specified Activities; the Gulf of Alaska FWS-R7-ES-2022-0025 | Incidental Take During Specified Activities: Marine Mammals; The Gulf of Alaska | Proposed Rule | 2022-08-15T04:00:00Z | 2022 | 8 | 2022-08-15T04:00:00Z | 2022-09-15T03:59:59Z | 2022-09-15T01:00:44Z | 2022-17445 | 0 | 0 | 09000064852398c1 | |
| FWS-R7-ES-2022-0025-0002 | FWS | Marine Mammals; Incidental Take of Northern Sea Otters During Specified Activities; the Gulf of Alaska FWS-R7-ES-2022-0025 | USCG GOA Proposed ITRs Lit Cited | Supporting & Related Material | 2022-08-15T04:00:00Z | 2022 | 8 | 2022-08-15T12:20:37Z | 0 | 0 | 0900006485239edf | ||||
| FWS-R7-ES-2022-0025-0003 | FWS | Marine Mammals; Incidental Take of Northern Sea Otters During Specified Activities; the Gulf of Alaska FWS-R7-ES-2022-0025 | USCG GOA Proposed ITRs Draft EA | Supporting & Related Material | 2022-08-15T04:00:00Z | 2022 | 8 | 2022-08-15T12:20:58Z | 0 | 0 | 0900006485239ee0 | ||||
| FWS-R7-ES-2022-0025-0006 | FWS | Marine Mammals; Incidental Take of Northern Sea Otters During Specified Activities; the Gulf of Alaska FWS-R7-ES-2022-0025 | USCG GOA Proposed ITRs Supplemental Figures | Supporting & Related Material | 2022-08-15T04:00:00Z | 2022 | 8 | 2022-08-15T12:23:23Z | 0 | 0 | 090000648523997d |
Advanced export
JSON shape: default, array, newline-delimited, object
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);