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

11 rows where docket_id = "AMS-NOP-15-0085" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 10
  • Notice 1

posted_year 1

  • 2016 11

agency_id 1

  • AMS 11
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-NOP-15-0085-3006 AMS Notice of Meeting of the National Organic Standards Board AMS-NOP-15-0085 Hydroponics Presentation - Biernbaum Supporting & Related Material Notice of Availability 2016-05-13T04:00:00Z 2016 5     2016-05-13T20:45:41Z   0 0 0900006481fcd85c
AMS-NOP-15-0085-3003 AMS Notice of Meeting of the National Organic Standards Board AMS-NOP-15-0085 NOP udpate McEvoy - NOSB April 2016 Supporting & Related Material Notice of Availability 2016-05-13T04:00:00Z 2016 5     2016-05-13T20:45:40Z   0 0 0900006481fcd859
AMS-NOP-15-0085-3008 AMS Notice of Meeting of the National Organic Standards Board AMS-NOP-15-0085 NOSB Presentations April 2016 Supporting & Related Material Notice of Availability 2016-05-13T04:00:00Z 2016 5     2016-05-13T20:45:41Z   0 0 0900006481fcdf96
AMS-NOP-15-0085-3004 AMS Notice of Meeting of the National Organic Standards Board AMS-NOP-15-0085 Organic Working Group update Rakola Supporting & Related Material Notice of Availability 2016-05-13T04:00:00Z 2016 5     2016-05-13T20:45:40Z   0 0 0900006481fcd85a
AMS-NOP-15-0085-3005 AMS Notice of Meeting of the National Organic Standards Board AMS-NOP-15-0085 Materials Update Brines April 2016 Supporting & Related Material Notice of Availability 2016-05-13T04:00:00Z 2016 5     2016-05-13T20:45:41Z   0 0 0900006481fcd85b
AMS-NOP-15-0085-3007 AMS Notice of Meeting of the National Organic Standards Board AMS-NOP-15-0085 Hydroponics Presentation - Tollefson Supporting & Related Material Notice of Availability 2016-05-13T04:00:00Z 2016 5     2016-05-13T20:45:41Z   0 0 0900006481fcd85d
AMS-NOP-15-0085-3010 AMS Notice of Meeting of the National Organic Standards Board AMS-NOP-15-0085 ALL Proposals NOSB April 2016 Supporting & Related Material Notice of Availability 2016-05-13T04:00:00Z 2016 5     2016-05-13T20:45:42Z   0 0 0900006481fcdf98
AMS-NOP-15-0085-3002 AMS Notice of Meeting of the National Organic Standards Board AMS-NOP-15-0085 Emerging Techniques Biotech panel presentations Supporting & Related Material Notice of Availability 2016-05-13T04:00:00Z 2016 5     2016-05-13T20:45:39Z   0 0 0900006481fcd858
AMS-NOP-15-0085-3001 AMS Notice of Meeting of the National Organic Standards Board AMS-NOP-15-0085 2016 April NOSB Agenda Supporting & Related Material Notice of Availability 2016-05-13T04:00:00Z 2016 5     2016-05-13T20:45:39Z   0 0 0900006481fcd857
AMS-NOP-15-0085-3009 AMS Notice of Meeting of the National Organic Standards Board AMS-NOP-15-0085 Work Agenda NOSB Fall 2016 + Supporting & Related Material Notice of Availability 2016-05-13T04:00:00Z 2016 5     2016-05-13T20:45:42Z   0 0 0900006481fcdf97
AMS-NOP-15-0085-0001 AMS Notice of Meeting of the National Organic Standards Board AMS-NOP-15-0085 Meetings: National Organic Standards Board April 2016 Notice 30 Day Proposed Information Collection 2016-03-16T04:00:00Z 2016 3 2016-03-16T04:00:00Z 2016-04-15T03:59:59Z 2016-04-26T16:00:37Z 2016-05835 0 0 0900006481ec778c

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