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

4 rows where docket_id = "APHIS-2013-0042" and document_type = "Notice" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 2

  • 2013 2
  • 2014 2

document_type 1

  • Notice · 4 ✖

agency_id 1

  • APHIS 4
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-11196 APHIS Dow AgroSciences LLC; Environmental Impact Statement for Determination of Nonregulated Status of Herbicide Resistant Corn and Soybeans APHIS-2013-0042 Determinations of Nonregulated Status: Dow AgroSciences, LLC; Herbicide Resistant Corn and Soybeans Notice Determinations 2014-09-22T04:00:00Z 2014 9 2014-09-22T04:00:00Z   2014-09-22T14:01:49Z 2014-22409 0 0 0900006481885b69
APHIS-2013-0042-6290 APHIS Dow AgroSciences LLC; Environmental Impact Statement for Determination of Nonregulated Status of Herbicide Resistant Corn and Soybeans APHIS-2013-0042 Environmental Impact Statements; Availability, etc.: Dow AgroSciences LLC; Herbicide Resistant Corn and Soybeans; Nonregulated Status Notice Information Collection Request (ICR) 2014-02-25T05:00:00Z 2014 2 2014-02-25T05:00:00Z 2014-03-12T03:59:59Z 2014-03-13T01:01:53Z 2014-04188 0 0 09000064815b0e7b
APHIS-2013-0042-0005 APHIS Dow AgroSciences LLC; Environmental Impact Statement for Determination of Nonregulated Status of Herbicide Resistant Corn and Soybeans APHIS-2013-0042 Environmental Impact Statements; Availability, etc.: Determination of Nonregulated Status of Dow AgroSciences LLC Herbicide Resistant Corn and Soybeans Notice Availability of Environmental Assessment 2013-06-10T04:00:00Z 2013 6 2013-06-10T04:00:00Z 2013-07-18T03:59:59Z 2013-07-24T01:04:01Z 2013-13685 0 0 09000064813159cf
APHIS-2013-0042-0001 APHIS Dow AgroSciences LLC; Environmental Impact Statement for Determination of Nonregulated Status of Herbicide Resistant Corn and Soybeans APHIS-2013-0042 Environmental Impact Statements; Availability, etc.: Dow AgroSciences LLC; Determination of Nonregulated Status of Herbicide Resistant Corn and Soybeans; Meetings Notice Availability of Environmental Assessment 2013-05-16T04:00:00Z 2013 5 2013-05-16T04:00:00Z 2013-07-18T03:59:59Z 2014-02-12T02:02:32Z 2013-11579 0 0 09000064812e77ae

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 2836.358ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API