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

9 rows where docket_id = "APHIS-2012-0090" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 2

  • 2014 7
  • 2013 2

document_type 2

  • Supporting & Related Material 7
  • Notice 2

agency_id 1

  • APHIS 9
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-0090-0040 APHIS Syngenta Seeds, Inc. and Bayer CropScience AG; Availability of Petition for Determination of Nonregulated Status of Soybean Genetically Engineered for Herbicide Tolerance APHIS-2012-0090 Environmental Report Supporting & Related Material Environmental Assessment 2014-07-18T04:00:00Z 2014 7     2014-07-18T19:10:23Z   0 0 09000064817c1423
APHIS-2012-0090-0041 APHIS Syngenta Seeds, Inc. and Bayer CropScience AG; Availability of Petition for Determination of Nonregulated Status of Soybean Genetically Engineered for Herbicide Tolerance APHIS-2012-0090 Supplemental for EA Supporting & Related Material Environmental Assessment 2014-07-18T04:00:00Z 2014 7     2014-07-18T19:11:10Z   0 0 09000064817c1424
APHIS-2012-0090-0031 APHIS Syngenta Seeds, Inc. and Bayer CropScience AG; Availability of Petition for Determination of Nonregulated Status of Soybean Genetically Engineered for Herbicide Tolerance APHIS-2012-0090 Environmental Assessment for Petition 12-215-01p.doc Supporting & Related Material Environmental Assessment 2014-05-30T04:00:00Z 2014 5     2014-05-30T14:59:52Z   0 0 090000648170e006
APHIS-2012-0090-0034 APHIS Syngenta Seeds, Inc. and Bayer CropScience AG; Availability of Petition for Determination of Nonregulated Status of Soybean Genetically Engineered for Herbicide Tolerance APHIS-2012-0090 Preliminary FONSI for Petition 12-215-01p Supporting & Related Material Environmental Assessment/FONSI 2014-05-30T04:00:00Z 2014 5     2014-05-30T14:59:53Z   0 0 090000648170e009
APHIS-2012-0090-0032 APHIS Syngenta Seeds, Inc. and Bayer CropScience AG; Availability of Petition for Determination of Nonregulated Status of Soybean Genetically Engineered for Herbicide Tolerance APHIS-2012-0090 Plant Pest Risk Assessment for Petition 12-215-01p Supporting & Related Material Risk Assessment 2014-05-30T04:00:00Z 2014 5     2014-05-30T14:59:53Z   0 0 090000648170e007
APHIS-2012-0090-0030 APHIS Syngenta Seeds, Inc. and Bayer CropScience AG; Availability of Petition for Determination of Nonregulated Status of Soybean Genetically Engineered for Herbicide Tolerance APHIS-2012-0090 Environmental Assessments; Availability, etc.: Syngenta Seeds, Inc., and Bayer CropScience AG; Nonregulated Status of Soybean Genetically Engineered for Herbicide Resistance Notice Availability of Document 2014-05-30T04:00:00Z 2014 5 2014-05-30T04:00:00Z 2014-07-01T03:59:59Z 2014-07-02T01:05:57Z 2014-12554 0 0 090000648171ecb0
APHIS-2012-0090-0033 APHIS Syngenta Seeds, Inc. and Bayer CropScience AG; Availability of Petition for Determination of Nonregulated Status of Soybean Genetically Engineered for Herbicide Tolerance APHIS-2012-0090 Preliminary Determination for Petition 12-215-01p Supporting & Related Material Decision 2014-05-30T04:00:00Z 2014 5     2014-05-30T14:59:53Z   0 0 090000648170e008
APHIS-2012-0090-0001 APHIS Syngenta Seeds, Inc. and Bayer CropScience AG; Availability of Petition for Determination of Nonregulated Status of Soybean Genetically Engineered for Herbicide Tolerance APHIS-2012-0090 Petitions for Determination of Nonregulated Status; Availability: Syngenta Seeds, Inc., and Bayer CropScience AG; Soybean Genetically Engineered for Herbicide Tolerance Notice Availability of Document 2013-02-27T05:00:00Z 2013 2 2013-02-27T05:00:00Z 2013-04-30T03:59:59Z 2013-05-03T01:04:48Z 2013-04521 0 0 090000648120cb1f
APHIS-2012-0090-0002 APHIS Syngenta Seeds, Inc. and Bayer CropScience AG; Availability of Petition for Determination of Nonregulated Status of Soybean Genetically Engineered for Herbicide Tolerance APHIS-2012-0090 Revised Petition for Determination of Nonregulated Status for Hervicide-Tolerant Event SYHTOH2 Soybean Supporting & Related Material Petition 2013-02-27T05:00:00Z 2013 2     2013-02-27T15:27:37Z   0 0 0900006481203444

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