documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FWS-R6-ES-2022-0130" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: 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-R6-ES-2022-0130-0006 | FWS | 12 month finding; Stage station milkvetch FWS-R6-ES-2022-0130 | Milkvetch CAS FINAL_SIGNED_20220520 | Supporting & Related Material | 2022-12-29T05:00:00Z | 2022 | 12 | 2022-12-29T21:36:43Z | 0 | 0 | 0900006485560e80 | ||||
| FWS-R6-ES-2022-0130-0003 | FWS | 12 month finding; Stage station milkvetch FWS-R6-ES-2022-0130 | PECE analysis of 3milkvetches CAS_FINAL_20220520 | Supporting & Related Material | 2022-12-29T05:00:00Z | 2022 | 12 | 2022-12-29T21:36:40Z | 0 | 0 | 090000648555fb32 | ||||
| FWS-R6-ES-2022-0130-0005 | FWS | 12 month finding; Stage station milkvetch FWS-R6-ES-2022-0130 | PETITION_206 species Forest Guardians R6 7-24-07 | Supporting & Related Material | 2022-12-29T05:00:00Z | 2022 | 12 | 2022-12-29T21:36:42Z | 0 | 0 | 0900006485560e7f | ||||
| FWS-R6-ES-2022-0130-0007 | FWS | 12 month finding; Stage station milkvetch FWS-R6-ES-2022-0130 | SSA_CiscoMilkvetch_IselysMilkvetch_StageStationMilkvetch - See Attachments | Supporting & Related Material | 2022-12-29T05:00:00Z | 2022 | 12 | 2022-12-29T21:36:44Z | 0 | 0 | 0900006485560e81 | ||||
| FWS-R6-ES-2022-0130-0004 | FWS | 12 month finding; Stage station milkvetch FWS-R6-ES-2022-0130 | Peer review comments_20220223_SSA | Supporting & Related Material | 2022-12-29T05:00:00Z | 2022 | 12 | 2022-12-29T21:36:41Z | 0 | 0 | 090000648555fb33 | ||||
| FWS-R6-ES-2022-0130-0002 | FWS | 12 month finding; Stage station milkvetch FWS-R6-ES-2022-0130 | Stage station milkvetch Species Assessment And Listing Priority Assignment Form | Supporting & Related Material | 2022-12-29T05:00:00Z | 2022 | 12 | 2022-12-29T14:34:28Z | 0 | 0 | 090000648554f7ad | ||||
| FWS-R6-ES-2022-0130-0001 | FWS | 12 month finding; Stage station milkvetch FWS-R6-ES-2022-0130 | Endangered and Threatened Species: One Species Not Warranted for Delisting and Seven Species Not Warranted for Listing as Endangered or Threatened Species | Rule | 2022-12-29T05:00:00Z | 2022 | 12 | 2022-12-29T14:41:01Z | 2022-28233 | 0 | 0 | 090000648555bc7c |
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);