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

6 rows where docket_id = "AMS-2005-0007" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 2006 5
  • 2005 1

document_type 2

  • Proposed Rule 4
  • Rule 2

agency_id 1

  • AMS 6
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
AMS-2005-0007-0006 AMS Milk in the Mideast Marketing Area; Tentative Partial Decision on Proposed Amendments and Opportunity To File Written Exceptions to Tentative Marketing Agreement and Order AMS-2005-0007 Milk in the Mideast Marketing Area; Order Amending the Order Rule   2006-10-30T05:00:00Z 2006 10 2006-10-30T05:00:00Z   2008-01-07T22:36:35Z E6-18175 0 0 09000064801db0c9
AMS-2005-0007-0005 AMS Milk in the Mideast Marketing Area; Tentative Partial Decision on Proposed Amendments and Opportunity To File Written Exceptions to Tentative Marketing Agreement and Order AMS-2005-0007 Milk in the Mideast Marketing Area; Decision on Proposed Amendments to Marketing Agreement and to Order Proposed Rule   2006-09-13T04:00:00Z 2006 9 2006-09-13T04:00:00Z   2008-01-07T22:36:17Z 06-07495 0 0 09000064801ca236
AMS-2005-0007-0004 AMS Milk in the Mideast Marketing Area; Tentative Partial Decision on Proposed Amendments and Opportunity To File Written Exceptions to Tentative Marketing Agreement and Order AMS-2005-0007 Milk in the Mideast Marketing Area; Order Amending the Order Rule   2006-04-20T04:00:00Z 2006 4 2006-04-20T04:00:00Z   2008-01-07T22:36:16Z 06-03775 0 0 0900006480161958
AMS-2005-0007-0003 AMS Milk in the Mideast Marketing Area; Tentative Partial Decision on Proposed Amendments and Opportunity To File Written Exceptions to Tentative Marketing Agreement and Order AMS-2005-0007 Milk in the Mideast Marketing Area; Recommended Decision and Opportunity To File Written Exceptions on Proposed Amendments to Tentative Marketing Agreement and Order Proposed Rule   2006-02-22T05:00:00Z 2006 2 2006-02-22T05:00:00Z 2006-04-25T03:59:59Z 2008-01-07T22:36:28Z 06-01586 0 0 0900006480136294
AMS-2005-0007-0002 AMS Milk in the Mideast Marketing Area; Tentative Partial Decision on Proposed Amendments and Opportunity To File Written Exceptions to Tentative Marketing Agreement and Order AMS-2005-0007 Milk in the Mideast Marketing Area; Final Partial Decision on Proposed Amendments to Marketing Agreement and to Order Proposed Rule   2006-01-23T05:00:00Z 2006 1 2006-01-23T05:00:00Z   2008-01-07T22:36:33Z E6-00684 0 0 0900006480119475
AMS-2005-0007-0001 AMS Milk in the Mideast Marketing Area; Tentative Partial Decision on Proposed Amendments and Opportunity To File Written Exceptions to Tentative Marketing Agreement and Order AMS-2005-0007 Milk in the Mideast Marketing Area; Tentative Partial Decision on Proposed Amendments and Opportunity To File Written Exceptions to Tentative Marketing Agreement and Order Proposed Rule   2005-07-27T04:00:00Z 2005 7 2005-07-27T04:00:00Z 2005-09-27T03:59:59Z 2008-01-07T22:36:28Z 05-14769 0 0 090000648004ff16

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