documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where docket_id = "USDA-2009-0001" and document_type = "Notice" sorted by posted_date descending
This data as json, CSV (advanced)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| USDA-2009-0001-0140 | USDA | Solicitation of Input from Stakeholders on the Roadmap for Agricultural Research, Education, and Extension USDA-2009-0001 | Animal Welfare-Berry Joycey | Notice | 2009-06-26T04:00:00Z | 2009 | 6 | 2009-06-26T04:00:00Z | 2009-06-26T18:35:20Z | 0 | 0 | 09000064809e1a69 | |||
| USDA-2009-0001-0095 | USDA | Solicitation of Input from Stakeholders on the Roadmap for Agricultural Research, Education, and Extension USDA-2009-0001 | Animal Welfare-Ackerley Darren | Notice | 2009-06-22T04:00:00Z | 2009 | 6 | 2009-06-22T04:00:00Z | 2009-06-22T18:10:51Z | 0 | 0 | 09000064809d565b | |||
| USDA-2009-0001-0058 | USDA | Solicitation of Input from Stakeholders on the Roadmap for Agricultural Research, Education, and Extension USDA-2009-0001 | National Sustainable Agriculture Coalition | Notice | 2009-06-22T04:00:00Z | 2009 | 6 | 2009-06-22T04:00:00Z | 2009-06-22T15:06:44Z | 0 | 0 | 09000064809d5262 | |||
| USDA-2009-0001-0002 | USDA | Solicitation of Input from Stakeholders on the Roadmap for Agricultural Research, Education, and Extension USDA-2009-0001 | Solicitation of Input from Stakeholders on the Roadmap for Agricultural Research, etc.; Correction | Notice | 2009-04-10T04:00:00Z | 2009 | 4 | 2009-04-10T04:00:00Z | 2009-06-02T15:32:46Z | E9-08057 | 0 | 0 | 090000648094e175 | ||
| USDA-2009-0001-0001 | USDA | Solicitation of Input from Stakeholders on the Roadmap for Agricultural Research, Education, and Extension USDA-2009-0001 | Solicitation of Input From Stakeholders on the Roadmap for Agricultural Research, Education, and Extension | Notice | 2009-04-01T04:00:00Z | 2009 | 4 | 2009-04-01T04:00:00Z | 2009-06-01T03:59:59Z | 2009-06-02T15:32:46Z | E9-07252 | 0 | 0 | 090000648093b11b |
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);