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-R2-ES-2013-0018" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Supporting & Related Material 5
  • Proposed Rule 1
  • Rule 1

posted_year 1

  • 2013 7

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-R2-ES-2013-0018-0010 FWS Designation of Critical Habitat for Gierisch Mallow FWS-R2-ES-2013-0018 Environmental Assessment for Designation of Critical Habitat for the Gierisch Mallow Supporting & Related Material Environmental Assessment 2013-08-13T04:00:00Z 2013 8     2013-08-13T16:04:09Z   0 0 09000064813af676
FWS-R2-ES-2013-0018-0009 FWS Designation of Critical Habitat for Gierisch Mallow FWS-R2-ES-2013-0018 NOTE: Economic Analysis Supporting & Related Material Reference (internal unless indicated) 2013-08-13T04:00:00Z 2013 8     2013-08-13T14:54:22Z   0 0 09000064813af672
FWS-R2-ES-2013-0018-0008 FWS Designation of Critical Habitat for Gierisch Mallow FWS-R2-ES-2013-0018 Literature Cited for Final Rule for Gierisch Mallow (Sphaeralcea gierischii) Supporting & Related Material Reference (internal unless indicated) 2013-08-13T04:00:00Z 2013 8     2013-08-13T14:53:32Z   0 0 09000064813af670
FWS-R2-ES-2013-0018-0007 FWS Designation of Critical Habitat for Gierisch Mallow FWS-R2-ES-2013-0018 Endangered and Threatened Wildlife and Plants: Designation of Critical Habitat for Sphaeralcea gierischii (Gierisch Mallow) Rule   2013-08-13T04:00:00Z 2013 8 2013-08-13T04:00:00Z   2016-06-10T01:00:30Z 2013-19385 0 0 09000064813af076
FWS-R2-ES-2013-0018-0002 FWS Designation of Critical Habitat for Gierisch Mallow FWS-R2-ES-2013-0018 Draft Environmental Assessment for Designation of Critical Habitat for the Gierisch Mallow Supporting & Related Material NEPA Documentation 2013-03-28T04:00:00Z 2013 3     2013-03-28T14:19:59Z   0 0 09000064812450a8
FWS-R2-ES-2013-0018-0001 FWS Designation of Critical Habitat for Gierisch Mallow FWS-R2-ES-2013-0018 Endangered and Threatened Wildlife and Plants: Listing as Endangered and Designation of Critical Habitat for Gierisch Mallow Proposed Rule   2013-03-28T04:00:00Z 2013 3 2013-03-28T04:00:00Z 2013-04-30T03:59:59Z 2013-07-26T01:02:27Z 2013-07122 0 0 090000648124a4cf
FWS-R2-ES-2013-0018-0003 FWS Designation of Critical Habitat for Gierisch Mallow FWS-R2-ES-2013-0018 Draft Economic Analysis of Critical Habitat Designations for Three Arizona Plants Supporting & Related Material Economic Analysis 2013-03-28T04:00:00Z 2013 3     2013-03-28T14:19:59Z   0 0 09000064812450de

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