documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "FWS-R3-ES-2020-0103" and posted_year = 2020 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: last_modified, posted_date (date), last_modified (date)
| 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-R3-ES-2020-0103-0002 | FWS | Endangered and Threatened Wildlife and Plants; 12-Month Finding for the Monarch Butterfly FWS-R3-ES-2020-0103 | Final Summary Report - Monarch Peer Review_10-11-2018 | Supporting & Related Material | 2020-12-17T05:00:00Z | 2020 | 12 | 2020-12-17T14:33:26Z | 0 | 0 | 09000064849a1860 | ||||
| FWS-R3-ES-2020-0103-0005 | FWS | Endangered and Threatened Wildlife and Plants; 12-Month Finding for the Monarch Butterfly FWS-R3-ES-2020-0103 | Monarch SSA Pesticide Supplemental Materials 2020 | Supporting & Related Material | 2020-12-17T05:00:00Z | 2020 | 12 | 2020-12-17T14:33:28Z | 0 | 0 | 09000064849a1863 | ||||
| FWS-R3-ES-2020-0103-0009 | FWS | Endangered and Threatened Wildlife and Plants; 12-Month Finding for the Monarch Butterfly FWS-R3-ES-2020-0103 | Webb peer review-COI_monarch SSA v2 | Supporting & Related Material | 2020-12-17T05:00:00Z | 2020 | 12 | 2020-12-17T14:33:30Z | 0 | 0 | 09000064849a1dbd | ||||
| FWS-R3-ES-2020-0103-0004 | FWS | Endangered and Threatened Wildlife and Plants; 12-Month Finding for the Monarch Butterfly FWS-R3-ES-2020-0103 | Malcolm_2018_perscomm | Supporting & Related Material | 2020-12-17T05:00:00Z | 2020 | 12 | 2020-12-17T14:33:27Z | 0 | 0 | 09000064849a1862 | ||||
| FWS-R3-ES-2020-0103-0007 | FWS | Endangered and Threatened Wildlife and Plants; 12-Month Finding for the Monarch Butterfly FWS-R3-ES-2020-0103 | Monarch-SSA-report | Supporting & Related Material | 2020-12-17T05:00:00Z | 2020 | 12 | 2020-12-17T14:33:29Z | 0 | 0 | 09000064849a1865 | ||||
| FWS-R3-ES-2020-0103-0006 | FWS | Endangered and Threatened Wildlife and Plants; 12-Month Finding for the Monarch Butterfly FWS-R3-ES-2020-0103 | Monarch-SAF | Supporting & Related Material | 2020-12-17T05:00:00Z | 2020 | 12 | 2020-12-17T14:33:29Z | 0 | 0 | 09000064849a1864 | ||||
| FWS-R3-ES-2020-0103-0001 | FWS | Endangered and Threatened Wildlife and Plants; 12-Month Finding for the Monarch Butterfly FWS-R3-ES-2020-0103 | Endangered and Threatened Species: 12-Month Finding for the Monarch Butterfly | Rule | 2020-12-17T05:00:00Z | 2020 | 12 | 2020-12-17T14:32:19Z | 2020-27523 | 0 | 0 | 09000064849a4641 | |||
| FWS-R3-ES-2020-0103-0003 | FWS | Endangered and Threatened Wildlife and Plants; 12-Month Finding for the Monarch Butterfly FWS-R3-ES-2020-0103 | Loftin peer review-COI_monarch SSA v2 | Supporting & Related Material | 2020-12-17T05:00:00Z | 2020 | 12 | 2020-12-17T14:33:27Z | 0 | 0 | 09000064849a1861 | ||||
| FWS-R3-ES-2020-0103-0008 | FWS | Endangered and Threatened Wildlife and Plants; 12-Month Finding for the Monarch Butterfly FWS-R3-ES-2020-0103 | Taylor_2020_perscomm | Supporting & Related Material | 2020-12-17T05:00:00Z | 2020 | 12 | 2020-12-17T14:33:30Z | 0 | 0 | 09000064849a1866 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);