documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "APHIS-2007-0044" 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-2007-0044-12940 | APHIS | Regulatory Status of Alfalfa Genetically Engineered for Tolerance to the Herbicide Glyphosate APHIS-2007-0044 | Records Of Decisions: Determination of Regulated Status of Alfalfa Genetically Engineered for Tolerance to Herbicide Glyphosate | Notice | Notice | 2011-02-02T05:00:00Z | 2011 | 2 | 2011-02-02T15:52:34Z | 2011-02268 | 0 | 0 | 0900006480bd8654 | ||
| 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-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 | ||
| APHIS-2007-0044-0003 | APHIS | Regulatory Status of Alfalfa Genetically Engineered for Tolerance to the Herbicide Glyphosate APHIS-2007-0044 | Notice of Intent to Prepare an Environmental Impact Statement; Determination of Regulated Status of Alfalfa Genetically Engineered for Tolerance to the Herbicide Glyphosate | Notice | Notice | 2008-01-07T05:00:00Z | 2008 | 1 | 2008-01-07T05:00:00Z | 2008-02-07T04:59:59Z | 2014-01-17T20:41:17Z | E7-25662 | 0 | 0 | 090000648038b613 |
| APHIS-2007-0044-0002 | APHIS | Regulatory Status of Alfalfa Genetically Engineered for Tolerance to the Herbicide Glyphosate APHIS-2007-0044 | Contact Information for Alfalfa Producers To Determine Proximity to Roundup Ready Alfalfa Fields | Notice | Notice | 2007-08-03T04:00:00Z | 2007 | 8 | 2014-01-18T17:23:20Z | E7-15120 | 0 | 0 | 0900006480271909 | ||
| APHIS-2007-0044-0001 | APHIS | Regulatory Status of Alfalfa Genetically Engineered for Tolerance to the Herbicide Glyphosate APHIS-2007-0044 | Return to Regulated Status of Alfalfa Genetically Engineered for Tolerance to the Herbicide Glyphosate | Notice | Notice | 2007-03-23T04:00:00Z | 2007 | 3 | 2022-04-19T01:00:23Z | E7-05344 | 0 | 0 | 0900006480218a8e |
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);