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

7 rows where docket_id = "FWS-R1-ES-2012-0070" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Supporting & Related Material 4
  • Proposed Rule 2
  • Rule 1

posted_year 2

  • 2013 5
  • 2012 2

agency_id 1

  • FWS 7
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-R1-ES-2012-0070-0061 FWS Listing 15 Species on Hawaii Island as Endangered FWS-R1-ES-2012-0070 References Cited for Final Rule to List 15 Species on Hawaii as Endangered and Designate Critical Habitat for 3 Species Supporting & Related Material Reference (internal unless indicated) 2013-10-29T04:00:00Z 2013 10     2013-10-29T13:44:26Z   0 0 090000648138a921
FWS-R1-ES-2012-0070-0060 FWS Listing 15 Species on Hawaii Island as Endangered FWS-R1-ES-2012-0070 Endangered and Threatened Wildlife and Plants: Determination of Endangered Species Status for 15 Species on Hawaii Island Rule   2013-10-29T04:00:00Z 2013 10 2013-10-29T04:00:00Z   2013-10-29T13:43:55Z 2013-24103 0 0 090000648146520b
FWS-R1-ES-2012-0070-0035 FWS Listing 15 Species on Hawaii Island as Endangered FWS-R1-ES-2012-0070 Draft Economic Analysis of Critical Habitat Designation for Three Big Island Plants Supporting & Related Material Economic Analysis 2013-04-30T04:00:00Z 2013 4     2013-04-30T13:30:23Z   0 0 09000064812ad1bc
FWS-R1-ES-2012-0070-0033 FWS Listing 15 Species on Hawaii Island as Endangered FWS-R1-ES-2012-0070 Endangered and Threatened Wildlife and Plants: Listing 15 Species on Hawaii Island as Endangered and Designating Critical Habitat for 3 Species Proposed Rule   2013-04-30T04:00:00Z 2013 4 2013-04-30T04:00:00Z 2013-05-31T03:59:59Z 2013-10-26T01:02:49Z 2013-10044 0 0 09000064812ada56
FWS-R1-ES-2012-0070-0034 FWS Listing 15 Species on Hawaii Island as Endangered FWS-R1-ES-2012-0070 Literature Cited List for Big Island Notice of Availability Supporting & Related Material Reference (internal unless indicated) 2013-04-30T04:00:00Z 2013 4     2013-04-30T13:27:29Z   0 0 09000064812ad1bb
FWS-R1-ES-2012-0070-0001 FWS Listing 15 Species on Hawaii Island as Endangered FWS-R1-ES-2012-0070 Endangered and Threatened Wildlife and Plants: Listing 15 Species on Hawaii Island as Endangered and Designating Critical Habitat for 3 Species Proposed Rule   2012-10-17T04:00:00Z 2012 10 2012-10-17T04:00:00Z 2012-12-18T04:59:59Z 2013-06-12T01:01:24Z 2012-24550 0 0 0900006481144d14
FWS-R1-ES-2012-0070-0002 FWS Listing 15 Species on Hawaii Island as Endangered FWS-R1-ES-2012-0070 References Cited for Proposed Rule to List 15 Species on Hawaii Island as Endangered and Designate Critical Habitat for 3 Species Supporting & Related Material Index 2012-10-17T04:00:00Z 2012 10     2012-10-17T13:24:09Z   0 0 0900006481124ece

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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 10.274ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API