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

9 rows where docket_id = "FWS-HQ-MB-2019-0004" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 4

  • Proposed Rule 3
  • Rule 3
  • Supporting & Related Material 2
  • Notice 1

posted_year 2

  • 2020 7
  • 2019 2

agency_id 1

  • FWS 9
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
FWS-HQ-MB-2019-0004-0002 FWS Migratory Bird Hunting; Service Regulations Committee Meeting FWS-HQ-MB-2019-0004 Migratory Bird Hunting: Proposed 2020-21 Migratory Game Bird Hunting Regulations (Preliminary) with Requests for Indian Tribal Proposals; Meetings Proposed Rule   2019-10-15T04:00:00Z 2019 10 2019-10-15T04:00:00Z 2019-11-16T04:59:59Z 2019-10-31T01:04:00Z 2019-22151 0 0 090000648408de03
FWS-HQ-MB-2019-0004-0001 FWS Migratory Bird Hunting; Service Regulations Committee Meeting FWS-HQ-MB-2019-0004 Service Regulations Committee Meeting: Migratory Bird Hunting Notice Meeting 2019-04-09T04:00:00Z 2019 4 2019-04-09T04:00:00Z   2019-04-09T13:02:57Z 2019-07077 0 0 0900006483b77c7b

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);
Powered by Datasette · Queries took 75.808ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API