documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where docket_id = "APHIS-2006-0144" sorted by posted_date descending
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
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-2006-0144-0012 | APHIS | Import/Export User Fees APHIS-2006-0144 | Import/Export User Fees; Correction | Rule | Final rule | 2009-04-21T04:00:00Z | 2009 | 4 | 2009-04-21T04:00:00Z | 2011-06-11T16:55:37Z | E9-9104 | 0 | 0 | 0900006480960db3 | |
| APHIS-2006-0144-0010 | APHIS | Import/Export User Fees APHIS-2006-0144 | Import/Export User Fees | Rule | Final rule | 2009-03-30T04:00:00Z | 2009 | 3 | 2011-06-11T16:55:37Z | E9-7022 | 0 | 0 | 090000648093711c | ||
| APHIS-2006-0144-0011 | APHIS | Import/Export User Fees APHIS-2006-0144 | Final Rule: Five Years of Rate Increases to Veterinary Services User Fees | Supporting & Related Material | Economic analysis | 2009-03-30T04:00:00Z | 2009 | 3 | 2009-03-30T13:43:18Z | 0 | 0 | 0900006480928be2 | |||
| APHIS-2006-0144-0002 | APHIS | Import/Export User Fees APHIS-2006-0144 | PRELIMINARY REGULATORY IMPACT ANALYSIS AND INITIAL REGULATORY FLEXIBILTY ANALYSIS: Proposed Rule: Five Years of Rate Increases to Veterinary Services User Fees 9 CFR 130 | Supporting & Related Material | Economic analysis | 2008-06-04T04:00:00Z | 2008 | 6 | 2008-06-04T12:28:57Z | 0 | 0 | 0900006480605523 | |||
| APHIS-2006-0144-0001 | APHIS | Import/Export User Fees APHIS-2006-0144 | Import/Export User Fees | Proposed Rule | Proposed rule | 2008-06-04T04:00:00Z | 2008 | 6 | 2008-06-04T04:00:00Z | 2008-08-05T03:59:59Z | 2011-06-11T16:55:38Z | E8-12376 | 0 | 0 | 090000648060fe63 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);