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-R8-ES-2011-0064" 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)

posted_year 3

  • 2013 4
  • 2012 3
  • 2011 2

document_type 3

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

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-R8-ES-2011-0064-0037 FWS Designation of Critical Habitat for Astragalus lentiginosus var. coachellae (Coachella Valley Milk-Vetch) FWS-R8-ES-2011-0064 UTM Coordinates for Final Critical Habitat for Astragalus lentiginosus var. coachellae “Coachella Valley milk-vetch” Supporting & Related Material Map 2013-02-14T05:00:00Z 2013 2     2013-02-14T13:59:22Z   0 0 09000064811f84b2
FWS-R8-ES-2011-0064-0034 FWS Designation of Critical Habitat for Astragalus lentiginosus var. coachellae (Coachella Valley Milk-Vetch) FWS-R8-ES-2011-0064 Endangered and Threatened Wildlife and Plants: Designation of Critical Habitat for Astragalus lentiginosus var. coachellae (Coachella Valley milk-vetch) Rule   2013-02-13T05:00:00Z 2013 2 2013-02-13T05:00:00Z   2013-02-13T14:51:02Z 2013-03109 0 0 09000064811f6fb5
FWS-R8-ES-2011-0064-0035 FWS Designation of Critical Habitat for Astragalus lentiginosus var. coachellae (Coachella Valley Milk-Vetch) FWS-R8-ES-2011-0064 Literature Cited for Astragalus lentiginosus var. coachellae Final Rule Supporting & Related Material Reference (internal unless indicated) 2013-02-13T05:00:00Z 2013 2     2013-02-13T14:51:48Z   0 0 09000064811e8e76
FWS-R8-ES-2011-0064-0036 FWS Designation of Critical Habitat for Astragalus lentiginosus var. coachellae (Coachella Valley Milk-Vetch) FWS-R8-ES-2011-0064 Final Economic Analysis of Critical Habitat Designation for the Coachella Valley Milk-Vetch Supporting & Related Material Economic Analysis 2013-02-13T05:00:00Z 2013 2     2013-02-13T14:51:49Z   0 0 09000064811e8e77
FWS-R8-ES-2011-0064-0027 FWS Designation of Critical Habitat for Astragalus lentiginosus var. coachellae (Coachella Valley Milk-Vetch) FWS-R8-ES-2011-0064 Draft Economic Analysis of Critical Habitat Designation for the coachella Valley Milk-Vetch Supporting & Related Material Economic Analysis 2012-05-16T04:00:00Z 2012 5     2012-05-16T13:50:34Z   0 0 0900006481010272
FWS-R8-ES-2011-0064-0028 FWS Designation of Critical Habitat for Astragalus lentiginosus var. coachellae (Coachella Valley Milk-Vetch) FWS-R8-ES-2011-0064 References Cited for Notice of Availability and Reopening Comment Period - 77 FR 28846; May 16, 2012 Supporting & Related Material Reference (internal unless indicated) 2012-05-16T04:00:00Z 2012 5     2012-05-16T13:50:34Z   0 0 0900006481010273
FWS-R8-ES-2011-0064-0026 FWS Designation of Critical Habitat for Astragalus lentiginosus var. coachellae (Coachella Valley Milk-Vetch) FWS-R8-ES-2011-0064 Endangered and Threatened Wildlife and Plants: Designation of Critical Habitat for Astragalus lentiginosus var. coachellae, Coachella Valley milk-vetch Proposed Rule   2012-05-16T04:00:00Z 2012 5 2012-05-16T04:00:00Z 2012-06-16T03:59:59Z 2012-06-22T02:00:38Z 2012-11671 0 0 090000648101064d
FWS-R8-ES-2011-0064-0001 FWS Designation of Critical Habitat for Astragalus lentiginosus var. coachellae (Coachella Valley Milk-Vetch) FWS-R8-ES-2011-0064 Endangered and Threatened Wildlife and Plants: Designation of Critical Habitat for Astragalus lentiginosus var. coachellae Proposed Rule   2011-08-25T04:00:00Z 2011 8 2011-08-25T04:00:00Z 2011-10-25T03:59:59Z 2011-08-25T17:36:10Z 2011-21442 0 0 0900006480eee914
FWS-R8-ES-2011-0064-0002 FWS Designation of Critical Habitat for Astragalus lentiginosus var. coachellae (Coachella Valley Milk-Vetch) FWS-R8-ES-2011-0064 Literature Cited for Proposed Revised Critical Habitat for Coachella Valley milk-vetch (Astragalus lentiginosus var. coachellae) Supporting & Related Material Reference (internal unless indicated) 2011-08-25T04:00:00Z 2011 8     2011-08-25T17:36:49Z   0 0 0900006480ee37f7

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