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

5 rows where docket_id = "APHIS-2009-0048" and posted_year = 2009 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

  • Rule 3
  • Notice 1
  • Supporting & Related Material 1

posted_year 1

  • 2009 · 5 ✖

agency_id 1

  • APHIS 5
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-2009-0048-0005 APHIS User Fees for Agricultural Quarantine and Inspection Services APHIS-2009-0048 User Fees for Agricultural Quarantine and Inspection Services Rule Interim rule 2009-11-04T05:00:00Z 2009 11 2009-11-04T05:00:00Z   2011-06-11T16:56:17Z E9-26518 0 0 0900006480a50338
APHIS-2009-0048-0004 APHIS User Fees for Agricultural Quarantine and Inspection Services APHIS-2009-0048 User Fees for Agricultural Quarantine and InspectionServices; Public Meetings Notice Public meeting/hearing 2009-10-23T04:00:00Z 2009 10     2011-06-11T16:56:18Z E9-25548 0 0 0900006480a49b36
APHIS-2009-0048-0003 APHIS User Fees for Agricultural Quarantine and Inspection Services APHIS-2009-0048 User Fees for Agricultural Quarantine and Inspection Services Rule Interim rule 2009-10-02T04:00:00Z 2009 10 2009-10-02T04:00:00Z   2011-06-11T16:56:18Z E9-23930 0 0 0900006480a38af6
APHIS-2009-0048-0001 APHIS User Fees for Agricultural Quarantine and Inspection Services APHIS-2009-0048 User Fees for Agricultural Quarantine and Inspection Services Rule Interim rule 2009-09-28T04:00:00Z 2009 9 2009-09-28T04:00:00Z 2009-11-28T04:59:59Z 2011-06-11T16:56:18Z E9-23387 0 0 0900006480a2ea6f
APHIS-2009-0048-0002 APHIS User Fees for Agricultural Quarantine and Inspection Services APHIS-2009-0048 Interim Rule: Revision of User Fees for Agricultural Quarantine & Inspection (AQI) Services (Revision of 7 CFR part 354.3), September 2009 Supporting & Related Material Economic analysis 2009-09-28T04:00:00Z 2009 9     2009-09-28T16:30:38Z   0 0 0900006480a2bed8

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