documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where docket_id = "FWS-R8-ES-2024-0020" and posted_year = 2024 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_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-R8-ES-2024-0020-0006 | FWS | Endangered and Threatened Species; Receipt of an Incidental Take Permit Application and Habitat Conservation Plan; Rapid Infiltration and Extraction (RIX) Facility, City of Colton, San Bernardino County, California FWS-R8-ES-2024-0020 | Endangered and Threatened Species; Receipt of an Incidental Take Permit Application and Proposed Habitat Conservation Plan; City of Colton, San Bernardino County, CA; Categorical Exclusion; Extension of Public Comment Period | Notice | 2024-04-18T04:00:00Z | 2024 | 4 | 2024-04-18T21:05:55Z | 2024-08259 | 0 | 0 | 09000064864de09f | |||
| FWS-R8-ES-2024-0020-0003 | FWS | Endangered and Threatened Species; Receipt of an Incidental Take Permit Application and Habitat Conservation Plan; Rapid Infiltration and Extraction (RIX) Facility, City of Colton, San Bernardino County, California FWS-R8-ES-2024-0020 | Habitat Conservation Plan For The Issuance Of An Incidental Take Permit Under Section 10(A)(1)(B) Of The Endangered Species Act For The Federally Threatened Santa Ana Sucker On The Rapid Infiltration And Extraction (Rix) Facility City Of Colton, San Bernardino County, California | Supporting & Related Material | 2024-04-03T04:00:00Z | 2024 | 4 | 2024-04-03T14:12:42Z | 0 | 0 | 09000064864b817d | ||||
| FWS-R8-ES-2024-0020-0002 | FWS | Endangered and Threatened Species; Receipt of an Incidental Take Permit Application and Habitat Conservation Plan; Rapid Infiltration and Extraction (RIX) Facility, City of Colton, San Bernardino County, California FWS-R8-ES-2024-0020 | Screening Form Low-Effect Incidental Take Permit Determination and National Environmental Policy Act (NEPA) Environmental Action Statement | Supporting & Related Material | 2024-04-03T04:00:00Z | 2024 | 4 | 2024-04-03T14:12:41Z | 0 | 0 | 09000064864b817c | ||||
| FWS-R8-ES-2024-0020-0001 | FWS | Endangered and Threatened Species; Receipt of an Incidental Take Permit Application and Habitat Conservation Plan; Rapid Infiltration and Extraction (RIX) Facility, City of Colton, San Bernardino County, California FWS-R8-ES-2024-0020 | Endangered and Threatened Species; Receipt of an Incidental Take Permit Application and Proposed Habitat Conservation Plan; City of Colton, San Bernardino County, CA; Categorical Exclusion | Notice | 2024-03-28T04:00:00Z | 2024 | 3 | 2024-03-28T04:00:00Z | 2024-05-07T03:59:59Z | 2024-05-04T01:04:19Z | 2024-06617 | 0 | 0 | 090000648649ed6e |
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);