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 = "FDA-1999-N-0195" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Rule 3
  • Supporting & Related Material 2
  • Proposed Rule 1

posted_year 1

  • 2017 6

agency_id 1

  • FDA 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
FDA-1999-N-0195-0006 FDA Amendment of Various Device Regulations FDA-1999-N-0195 Amendment of Various Device Regulations to Reflect Current American Society for Testing and Materials Citations; Confirmation in Part and Technical Amendment Rule Confirmation of Effective Date 2017-05-15T04:00:00Z 2017 5     2024-10-29T15:10:49Z 00–18082 0 0 09000064804b0503
FDA-1999-N-0195-0005 FDA Amendment of Various Device Regulations FDA-1999-N-0195 Standard Test Methods for Vulcanized Rubber and Thermoplastic Elastomers - Tension Supporting & Related Material Background Material 2017-05-15T04:00:00Z 2017 5     2024-10-29T15:52:59Z   0 0 09000064825bb09d
FDA-1999-N-0195-0001 FDA Amendment of Various Device Regulations FDA-1999-N-0195 Amendment of Various Device Regulations to Reflect Current American Society for Testing and Materials Citations; Companion Document to Direct Final Rule Proposed Rule Notice of Proposed Rulemaking (NPRM) 2017-05-15T04:00:00Z 2017 5 2000-01-24T05:00:00Z 2000-04-11T03:59:59Z 2024-10-29T14:45:14Z 00–1405 0 0 09000064804b0500
FDA-1999-N-0195-0004 FDA Amendment of Various Device Regulations FDA-1999-N-0195 Standard Specification for Rubber Contraceptives (Male Condoms) Supporting & Related Material Background Material 2017-05-15T04:00:00Z 2017 5     2024-10-29T15:51:18Z   0 0 09000064825bb09c
FDA-1999-N-0195-0002 FDA Amendment of Various Device Regulations FDA-1999-N-0195 Amendment of Various Device Regulations to Reflect Current American Society for Testing and Material Citations Rule Direct Final Rule 2017-05-15T04:00:00Z 2017 5     2024-10-29T15:06:43Z 00-1404 0 0 09000064804b0501
FDA-1999-N-0195-0007 FDA Amendment of Various Device Regulations FDA-1999-N-0195 Amendment of Various Device Regulations to Reflect Current American Society for Testing and Materials Citations, Confirmation in Part and Technical Amendment; Correction Rule Correction 2017-05-15T04:00:00Z 2017 5     2024-10-29T15:15:45Z 00-21562 0 0 09000064804b0504

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