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

5 rows where docket_id = "FWS-HQ-MB-2017-0091" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_date (date), comment_start_date (date), last_modified (date)

document_type 2

  • Supporting & Related Material 4
  • Rule 1

posted_year 1

  • 2018 5

agency_id 1

  • FWS 5
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-2017-0091-0002 FWS Migratory Bird Permits; Removal of Depredation Order for Double-crested Cormorants at Aquaculture Facilities and Depredation Order for Double-crested Cormorants to Protect Public Resources FWS-HQ-MB-2017-0091 DCCO Opinion Supporting & Related Material Settlement 2018-07-16T04:00:00Z 2018 7     2018-07-16T13:04:27Z   0 0 09000064834d3b4d
FWS-HQ-MB-2017-0091-0004 FWS Migratory Bird Permits; Removal of Depredation Order for Double-crested Cormorants at Aquaculture Facilities and Depredation Order for Double-crested Cormorants to Protect Public Resources FWS-HQ-MB-2017-0091 NRS-#1106520-v1-DN 39 ORDER Vacating for the Reasons Expressed (1) Supporting & Related Material Settlement 2018-07-16T04:00:00Z 2018 7     2018-07-16T13:04:29Z   0 0 09000064834d3b4f
FWS-HQ-MB-2017-0091-0005 FWS Migratory Bird Permits; Removal of Depredation Order for Double-crested Cormorants at Aquaculture Facilities and Depredation Order for Double-crested Cormorants to Protect Public Resources FWS-HQ-MB-2017-0091 NRS-#1106521-v1-DN 40 Memorandum Opinion on Vacatur - See text (1) (1) Supporting & Related Material Settlement 2018-07-16T04:00:00Z 2018 7     2018-07-16T13:04:30Z   0 0 09000064834d3b50
FWS-HQ-MB-2017-0091-0003 FWS Migratory Bird Permits; Removal of Depredation Order for Double-crested Cormorants at Aquaculture Facilities and Depredation Order for Double-crested Cormorants to Protect Public Resources FWS-HQ-MB-2017-0091 NRS-#1102762-v1-DN 37 NOTICE i of Supplemental Briefing i (2) (1) Supporting & Related Material Settlement 2018-07-16T04:00:00Z 2018 7     2018-07-16T13:04:28Z   0 0 09000064834d3b4e
FWS-HQ-MB-2017-0091-0001 FWS Migratory Bird Permits; Removal of Depredation Order for Double-crested Cormorants at Aquaculture Facilities and Depredation Order for Double-crested Cormorants to Protect Public Resources FWS-HQ-MB-2017-0091 Migratory Bird Permits: Removal of Depredation Orders for Double-crested Cormorants to Protect Aquaculture Facilities and Public Resources Rule   2018-07-16T04:00:00Z 2018 7 2018-07-16T04:00:00Z   2018-07-16T13:03:37Z 2018-15103 0 0 09000064835002d8

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