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

4 rows where agency_id = "FSIS", document_type = "Rule" and posted_year = 2009 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_month, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2009 · 4 ✖

document_type 1

  • Rule · 4 ✖

agency_id 1

  • FSIS · 4 ✖
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
FSIS-2009-0015-0001 FSIS Recordkeeping Regulations; Correcting Amendment FSIS-2009-0015 Recordkeeping Regulations; Correcting Amendment Rule   2009-07-06T04:00:00Z 2009 7 2009-07-06T04:00:00Z   2011-06-11T17:26:36Z E9-15815 0 0 09000064809ea637
FSIS-2005-0020-0005 FSIS Petitions for Rulemaking FSIS-2005-0020 Petitions for Rulemaking Rule   2009-04-09T04:00:00Z 2009 4 2009-04-09T04:00:00Z   2011-06-11T17:26:16Z E9-08106 0 0 090000648094bc3f
FSIS-2008-0027-0035 FSIS Mandatory Country of Origin Labeling (COOL) of Covered Commodities including Muscle Cuts of Beef (including Veal), Lamb, Chicken, Goat, and Pork; Ground Beef, Ground Lamb, Ground Chicken, Ground Goat, and Ground Pork FSIS-2008-0027 Mandatory Country of Origin Labeling of Musle Cuts of Beef (Including Veal), Lamb, Chicken, Goat and Pork; Ground Beef, Ground Lamb, Ground Chicken, Ground Goat and Ground Pork Rule   2009-03-23T04:00:00Z 2009 3 2009-03-23T04:00:00Z   2011-06-11T17:26:34Z   0 0 0900006480928e14
FSIS-2008-0022-0328 FSIS Requirements for the Disposition of Cattle that Become Non-Ambulatory Disabled Following Ante-Mortem Inspection FSIS-2008-0022 Requirements for the Disposition of Cattle that Become Non-Ambulatory Disabled Following Ante-Mortem Inspection Rule   2009-03-18T04:00:00Z 2009 3 2009-03-18T04:00:00Z   2011-06-11T17:26:33Z E9-05987 0 0 090000648091b595

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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 1213.861ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API