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

10 rows where docket_id = "APHIS-2008-0119" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, subtype, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 9

  • 2009 2
  • 2008 1
  • 2011 1
  • 2015 1
  • 2016 1
  • 2017 1
  • 2020 1
  • 2021 1
  • 2024 1

document_type 1

  • Notice 10

agency_id 1

  • APHIS 10
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-2008-0119-0330 APHIS Implementation of Revised Lacey Act Provisions APHIS-2008-0119 Implementation of Revised Lacey Act Provisions Notice Availability of Document 2024-05-31T04:00:00Z 2024 5 2024-05-31T04:00:00Z 2024-07-31T03:59:59Z 2024-08-01T01:01:05Z 2024-11901 0 0 090000648658e3f7
APHIS-2008-0119-0329 APHIS Implementation of Revised Lacey Act Provisions APHIS-2008-0119 Implementation of Revised Lacey Act Provisions Notice Determinations 2021-07-02T04:00:00Z 2021 7     2021-07-02T12:34:52Z 2021-14155 0 0 0900006484bcc1da
APHIS-2008-0119-0297 APHIS Implementation of Revised Lacey Act Provisions APHIS-2008-0119 Implementation of Revised Lacey Act Provisions Notice Availability of Document 2020-03-31T04:00:00Z 2020 3 2020-03-31T04:00:00Z 2020-07-02T03:59:59Z 2021-07-02T12:31:30Z 2020-06695 0 0 090000648447a97c
APHIS-2008-0119-0296 APHIS Implementation of Revised Lacey Act Provisions APHIS-2008-0119 Implementation of Revised Lacey Act Provisions Notice Availability of Document 2017-10-20T04:00:00Z 2017 10 2017-10-20T04:00:00Z   2017-10-20T14:26:25Z 2017-22800 0 0 0900006482be919a
APHIS-2008-0119-0295 APHIS Implementation of Revised Lacey Act Provisions APHIS-2008-0119 Implementation of Revised Lacey Act Provisions Notice Availability of Document 2016-06-16T04:00:00Z 2016 6 2016-06-16T04:00:00Z   2016-06-16T13:56:37Z 2016-14247 0 0 09000064820452cb
APHIS-2008-0119-0288 APHIS Implementation of Revised Lacey Act Provisions APHIS-2008-0119 Revised Lacey Act Provisions; Implementation Notice Availability of Document 2015-02-06T05:00:00Z 2015 2 2015-02-06T05:00:00Z 2015-04-08T03:59:59Z 2015-04-09T02:03:01Z 2015-02403 0 0 09000064819f7e7f
APHIS-2008-0119-0259 APHIS Implementation of Revised Lacey Act Provisions APHIS-2008-0119 Implementation of Revised Lacey Act Provisions Notice Availability of a document 2011-02-28T05:00:00Z 2011 2 2011-02-28T05:00:00Z 2011-04-15T03:59:59Z 2011-02-28T14:18:39Z 2011-04357 0 0 0900006480bfa611
APHIS-2008-0119-0190 APHIS Implementation of Revised Lacey Act Provisions APHIS-2008-0119 Implementation of Revised Lacey Act Provisions Notice Other 2009-09-02T04:00:00Z 2009 9 2009-09-02T04:00:00Z 2009-11-03T04:59:59Z 2009-09-02T17:09:26Z E9-21216 0 0 0900006480a1b46f
APHIS-2008-0119-0136 APHIS Implementation of Revised Lacey Act Provisions APHIS-2008-0119 Implementation of Revised Lacey Act Provisions Notice Notice 2009-02-03T05:00:00Z 2009 2 2009-02-03T05:00:00Z 2009-04-07T03:59:59Z 2009-02-03T15:50:14Z E9-2232 0 0 0900006480843ef3
APHIS-2008-0119-0001 APHIS Implementation of Revised Lacey Act Provisions APHIS-2008-0119 Implementation of Revised Lacey Act Provisions Notice Other 2008-10-08T04:00:00Z 2008 10 2008-10-08T04:00:00Z 2008-12-09T04:59:59Z 2008-10-30T21:03:26Z E8-23984 0 0 090000648073e1c1

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