documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where agency_id = "FWS", document_type = "Notice" and posted_year = 2010 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date (date), comment_start_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-R4-ES-2010-0055-0001 | FWS | Petition finding for Bay Springs Salamander FWS-R4-ES-2010-0055 | Endangered and Threatened Wildlife and Plants: 90-Day Finding on a Petition to List the Bay Springs Salamander as Endangered | Notice | 2010-11-02T04:00:00Z | 2010 | 11 | 2010-11-02T04:00:00Z | 2010-11-05T16:36:34Z | 2010-27514 | 0 | 0 | 0900006480b7d3e9 | ||
| FWS-R9-MB-2010-0060-0001 | FWS | Migratory Birds; Take of Peregrine Falcons for Use in Falconry FWS-R9-MB-2010-0060 | Take of Migrant Peregrine Falcons for Use in | Notice | 2010-09-16T04:00:00Z | 2010 | 9 | 2010-09-16T04:00:00Z | 2013-02-26T17:31:10Z | 0 | 0 | 0900006480b5062b | |||
| FWS-R5-ES-2010-0032-0001 | FWS | Petition Finding for the Northeast DPS of Gray Wolf FWS-R5-ES-2010-0032 | Endangered and Threatened Wildlife and Plants: 90-Day Finding on a Petition To List a Distinct Population Segment of the Gray Wolf; etc. | Notice | 2010-06-10T04:00:00Z | 2010 | 6 | 2010-06-10T04:00:00Z | 2010-06-10T13:52:58Z | 2010-13882 | 0 | 0 | 0900006480affa00 | ||
| FWS-R9-ES-2009-0075-0002 | FWS | Review of Native Species That Are Candidates for Listing as Endangered or Threatened; Annual Notice of Findings on Resubmitted Petitions; Annual Description of Progress on Listing Actions FWS-R9-ES-2009-0075 | Endangered and Threatened Wildlife and Plants: Review of Native Species that are Candidates for Listing as Endangered or Threatened, etc.; Correction | Notice | 2010-02-24T05:00:00Z | 2010 | 2 | 2010-02-24T05:00:00Z | 2013-02-26T17:35:50Z | 2010-03691 | 0 | 0 | 0900006480aad4ec | ||
| FWS-R1-ES-2008-0095-0030 | FWS | Petition Finding For Marbled Murrelet FWS-R1-ES-2008-0095 | 12-Month Finding on a Petition To Remove the Marbled Murrelet (Brachyramphus marmoratus | Notice | 2010-01-21T05:00:00Z | 2010 | 1 | 2010-01-21T05:00:00Z | 2013-02-26T17:34:25Z | 2010-00951 | 0 | 0 | 0900006480a815b5 |
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);