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

8 rows where docket_id = "APHIS-2013-0013" and posted_year = 2014 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_date, comment_end_date (date)

document_type 2

  • Supporting & Related Material 6
  • Notice 2

posted_year 1

  • 2014 · 8 ✖

agency_id 1

  • APHIS 8
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-0013-0241 APHIS Monsanto and Forage Genetics International; Availability of a Petition for Nonregulated Status for Alfalfa APHIS-2013-0013 Determination of Nonregulated Status Under 7 CFR Part 340 for Monsanto and Forage Genetics International KK179 Alfalfa Supporting & Related Material Petition 2014-11-12T05:00:00Z 2014 11     2014-11-12T16:40:05Z   0 0 09000064818cb9bc
APHIS-2013-0013-0242 APHIS Monsanto and Forage Genetics International; Availability of a Petition for Nonregulated Status for Alfalfa APHIS-2013-0013 Finding of No Significant Impact Supporting & Related Material Petition 2014-11-12T05:00:00Z 2014 11     2014-11-12T16:43:20Z   0 0 09000064818cb9bd
APHIS-2013-0013-0240 APHIS Monsanto and Forage Genetics International; Availability of a Petition for Nonregulated Status for Alfalfa APHIS-2013-0013 Final Plant Pest Risk Assessment: Monsanto and Forage Genetics International Petition (12-321-01p) for Determination of Non-regulated Status of Event KK179 Alfalfa Supporting & Related Material Decision 2014-11-12T05:00:00Z 2014 11     2014-11-12T16:39:36Z   0 0 09000064818cb9bb
APHIS-2013-0013-0239 APHIS Monsanto and Forage Genetics International; Availability of a Petition for Nonregulated Status for Alfalfa APHIS-2013-0013 Final Environmental Assessment: Monsanto Company and Forage Genetics International Petition (12-321-01p) for Determination of Non-regulated Status for Reduced Lignin Alfalfa KK179 Supporting & Related Material Decision 2014-11-12T05:00:00Z 2014 11     2014-11-12T16:38:58Z   0 0 09000064818cb9ba
APHIS-2013-0013-0238 APHIS Monsanto and Forage Genetics International; Availability of a Petition for Nonregulated Status for Alfalfa APHIS-2013-0013 Determinations of Nonregulated Status: Monsanto Company and Forage Genetics International; Genetically Engineered Alfalfa Notice Determinations 2014-11-10T05:00:00Z 2014 11 2014-11-10T05:00:00Z   2014-11-12T14:46:04Z 2014-26597 0 0 0900006481924ee9
APHIS-2013-0013-0059 APHIS Monsanto and Forage Genetics International; Availability of a Petition for Nonregulated Status for Alfalfa APHIS-2013-0013 Plant Pest Risk Assessment for for Petition 12-321-01p Supporting & Related Material Risk Assessment 2014-05-30T04:00:00Z 2014 5     2014-05-30T14:50:54Z   0 0 090000648170e00b
APHIS-2013-0013-0058 APHIS Monsanto and Forage Genetics International; Availability of a Petition for Nonregulated Status for Alfalfa APHIS-2013-0013 Plant Pest Risk Assessment and Environmental Assessment for Determinations of Nonregulated Status: Genetically Engineered Alfalfa; Monsanto Co. and Forage Genetics International 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-12553 0 0 090000648171f5b3
APHIS-2013-0013-0060 APHIS Monsanto and Forage Genetics International; Availability of a Petition for Nonregulated Status for Alfalfa APHIS-2013-0013 Environmental Assessment for Petition 12-321-01p Supporting & Related Material Environmental Assessment 2014-05-30T04:00:00Z 2014 5     2014-05-30T14:50:55Z   0 0 090000648170e00a

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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 4027.12ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API