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-2011-N-0655" and posted_year = 2022 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Other 4
  • Notice 2

posted_year 1

  • 2022 · 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-2011-N-0655-0039 FDA None FDA-2011-N-0655 AGDUFA IV Summary of Public Comments Other Summary (SUM) 2022-12-16T05:00:00Z 2022 12 2022-12-16T05:00:00Z   2022-12-16T20:17:03Z   0 0 090000648553d4c0
FDA-2011-N-0655-0037 FDA None FDA-2011-N-0655 PUBLIC WORKSHOP – ANIMAL GENERIC DRUG USER FEE ACT (AGDUFA) REAUTHORIZATION: FY 2024 - 2028 Other Transcript(s) 2022-11-16T05:00:00Z 2022 11 2022-11-16T05:00:00Z   2022-11-16T23:03:57Z   0 0 09000064854bc355
FDA-2011-N-0655-0034 FDA None FDA-2011-N-0655 Animal Generic Drug User Fee Act (AGDUFA) Reauthorization: FY 2024 –2028 Public Meeting October 26, 2022 Other Presentation 2022-10-31T04:00:00Z 2022 10 2022-10-31T04:00:00Z   2022-11-04T15:32:15Z   0 0 090000648546d3ea
FDA-2011-N-0655-0033 FDA None FDA-2011-N-0655 Public Meeting on the Recommendations for Animal Generic Drug User Fee Act (AGDUFA) Reauthorization Other Agenda 2022-10-24T04:00:00Z 2022 10 2022-10-24T04:00:00Z   2022-10-24T15:42:09Z   0 0 090000648544d7ce
FDA-2011-N-0655-0032 FDA None FDA-2011-N-0655 Animal Generic Drug User Fee Act; Public Meeting; Request for Comments; Extension of Comment Period Notice Request for Comments 2022-10-20T04:00:00Z 2022 10 2022-10-20T04:00:00Z 2022-11-15T04:59:59Z 2022-11-15T02:01:26Z 2022-22744 0 0 090000648543b167
FDA-2011-N-0655-0031 FDA None FDA-2011-N-0655 Animal Generic Drug User Fee Act; Public Meeting; Request for Comments Notice Request for Comments 2022-09-30T04:00:00Z 2022 9 2022-09-30T04:00:00Z 2022-11-10T04:59:59Z 2022-09-30T14:55:22Z 2022-21304 0 0 0900006485389d63

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