documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "APHIS-2010-0125" and document_type = "Notice" sorted by posted_date descending
This data as json, CSV (advanced)
| 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-2010-0125-0006 | APHIS | Secretary's Advisory Committee on Animal Health; Meetings APHIS-2010-0125 | Traceability for Livestock Moving Interstate, etc.: Secretary's Advisory Committee on Animal Health; Meeting | Notice | Public Meetings | 2011-10-12T04:00:00Z | 2011 | 10 | 2011-10-12T04:00:00Z | 2011-10-12T14:50:49Z | 2011-26354 | 0 | 0 | 0900006480f50f71 | |
| APHIS-2010-0125-0005 | APHIS | Secretary's Advisory Committee on Animal Health; Meetings APHIS-2010-0125 | Meetings: Secretary's Advisory Committee on Animal Health | Notice | Advisory Committee | 2011-09-19T04:00:00Z | 2011 | 9 | 2011-09-19T04:00:00Z | 2011-09-19T15:17:28Z | 2011-23727 | 0 | 0 | 0900006480f22376 | |
| APHIS-2010-0125-0004 | APHIS | Secretary's Advisory Committee on Animal Health; Meetings APHIS-2010-0125 | Meetings: Secretary's Advisory Committee on Animal Health | Notice | Public Meetings | 2011-07-19T04:00:00Z | 2011 | 7 | 2011-07-19T04:00:00Z | 2011-07-19T14:59:33Z | 2011-18172 | 0 | 0 | 0900006480ec61b0 | |
| APHIS-2010-0125-0003 | APHIS | Secretary's Advisory Committee on Animal Health; Meetings APHIS-2010-0125 | Secretary's Advisory Committee on Animal Health | Notice | Public meeting/hearing | 2011-05-19T04:00:00Z | 2011 | 5 | 2011-05-19T04:00:00Z | 2011-05-19T13:12:45Z | 2011-12311 | 0 | 0 | 0900006480d79ecf | |
| APHIS-2010-0125-0002 | APHIS | Secretary's Advisory Committee on Animal Health; Meetings APHIS-2010-0125 | Meetings: Secretary's Advisory Committee on Animal Health | Notice | Public meeting/hearing | 2011-02-18T05:00:00Z | 2011 | 2 | 2011-02-18T05:00:00Z | 2011-02-18T14:50:57Z | 2011-03728 | 0 | 0 | 0900006480bf237d | |
| APHIS-2010-0125-0001 | APHIS | Secretary's Advisory Committee on Animal Health; Meetings APHIS-2010-0125 | Meetings: Secretary's Advisory Committee on Animal Health | Notice | Public meeting/hearing | 2011-01-04T05:00:00Z | 2011 | 1 | 2011-01-04T05:00:00Z | 2011-01-04T16:26:01Z | 2010-33206 | 0 | 0 | 0900006480bc4af3 |
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);