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

11 rows where docket_id = "FWS-R8-ES-2013-0104" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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 7
  • Proposed Rule 3
  • Rule 1

posted_year 2

  • 2014 8
  • 2013 3

agency_id 1

  • FWS 11
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-2013-0104-0215 FWS Threatened Status for the Western Distinct Population Segment of the Yellow-billed Cuckoo FWS-R8-ES-2013-0104 Endangered and Threatened Wildlife and Plants: Western Distinct Population Segment of the Yellow-billed Cuckoo (Coccyzus americanus); Determination Rule   2014-10-03T04:00:00Z 2014 10 2014-10-03T04:00:00Z   2014-10-03T13:26:28Z 2014-23640 0 0 09000064818a6674
FWS-R8-ES-2013-0104-0216 FWS Threatened Status for the Western Distinct Population Segment of the Yellow-billed Cuckoo FWS-R8-ES-2013-0104 YBC Final Listing References Cited Supporting & Related Material Reference (external attachments) 2014-10-03T04:00:00Z 2014 10     2014-10-03T13:27:17Z   0 0 09000064818a5aa7
FWS-R8-ES-2013-0104-0175 FWS Threatened Status for the Western Distinct Population Segment of the Yellow-billed Cuckoo FWS-R8-ES-2013-0104 Endangered and Threatened Wildlife and Plants: Distinct Population Segment of the Yellow-billed Cuckoo (Coccyzus americanus) Proposed Rule   2014-04-10T04:00:00Z 2014 4 2014-04-10T04:00:00Z 2014-04-26T03:59:59Z 2014-10-25T01:07:10Z 2014-07986 0 0 09000064816ad208
FWS-R8-ES-2013-0104-0170 FWS Threatened Status for the Western Distinct Population Segment of the Yellow-billed Cuckoo FWS-R8-ES-2013-0104 Pecos Morphometric Data 2013 Unpublished Supporting & Related Material Reference (internal unless indicated) 2014-03-06T05:00:00Z 2014 3     2014-03-06T22:48:02Z   0 0 090000648160ee6a
FWS-R8-ES-2013-0104-0173 FWS Threatened Status for the Western Distinct Population Segment of the Yellow-billed Cuckoo FWS-R8-ES-2013-0104 2013 Southwestern Willow Flycather Study Results Supporting & Related Material Reference (internal unless indicated) 2014-03-06T05:00:00Z 2014 3     2014-03-06T23:32:30Z   0 0 090000648160ee84
FWS-R8-ES-2013-0104-0174 FWS Threatened Status for the Western Distinct Population Segment of the Yellow-billed Cuckoo FWS-R8-ES-2013-0104 Yellow-billed Cuckoo Study Results 2012 Supporting & Related Material Reference (internal unless indicated) 2014-03-06T05:00:00Z 2014 3     2014-03-06T23:40:02Z   0 0 090000648160ee85
FWS-R8-ES-2013-0104-0169 FWS Threatened Status for the Western Distinct Population Segment of the Yellow-billed Cuckoo FWS-R8-ES-2013-0104 DFA Analysis Pecos and Rio Grande Supporting & Related Material Reference (internal unless indicated) 2014-03-06T05:00:00Z 2014 3     2014-03-06T22:46:05Z   0 0 090000648160ee69
FWS-R8-ES-2013-0104-0141 FWS Threatened Status for the Western Distinct Population Segment of the Yellow-billed Cuckoo FWS-R8-ES-2013-0104 Pecos-YBCU Geolocator Final 2012 Supporting & Related Material Reference (internal unless indicated) 2014-02-04T05:00:00Z 2014 2     2014-02-04T16:31:02Z   0 0 0900006481545f84
FWS-R8-ES-2013-0104-0110 FWS Threatened Status for the Western Distinct Population Segment of the Yellow-billed Cuckoo FWS-R8-ES-2013-0104 Endangered and Threatened Wildlife and Plants: Western Distinct Population Segment of the Yellow-billed Cuckoo (Coccyzus americanus); Status Proposed Rule   2013-12-26T05:00:00Z 2013 12 2013-12-26T05:00:00Z 2014-02-25T04:59:59Z 2014-03-07T02:03:54Z 2013-30750 0 0 09000064814dc91b
FWS-R8-ES-2013-0104-0002 FWS Threatened Status for the Western Distinct Population Segment of the Yellow-billed Cuckoo FWS-R8-ES-2013-0104 References Cited for Proposed Listing Rule for Yellow-Billed Cuckoo Western DPS Supporting & Related Material   2013-10-18T04:00:00Z 2013 10     2013-10-18T16:11:13Z   0 0 090000648145455c
FWS-R8-ES-2013-0104-0001 FWS Threatened Status for the Western Distinct Population Segment of the Yellow-billed Cuckoo FWS-R8-ES-2013-0104 Endangered and Threatened Wildlife and Plants: Status for the Western Distinct Population Segment of the Yellow-billed Cuckoo (Coccyzus americanus) Proposed Rule   2013-10-03T04:00:00Z 2013 10 2013-10-03T04:00:00Z 2013-12-03T04:59:59Z 2013-12-21T02:01:44Z 2013-23725 0 0 0900006481444a4d

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