documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where docket_id = "APHIS-2013-0043" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| APHIS-2013-0043-4812 | APHIS | Monsanto Co.; Notice of Intent to Prepare an Environmental Impact Statement for Determination of Nonregulated Status of Herbicide Resistant Soybeans and Cotton, and Notice of Virtual Public Meetings APHIS-2013-0043 | Determinations of Nonregulated Status: Monsanto Co., Herbicide Resistant Soybean and Cotton | Notice | Availability of Document | 2015-01-20T05:00:00Z | 2015 | 1 | 2015-01-20T05:00:00Z | 2015-01-20T14:36:42Z | 2015-00723 | 0 | 0 | 09000064819d233a | |
| APHIS-2013-0043-3423 | APHIS | Monsanto Co.; Notice of Intent to Prepare an Environmental Impact Statement for Determination of Nonregulated Status of Herbicide Resistant Soybeans and Cotton, and Notice of Virtual Public Meetings APHIS-2013-0043 | Environmental Impact Statements; Availability, etc.: Monsanto Co., Determination of Nonregulated Status of Herbicide Resistant Soybeans and Cotton | Notice | Availability of Environmental Assessment | 2014-09-30T04:00:00Z | 2014 | 9 | 2014-09-30T04:00:00Z | 2014-10-11T03:59:59Z | 2014-10-16T01:03:31Z | 2014-23180 | 0 | 0 | 090000648189c0b3 |
| APHIS-2013-0043-0007 | APHIS | Monsanto Co.; Notice of Intent to Prepare an Environmental Impact Statement for Determination of Nonregulated Status of Herbicide Resistant Soybeans and Cotton, and Notice of Virtual Public Meetings APHIS-2013-0043 | Environmental Impact Statements; Availability, etc.: Determination of Nonregulated Status of Monsanto Co. Herbicide Resistant Soybeans and Cotton | Notice | Information Collection Request (ICR) | 2013-06-10T04:00:00Z | 2013 | 6 | 2013-06-10T04:00:00Z | 2013-07-18T03:59:59Z | 2013-07-24T01:03:33Z | 2013-13691 | 0 | 0 | 0900006481315aac |
| APHIS-2013-0043-0001 | APHIS | Monsanto Co.; Notice of Intent to Prepare an Environmental Impact Statement for Determination of Nonregulated Status of Herbicide Resistant Soybeans and Cotton, and Notice of Virtual Public Meetings APHIS-2013-0043 | Environmental Impact Statements; Availability, etc.: Monsanto Co.; Nonregulated Status of Herbicide Resistant Soybeans and Cotton; Meetings | Notice | Availability of Environmental Assessment | 2013-05-16T04:00:00Z | 2013 | 5 | 2013-05-16T04:00:00Z | 2013-07-18T03:59:59Z | 2013-07-18T01:02:37Z | 2013-11580 | 0 | 0 | 09000064812e771c |
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);