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

6 rows where docket_id = "FWS-HQ-IA-2017-0080" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 5
  • Notice 1

posted_year 1

  • 2017 6

agency_id 1

  • FWS 6
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-IA-2017-0080-0003 FWS Endangered Species; Marine Mammal Receipt of Applications for Permit FWS-HQ-IA-2017-0080 White Oak Conservation, PRT-43164C Supporting & Related Material Application 2017-11-30T05:00:00Z 2017 11     2017-11-30T14:25:02Z   0 0 0900006482cb8eff
FWS-HQ-IA-2017-0080-0004 FWS Endangered Species; Marine Mammal Receipt of Applications for Permit FWS-HQ-IA-2017-0080 Florida Fish and Wildlife Commission, Fish and Wildlife Research Institute, PRT-48288C Supporting & Related Material Application 2017-11-30T05:00:00Z 2017 11     2017-11-30T14:25:02Z   0 0 0900006482cb8f78
FWS-HQ-IA-2017-0080-0006 FWS Endangered Species; Marine Mammal Receipt of Applications for Permit FWS-HQ-IA-2017-0080 Bruce Fairchild, PRT-69947A Supporting & Related Material Application 2017-11-30T05:00:00Z 2017 11     2017-11-30T14:25:03Z   0 0 0900006482cb8f7a
FWS-HQ-IA-2017-0080-0002 FWS Endangered Species; Marine Mammal Receipt of Applications for Permit FWS-HQ-IA-2017-0080 University of California, UC Davis Stable Isotope Facility, PRT-32831C Supporting & Related Material Application 2017-11-30T05:00:00Z 2017 11     2017-11-30T14:25:02Z   0 0 0900006482cb8efe
FWS-HQ-IA-2017-0080-0001 FWS Endangered Species; Marine Mammal Receipt of Applications for Permit FWS-HQ-IA-2017-0080 Endangered Species; Marine Mammal Receipt of Applications for Permit Notice   2017-11-30T05:00:00Z 2017 11 2017-11-30T05:00:00Z 2018-01-03T04:59:59Z 2018-01-03T14:01:25Z 2017-25782 0 0 0900006482cc15c8
FWS-HQ-IA-2017-0080-0005 FWS Endangered Species; Marine Mammal Receipt of Applications for Permit FWS-HQ-IA-2017-0080 BBC Natural History Unit, PRT-53019C Supporting & Related Material Application 2017-11-30T05:00:00Z 2017 11     2017-11-30T14:25:03Z   0 0 0900006482cb8f79

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