documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
3 rows where docket_id = "APHIS-2012-0020" and document_type = "Notice" sorted by posted_date descending
This data as json, CSV (advanced)
These facets timed out: agency_id, posted_year
document_type 1
- Notice · 3 ✖
| 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-2012-0020-0077 | APHIS | Monsanto Co.; Availability of Petition for Determination of Nonregulated Status for MON 87712 High Yield Soybean APHIS-2012-0020 | Determination of Nonregulated Status: Monsanto Co. Soybean Genetically Engineered for Increased Yield | Notice | Availability of Document | 2013-11-07T05:00:00Z | 2013 | 11 | 2013-11-07T05:00:00Z | 2013-11-08T21:21:01Z | 2013-26703 | 0 | 0 | 09000064814727ab | |
| APHIS-2012-0020-0069 | APHIS | Monsanto Co.; Availability of Petition for Determination of Nonregulated Status for MON 87712 High Yield Soybean APHIS-2012-0020 | Plant Pest Risk Assessments and Environmental Assessments: Monsanto Co.; Nonregulated Status of Soybean Genetically Engineered for Increased Yield | Notice | Availability of Environmental Assessment | 2013-08-05T04:00:00Z | 2013 | 8 | 2013-08-05T04:00:00Z | 2013-09-05T03:59:59Z | 2013-08-07T01:01:49Z | 2013-18876 | 0 | 0 | 090000648138e9b4 |
| APHIS-2012-0020-0001 | APHIS | Monsanto Co.; Availability of Petition for Determination of Nonregulated Status for MON 87712 High Yield Soybean APHIS-2012-0020 | Petitions for Determination of Nonregulated Status; Availability: Monsanto Co., Soybean Genetically Engineered for Increased Yield | Notice | Availability of Document | 2012-07-13T04:00:00Z | 2012 | 7 | 2012-07-13T04:00:00Z | 2012-09-12T03:59:59Z | 2012-09-13T02:02:07Z | 2012-17164 | 0 | 0 | 0900006481093494 |
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);