documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where agency_id = "APHIS", document_type = "Rule" and posted_year = 2004 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, comment_start_date, comment_end_date, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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-2004-0023-0001 | APHIS | User Fees for Agricultural Quarantine and Inspection Services APHIS-2004-0023 | User Fees for Agricultural Quarantine and Inspection Services | Rule | Interim Rule | 2004-12-09T05:00:00Z | 2004 | 12 | 2004-12-09T05:00:00Z | 2005-02-08T04:59:59Z | 2008-01-07T22:36:55Z | 0 | 0 | 0900006480088632 | |
| APHIS-2004-0020-0001 | APHIS | Brucellosis in Swine; Add Arkansas, Louisiana, and Michigan to List of Validated Brucellosis-Free States APHIS-2004-0020 | Brucellosis in Swine; Add Arkansas, Louisiana, and Michigan to List of Validated Brucellosis-Free States | Rule | Interim Rule | 2004-11-18T05:00:00Z | 2004 | 11 | 2004-11-18T05:00:00Z | 2005-01-19T04:59:59Z | 2008-01-07T22:36:56Z | 0 | 0 | 09000064800888ba | |
| APHIS-2004-0019-0001 | APHIS | Oriental Fruit Fly; Designation of Quarantined Area in Los Angeles County, CA APHIS-2004-0019 | Oriental Fruit Fly; Designation of Quarantined Area | Rule | Interim rule | 2004-11-16T16:11:13Z | 2004 | 11 | 2004-11-16T16:11:13Z | 2005-01-19T04:59:59Z | 2008-01-07T22:36:42Z | 0 | 0 | 09000064800888bc | |
| APHIS-2004-0017-0001 | APHIS | Golden Nematode; Regulated Areas APHIS-2004-0017 | Golden Nematode; Regulated Areas | Rule | Interim Rule | 2004-11-08T05:00:00Z | 2004 | 11 | 2004-11-08T05:00:00Z | 2005-01-08T04:59:59Z | 2008-01-07T22:36:51Z | 0 | 0 | 0900006480088902 | |
| APHIS-2004-0018-0001 | APHIS | Livestock Identification; Use of Alternative Numbering Systems APHIS-2004-0018 | Livestock Identification; Use of Alternative Numbering Systems | Rule | Interim Rule | 2004-11-08T05:00:00Z | 2004 | 11 | 2004-11-08T05:00:00Z | 2005-01-08T04:59:59Z | 2008-01-07T22:36:45Z | 0 | 0 | 09000064800888c3 | |
| APHIS-2004-0015-0001 | APHIS | Pine Shoot Beetle Host Material from Canada APHIS-2004-0015 | Pine Shoot Beetle Host Material From Canada | Rule | Interim Rule | 2004-10-20T04:00:00Z | 2004 | 10 | 2004-10-20T04:00:00Z | 2004-12-21T04:59:59Z | 2008-01-07T22:36:51Z | 0 | 0 | 090000648008890b | |
| APHIS-2004-0004-0001 | APHIS | Tuberculosis in Cattle; Roping Steer Import Requirements; Interim Rule APHIS-2004-0004 | Tuberculosis in Cattle: Import Requirements | Rule | 2004-07-20T04:00:00Z | 2004 | 7 | 2004-07-20T04:00:00Z | 2004-09-21T03:59:59Z | 2008-01-07T22:36:48Z | 0 | 0 | 0900006480088937 |
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);