documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FWS-HQ-MB-2019-0004" and posted_year = 2020 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (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-HQ-MB-2019-0004-0430 | FWS | Migratory Bird Hunting; Service Regulations Committee Meeting FWS-HQ-MB-2019-0004 | Migratory Bird Hunting: Migratory Bird Hunting Regulations on Certain Federal Indian Reservations and Ceded Lands for the 2020-21 Season | Rule | 2020-08-28T04:00:00Z | 2020 | 8 | 2020-08-28T12:15:28Z | 2020-17692 | 0 | 0 | 0900006484827313 | |||
| FWS-HQ-MB-2019-0004-0431 | FWS | Migratory Bird Hunting; Service Regulations Committee Meeting FWS-HQ-MB-2019-0004 | Migratory Bird Hunting: Seasons and Bag and Possession Limits for Certain Migratory Game Birds | Rule | 2020-08-28T04:00:00Z | 2020 | 8 | 2020-08-28T12:16:33Z | 2020-17693 | 0 | 0 | 0900006484827617 | |||
| FWS-HQ-MB-2019-0004-0429 | FWS | Migratory Bird Hunting; Service Regulations Committee Meeting FWS-HQ-MB-2019-0004 | Migratory Bird Hunting: Final 2020-21 Frameworks for Migratory Bird Hunting Regulations | Rule | 2020-08-21T04:00:00Z | 2020 | 8 | 2020-08-21T12:00:17Z | 2020-17691 | 0 | 0 | 0900006484816874 | |||
| FWS-HQ-MB-2019-0004-0016 | FWS | Migratory Bird Hunting; Service Regulations Committee Meeting FWS-HQ-MB-2019-0004 | Migratory Bird Hunting: Proposed Migratory Bird Hunting Regulations on Certain Federal Indian Reservations and Ceded Lands for the 2020-21 Season | Proposed Rule | 2020-04-02T04:00:00Z | 2020 | 4 | 2020-04-02T04:00:00Z | 2020-05-05T03:59:59Z | 2020-05-02T01:01:57Z | 2020-06797 | 0 | 0 | 0900006484481293 | |
| FWS-HQ-MB-2019-0004-0011 | FWS | Migratory Bird Hunting; Service Regulations Committee Meeting FWS-HQ-MB-2019-0004 | ID Experimental Swan Season EA 2019 | Supporting & Related Material | Environmental Assessment | 2020-03-20T04:00:00Z | 2020 | 3 | 2020-03-20T12:01:22Z | 0 | 0 | 0900006484459ab7 | |||
| FWS-HQ-MB-2019-0004-0010 | FWS | Migratory Bird Hunting; Service Regulations Committee Meeting FWS-HQ-MB-2019-0004 | Final EA Framework for General Swan Hunting Seasons | Supporting & Related Material | Environmental Assessment | 2020-03-20T04:00:00Z | 2020 | 3 | 2020-03-20T12:00:35Z | 0 | 0 | 0900006484459ab6 | |||
| FWS-HQ-MB-2019-0004-0008 | FWS | Migratory Bird Hunting; Service Regulations Committee Meeting FWS-HQ-MB-2019-0004 | Migratory Bird Hunting: Proposed 2020-21 Frameworks for Migratory Bird Hunting Regulations | Proposed Rule | 2020-03-19T04:00:00Z | 2020 | 3 | 2020-03-19T04:00:00Z | 2020-04-21T03:59:59Z | 2020-05-01T01:00:47Z | 2020-04918 | 0 | 0 | 09000064844541a1 |
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);