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

10 rows where agency_id = "APHIS", document_type = "Proposed Rule" and posted_year = 2018 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2018 · 10 ✖

document_type 1

  • Proposed Rule · 10 ✖

agency_id 1

  • APHIS · 10 ✖
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-2017-0056-0001 APHIS Removal of Emerald Ash Borer Domestic Quarantine Regulations APHIS-2017-0056 Removal of Emerald Ash Borer Domestic Quarantine Regulations Proposed Rule Notice of Proposed Rulemaking (NPRM) 2018-09-19T04:00:00Z 2018 9 2018-09-19T04:00:00Z 2018-11-20T04:59:59Z 2018-11-28T02:01:57Z 2018-20296 0 0 0900006483720bff
APHIS-2013-0055-0001 APHIS Lacey Act Implementation Plan: De Minimis Exception APHIS-2013-0055 Lacey Act Implementation Plan: De Minimis Exception Proposed Rule Notice of Proposed Rulemaking (NPRM) 2018-07-09T04:00:00Z 2018 7 2018-07-09T04:00:00Z 2018-09-08T03:59:59Z 2018-09-09T01:02:57Z 2018-14630 0 0 09000064834c41e9
APHIS-2018-0017-0001 APHIS Lacey Act Implementation Plan: Composite Plant Materials APHIS-2018-0017 Lacey Act Implementation Plan: Composite Plant Materials Proposed Rule Advance Notice of Proposed Rulemaking (ANPRM) 2018-07-09T04:00:00Z 2018 7 2018-07-09T04:00:00Z 2018-09-08T03:59:59Z 2018-09-09T01:03:16Z 2018-14625 0 0 09000064834c38e3
APHIS-2015-0101-0001 APHIS Revise Regulatory Framework of Phytophthora Ramorum (Sudden Oak Death) Domestic Regulations APHIS-2015-0101 Regulated Areas, Regulated Establishments, and Testing Protocols: Phytophthora ramorum Proposed Rule Notice of Proposed Rulemaking (NPRM) 2018-06-25T04:00:00Z 2018 6 2018-06-25T04:00:00Z 2018-08-25T03:59:59Z 2018-09-01T01:04:13Z 2018-13560 0 0 09000064834572ec
APHIS-2016-0099-0001 APHIS Importation of Fresh Avocado Fruit From Continental Ecuador Into the Continental United States APHIS-2016-0099 Importation of Fresh Avocado Fruit from Continental Ecuador Into the Continental United States Proposed Rule Notice of Proposed Rulemaking (NPRM) 2018-06-15T04:00:00Z 2018 6 2018-06-15T04:00:00Z 2018-08-15T03:59:59Z 2018-08-15T01:04:49Z 2018-12827 0 0 0900006483418c18
APHIS-2016-0094-0001 APHIS Importation of Peppers From the Republic of Korea; Change in Mesh Screening Size APHIS-2016-0094 Imports: Peppers From the Republic of Korea; Mesh Screening Size Proposed Rule Notice of Proposed Rulemaking (NPRM) 2018-04-20T04:00:00Z 2018 4 2018-04-20T04:00:00Z 2018-06-20T03:59:59Z 2018-04-20T13:38:07Z 2018-08250 0 0 0900006483199f22
APHIS-2016-0009-0001 APHIS Importation of Fresh Cape Gooseberry Fruit From Ecuador to the Continental United States APHIS-2016-0009 Imports: Fresh Cape Gooseberry Fruit From Ecuador to the Continental United States Proposed Rule Notice of Proposed Rulemaking (NPRM) 2018-04-20T04:00:00Z 2018 4 2018-04-20T04:00:00Z 2018-06-20T03:59:59Z 2018-05-08T01:02:02Z 2018-08251 0 0 090000648319a076
APHIS-2016-0050-0001 APHIS Branding Requirements for Bovines Imported Into the United States From Mexico APHIS-2016-0050 Branding Requirements for Bovines Imported Into the United States from Mexico Proposed Rule Notice of Proposed Rulemaking (NPRM) 2018-04-12T04:00:00Z 2018 4 2018-04-12T04:00:00Z 2018-06-12T03:59:59Z 2018-07-17T01:04:06Z 2018-07585 0 0 090000648312abda
APHIS-2017-0055-0001 APHIS National Poultry Improvement Plan and Auxiliary Provisions APHIS-2017-0055 National Poultry Improvement Plan and Auxiliary Provisions Proposed Rule Notice of Proposed Rulemaking (NPRM) 2018-04-09T04:00:00Z 2018 4 2018-04-09T04:00:00Z 2018-05-10T03:59:59Z 2018-04-11T01:01:17Z 2018-07076 0 0 09000064830dd15a
APHIS-2016-0034-0001 APHIS Importation of Pummelo From Thailand APHIS-2016-0034 Importation of Pummelo From Thailand Into the Continental United States Proposed Rule Notice of Proposed Rulemaking (NPRM) 2018-03-29T04:00:00Z 2018 3 2018-03-29T04:00:00Z 2018-05-30T03:59:59Z 2018-04-22T01:03:52Z 2018-06288 0 0 0900006483061a7f

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