documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where docket_id = "APHIS-2007-0044" and posted_year = 2010 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| APHIS-2007-0044-12532 | APHIS | Regulatory Status of Alfalfa Genetically Engineered for Tolerance to the Herbicide Glyphosate APHIS-2007-0044 | Glyphosate-Tolerant Alfalfa Events: Final Environmental Impact Statement (December 2010) | Other | EIS | 2010-12-16T05:00:00Z | 2010 | 12 | 2010-12-16T05:00:00Z | 2011-01-25T04:59:59Z | 2011-01-05T16:11:55Z | 0 | 0 | 0900006480bb8007 | |
| APHIS-2007-0044-12531 | APHIS | Regulatory Status of Alfalfa Genetically Engineered for Tolerance to the Herbicide Glyphosate APHIS-2007-0044 | Forage Genetics International; Supplemental Request for Partial Deregulation of Roundup Ready Alfalfa | Supporting & Related Material | Other | 2010-11-05T04:00:00Z | 2010 | 11 | 2010-11-05T16:35:07Z | 0 | 0 | 0900006480b82b49 | |||
| APHIS-2007-0044-12530 | APHIS | Regulatory Status of Alfalfa Genetically Engineered for Tolerance to the Herbicide Glyphosate APHIS-2007-0044 | Supplemental Requests for Partial Deregulation of Roundup Ready Alfalfa: Forage Genetics International | Notice | Availability of a document | 2010-11-05T04:00:00Z | 2010 | 11 | 2010-11-05T04:00:00Z | 2010-11-05T14:26:38Z | 2010-27985 | 0 | 0 | 0900006480b814ff | |
| APHIS-2007-0044-12506 | APHIS | Regulatory Status of Alfalfa Genetically Engineered for Tolerance to the Herbicide Glyphosate APHIS-2007-0044 | Transcript of Public Meeting Held February 4, 2010, in Lincoln, NE | Supporting & Related Material | Other | 2010-03-17T04:00:00Z | 2010 | 3 | 2010-03-17T14:00:26Z | 0 | 0 | 0900006480abf20e | |||
| APHIS-2007-0044-12505 | APHIS | Regulatory Status of Alfalfa Genetically Engineered for Tolerance to the Herbicide Glyphosate APHIS-2007-0044 | Transcript from Public Meeting Held January 19, 2010, in Las Vegas, NV | Supporting & Related Material | Other | 2010-03-15T04:00:00Z | 2010 | 3 | 2010-03-15T16:21:56Z | 0 | 0 | 0900006480abd985 | |||
| APHIS-2007-0044-12502 | APHIS | Regulatory Status of Alfalfa Genetically Engineered for Tolerance to the Herbicide Glyphosate APHIS-2007-0044 | Transcript of Public Meeting Held in Riverdale, MD on 2/24/2010 | Supporting & Related Material | Other | 2010-03-15T04:00:00Z | 2010 | 3 | 2010-03-15T13:02:34Z | 0 | 0 | 0900006480abc18e | |||
| APHIS-2007-0044-12504 | APHIS | Regulatory Status of Alfalfa Genetically Engineered for Tolerance to the Herbicide Glyphosate APHIS-2007-0044 | Transcript of Public Meeting Held in Kearney, NE on 2/3/2010 | Supporting & Related Material | Other | 2010-03-15T04:00:00Z | 2010 | 3 | 2010-03-15T14:05:55Z | 0 | 0 | 0900006480abd478 | |||
| APHIS-2007-0044-2073 | APHIS | Regulatory Status of Alfalfa Genetically Engineered for Tolerance to the Herbicide Glyphosate APHIS-2007-0044 | Round Up Ready Alfalfa Las Vegas Public Meeting Attendance List | Supporting & Related Material | Other | 2010-02-25T05:00:00Z | 2010 | 2 | 2010-02-25T14:13:30Z | 0 | 0 | 0900006480a81833 | |||
| APHIS-2007-0044-2083 | APHIS | Regulatory Status of Alfalfa Genetically Engineered for Tolerance to the Herbicide Glyphosate APHIS-2007-0044 | Environmental Impact Statements; Availability, etc.: Determination of Regulated Status of Alfalfa Genetically Engineered for Tolerance to the Herbicide Glyphosate | Notice | Notice | 2010-02-24T05:00:00Z | 2010 | 2 | 2010-02-24T05:00:00Z | 2010-02-25T04:59:59Z | 2010-03-02T19:46:26Z | 2010-03659 | 0 | 0 | 0900006480aad97d |
| APHIS-2007-0044-0651 | APHIS | Regulatory Status of Alfalfa Genetically Engineered for Tolerance to the Herbicide Glyphosate APHIS-2007-0044 | Environmental Impact Statements; Availability, etc.: Determination of Regulated Status of Alfalfa Genetically Engineered for Tolerance to the Herbicide Glyphosate | Notice | Notice | 2010-01-12T05:00:00Z | 2010 | 1 | 2010-02-19T13:40:10Z | 2010-00345 | 0 | 0 | 0900006480a7ba3f |
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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;