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" and docket_id = "APHIS-2023-0010" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 9
  • Notice 1

posted_year 1

  • 2024 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-2023-0010-0001 APHIS Importation of Thyme from Kenya to United States and Territories APHIS-2023-0010 Imports: Fresh Thyme, Marjoram, and Oregano from Kenya; Pest Risk Analyses Notice Availability of Document 2024-01-17T05:00:00Z 2024 1 2024-01-17T05:00:00Z 2024-03-19T03:59:59Z 2024-01-23T02:01:35Z 2024-00744 0 0 09000064863a4e70
APHIS-2023-0010-0002 APHIS Importation of Thyme from Kenya to United States and Territories APHIS-2023-0010 23-010-1 Kenya Marjoram EEA Supporting & Related Material Economic Analysis 2024-01-17T05:00:00Z 2024 1     2024-01-17T13:59:01Z   0 0 090000648637611e
APHIS-2023-0010-0003 APHIS Importation of Thyme from Kenya to United States and Territories APHIS-2023-0010 23-010-1 Kenya Marjoram PRA Supporting & Related Material Risk Assessment 2024-01-17T05:00:00Z 2024 1     2024-01-17T14:00:14Z   0 0 090000648637611f
APHIS-2023-0010-0008 APHIS Importation of Thyme from Kenya to United States and Territories APHIS-2023-0010 23-010-1 Kenya Thyme Economic Effects Assessment Supporting & Related Material Economic Analysis 2024-01-17T05:00:00Z 2024 1     2024-01-17T14:06:53Z   0 0 0900006486376126
APHIS-2023-0010-0010 APHIS Importation of Thyme from Kenya to United States and Territories APHIS-2023-0010 23-010-1 Kenya Thyme Risk Management Document Supporting & Related Material Risk Assessment 2024-01-17T05:00:00Z 2024 1     2024-01-17T14:08:14Z   0 0 0900006486376183
APHIS-2023-0010-0007 APHIS Importation of Thyme from Kenya to United States and Territories APHIS-2023-0010 23-010-1 Kenya Oregano Risk Management Document Supporting & Related Material Risk Assessment 2024-01-17T05:00:00Z 2024 1     2024-01-17T14:06:28Z   0 0 0900006486376125
APHIS-2023-0010-0006 APHIS Importation of Thyme from Kenya to United States and Territories APHIS-2023-0010 23-010-1 Kenya Oregano Pest Risk Aassessment Supporting & Related Material Risk Assessment 2024-01-17T05:00:00Z 2024 1     2024-01-17T14:06:03Z   0 0 0900006486376124
APHIS-2023-0010-0004 APHIS Importation of Thyme from Kenya to United States and Territories APHIS-2023-0010 23-010-1 Kenya Marjoram Risk Management Document Supporting & Related Material Risk Management Document 2024-01-17T05:00:00Z 2024 1     2024-01-17T14:01:35Z   0 0 0900006486376122
APHIS-2023-0010-0005 APHIS Importation of Thyme from Kenya to United States and Territories APHIS-2023-0010 23-010-1 Kenya Oregano Economic Effects Assessment Supporting & Related Material Economic Analysis 2024-01-17T05:00:00Z 2024 1     2024-01-17T14:03:44Z   0 0 0900006486376123
APHIS-2023-0010-0009 APHIS Importation of Thyme from Kenya to United States and Territories APHIS-2023-0010 23-010-1 Kenya Thyme Pest Risk Assessment Supporting & Related Material Risk Assessment 2024-01-17T05:00:00Z 2024 1     2024-01-17T14:07:50Z   0 0 0900006486376181

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