home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

5 rows where docket_id = "APHIS-2013-0042" and document_type = "Other" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 1

  • 2014 5

document_type 1

  • Other · 5 ✖

agency_id 1

  • APHIS 5
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-0042-10218 APHIS Dow AgroSciences LLC; Environmental Impact Statement for Determination of Nonregulated Status of Herbicide Resistant Corn and Soybeans APHIS-2013-0042 Dow AgroSciences Petitions (09-233-01p, 09-349-01p, and 11-234-01p) for Determinations of Nonregulated Status for 2,4-D-Resistant Corn and Soybean Varieties: Final Environmental Impact Statement—August 2014 Other Environmental Impact Statement 2014-08-11T04:00:00Z 2014 8 2014-08-11T04:00:00Z 2014-09-09T03:59:59Z 2014-09-10T01:04:58Z   0 0 0900006481819053
APHIS-2013-0042-0051 APHIS Dow AgroSciences LLC; Environmental Impact Statement for Determination of Nonregulated Status of Herbicide Resistant Corn and Soybeans APHIS-2013-0042 Appendices 1-8 of Environmental Impact Statement: Dow AgroSciences Petitions (09-233-01p, 09-349-01p, and 11-234-01p) for Determinations of Nonregulated Status for 2,4-D-Resistant Corn and Soybean Varieties Other Environmental Impact Statement 2014-01-07T05:00:00Z 2014 1 2014-01-10T05:00:00Z 2014-03-12T03:59:59Z 2014-04-02T01:08:00Z   0 0 09000064814f20c5
APHIS-2013-0042-0050 APHIS Dow AgroSciences LLC; Environmental Impact Statement for Determination of Nonregulated Status of Herbicide Resistant Corn and Soybeans APHIS-2013-0042 Environmental Impact Statement: Dow AgroSciences Petitions (09-233-01p, 09-349-01p, and 11-234-01p) for Determinations of Nonregulated Status for 2,4-D-Resistant Corn and Soybean Varieties Other Environmental Impact Statement 2014-01-07T05:00:00Z 2014 1 2014-01-10T05:00:00Z 2014-03-12T03:59:59Z 2014-03-19T01:02:06Z   0 0 09000064814f1e35
APHIS-2013-0042-0049 APHIS Dow AgroSciences LLC; Environmental Impact Statement for Determination of Nonregulated Status of Herbicide Resistant Corn and Soybeans APHIS-2013-0042 Appendices 1-8 of Environmental Impact Statement: Dow AgroSciences Petitions (09-233-01p, 09-349-01p, and 11-234-01p) for Determinations of Nonregulated Status for 2,4-D-Resistant Corn and Soybean Varieties Other   2014-01-03T00:00:00Z 2014 1     2014-01-07T21:15:27Z   0 1 09000064814caf18
APHIS-2013-0042-0048 APHIS Dow AgroSciences LLC; Environmental Impact Statement for Determination of Nonregulated Status of Herbicide Resistant Corn and Soybeans APHIS-2013-0042 Environmental Impact Statement: Dow AgroSciences Petitions (09-233-01p, 09-349-01p, and 11-234-01p) for Determinations of Nonregulated Status for 2,4-D-Resistant Corn and Soybean Varieties Other   2014-01-03T00:00:00Z 2014 1     2014-01-07T21:15:44Z   0 1 09000064814caf17

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 3225.542ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API