documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where docket_id = "APHIS-2007-0124" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, 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-2007-0124-0008 | APHIS | Change in Disease Status of Surrey County, England, Because of Foot-and-Mouth Disease APHIS-2007-0124 | Change in Disease Status of Surrey County, England, Because of Foot-and-Mouth Disease | Rule | Final rule | 2008-12-24T05:00:00Z | 2008 | 12 | 2008-12-24T05:00:00Z | 2008-12-24T16:35:30Z | E8-30724 | 0 | 0 | 09000064807f8e14 | |
| APHIS-2007-0124-0004 | APHIS | Change in Disease Status of Surrey County, England, Because of Foot-and-Mouth Disease APHIS-2007-0124 | APHIS Risk Analysis on Importation of Foot and Mouth Disease (FMD) Virus from Surrey County, England, In the United Kingdom. | Supporting & Related Material | Risk assessment | 2008-05-23T04:00:00Z | 2008 | 5 | 2008-05-23T13:14:27Z | 0 | 0 | 09000064805fae05 | |||
| APHIS-2007-0124-0003 | APHIS | Change in Disease Status of Surrey County, England, Because of Foot-and-Mouth Disease APHIS-2007-0124 | Availability of a Risk Analysis Evaluating the Foot-and-Mouth Disease Status of Surrey County, England | Notice | Other | 2008-05-23T04:00:00Z | 2008 | 5 | 2008-05-23T04:00:00Z | 2008-07-23T03:59:59Z | 2008-07-22T11:13:42Z | E8-11659 | 0 | 0 | 09000064805faacd |
| APHIS-2007-0124-0001 | APHIS | Change in Disease Status of Surrey County, England, Because of Foot-and-Mouth Disease APHIS-2007-0124 | Change in Disease Status of Surrey County, England, Because of Foot-and-Mouth Disease | Rule | Interim rule | 2008-01-30T05:00:00Z | 2008 | 1 | 2008-01-30T05:00:00Z | 2008-04-01T03:59:59Z | 2014-01-17T21:44:34Z | E8-01653 | 0 | 0 | 09000064803a4b1f |
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);