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 agency_id = "APHIS" and docket_id = "APHIS-2020-0101" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Supporting & Related Material 7
  • Proposed Rule 1
  • Rule 1

posted_year 1

  • 2021 9

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-2020-0101-0148 APHIS Handling of Animals; Contingency Plans APHIS-2020-0101 Final Environmental Assessment Supporting & Related Material Environmental Assessment 2021-12-03T05:00:00Z 2021 12     2021-12-03T15:29:14Z   0 0 0900006484e4fc7a
APHIS-2020-0101-0147 APHIS Handling of Animals; Contingency Plans APHIS-2020-0101 Final Regulatory Flexibility Analysis Supporting & Related Material Economic Analysis 2021-12-03T05:00:00Z 2021 12     2021-12-03T15:29:08Z   0 0 0900006484e4fc79
APHIS-2020-0101-0146 APHIS Handling of Animals; Contingency Plans APHIS-2020-0101 Handling of Animals; Contingency Plans Rule Final Rule 2021-12-03T05:00:00Z 2021 12 2021-12-03T05:00:00Z   2021-12-03T15:28:19Z 2021-26174 0 0 0900006484e9c78d
APHIS-2020-0101-0149 APHIS Handling of Animals; Contingency Plans APHIS-2020-0101 Finding of No Significant Impact For Handling of Animals: Contingency Planning Supporting & Related Material Finding of no Significant Impact 2021-12-03T05:00:00Z 2021 12     2021-12-03T15:29:19Z   0 0 0900006484e4fc7c
APHIS-2020-0101-0005 APHIS Handling of Animals; Contingency Plans APHIS-2020-0101 Draft form Supporting & Related Material Guidance 2021-07-07T04:00:00Z 2021 7     2021-07-07T13:09:11Z   0 0 0900006484bd6343
APHIS-2020-0101-0004 APHIS Handling of Animals; Contingency Plans APHIS-2020-0101 Draft Information Collection Package (includes draft form) Supporting & Related Material Paperwork Packages 2021-06-25T04:00:00Z 2021 6     2021-07-07T13:09:47Z   0 0 0900006484bb2221
APHIS-2020-0101-0001 APHIS Handling of Animals; Contingency Plans APHIS-2020-0101 Handling of Animals; Contingency Plans Proposed Rule Notice of Proposed Rulemaking (NPRM) 2021-06-25T04:00:00Z 2021 6 2021-06-25T04:00:00Z 2021-08-25T03:59:59Z 2021-08-26T01:00:30Z 2021-13152 0 0 0900006484bb1ad4
APHIS-2020-0101-0003 APHIS Handling of Animals; Contingency Plans APHIS-2020-0101 Initial Regulatory Impact Analysis Supporting & Related Material Economic Analysis 2021-06-25T04:00:00Z 2021 6     2021-06-28T12:27:29Z   0 0 0900006484bb21b7
APHIS-2020-0101-0002 APHIS Handling of Animals; Contingency Plans APHIS-2020-0101 Draft Environmental Assessment Supporting & Related Material Environmental Assessment 2021-06-25T04:00:00Z 2021 6     2021-06-28T12:27:29Z   0 0 0900006484bb21b6

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