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

6 rows where agency_id = "APHIS" and docket_id = "APHIS-2021-0074" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 2022 5
  • 2023 1

document_type 2

  • Supporting & Related Material 4
  • Notice 2

agency_id 1

  • APHIS · 6 ✖
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-2021-0074-0006 APHIS Importation of Oha leaves (Pterocarpus mildbraedii) from Nigeria to the Continental United States APHIS-2021-0074 Imports: Fresh Oha Leaves (Pterocarpus mildbraedii) From Nigeria Notice Availability of Document 2023-02-15T05:00:00Z 2023 2 2023-02-15T05:00:00Z   2023-02-15T14:14:47Z 2023-03136 0 0 090000648569e6af
APHIS-2021-0074-0001 APHIS Importation of Oha leaves (Pterocarpus mildbraedii) from Nigeria to the Continental United States APHIS-2021-0074 Pest Risk Analysis: Importation of Fresh Oha Leaves (Pterocarpus mildbraedii) from Nigeria Notice Availability of Document 2022-06-07T04:00:00Z 2022 6 2022-06-07T04:00:00Z 2022-08-09T03:59:59Z 2022-06-07T13:29:38Z 2022-12077 0 0 0900006485145836
APHIS-2021-0074-0003 APHIS Importation of Oha leaves (Pterocarpus mildbraedii) from Nigeria to the Continental United States APHIS-2021-0074 21-074-1 EEA Supporting & Related Material Environmental Assessment 2022-06-07T04:00:00Z 2022 6     2022-06-07T13:33:39Z   0 0 090000648509b808
APHIS-2021-0074-0005 APHIS Importation of Oha leaves (Pterocarpus mildbraedii) from Nigeria to the Continental United States APHIS-2021-0074 21-074-1 Risk Management Document Supporting & Related Material Risk Management Document 2022-06-07T04:00:00Z 2022 6     2022-06-07T13:35:03Z   0 0 090000648509b80c
APHIS-2021-0074-0004 APHIS Importation of Oha leaves (Pterocarpus mildbraedii) from Nigeria to the Continental United States APHIS-2021-0074 21-074-1 Pest Risk Assessment Supporting & Related Material Risk Assessment 2022-06-07T04:00:00Z 2022 6     2022-06-07T13:34:26Z   0 0 090000648509b80b
APHIS-2021-0074-0002 APHIS Importation of Oha leaves (Pterocarpus mildbraedii) from Nigeria to the Continental United States APHIS-2021-0074 New Document created by Ends, Anton (APHIS) Supporting & Related Material   2022-06-07T00:00:00Z 2022 6     2022-06-08T11:19:32Z   0 1 090000648509b807

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