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 agency_id = "FDA" and docket_id = "FDA-2006-P-0010" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, subtype, posted_date, posted_month, comment_start_date, open_for_comment, withdrawn, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 4

  • 2006 3
  • 2008 3
  • 2013 3
  • 2014 2

document_type 2

  • Other 8
  • Supporting & Related Material 3

agency_id 1

  • FDA · 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
FDA-2006-P-0010-0015 FDA Refain From Approving all Abbreviated Applications for Generic Enrofloxacin That Purport to Copy Bayer's Baytril 100 Injectable Solution-CLOSED FDA-2006-P-0010 Letter from Bayer HealthCare LLC (Ropes & Gray LLP) to FDA CVM Other Letter(s) 2014-01-08T05:00:00Z 2014 1 2014-01-08T05:00:00Z   2024-10-28T17:49:37Z   0 0 09000064814412da
FDA-2006-P-0010-0016 FDA Refain From Approving all Abbreviated Applications for Generic Enrofloxacin That Purport to Copy Bayer's Baytril 100 Injectable Solution-CLOSED FDA-2006-P-0010 Citizen Petition Denial Letter from FDA CVM to Bayer HealthCare LLC, Ropes and Gray LLP Other Denial 2014-01-08T05:00:00Z 2014 1 2014-01-08T05:00:00Z   2024-11-07T23:01:15Z   1 0 09000064814f2f63
FDA-2006-P-0010-0011 FDA Refain From Approving all Abbreviated Applications for Generic Enrofloxacin That Purport to Copy Bayer's Baytril 100 Injectable Solution-CLOSED FDA-2006-P-0010 Letter from Bayer HealthCare LLC Ropes and Gray LLP to FDA CDER Other Letter(s) 2013-08-07T04:00:00Z 2013 8 2013-08-07T04:00:00Z   2024-10-28T17:50:43Z   0 0 090000648137d533
FDA-2006-P-0010-0010 FDA Refain From Approving all Abbreviated Applications for Generic Enrofloxacin That Purport to Copy Bayer's Baytril 100 Injectable Solution-CLOSED FDA-2006-P-0010 Letter from Bayer HealthCare LLC (Ropes & Gray LLP) to FDA CVM Other Letter(s) 2013-07-23T04:00:00Z 2013 7 2013-07-23T04:00:00Z   2024-10-28T17:51:31Z   0 0 090000648135ffb2
FDA-2006-P-0010-0007 FDA Refain From Approving all Abbreviated Applications for Generic Enrofloxacin That Purport to Copy Bayer's Baytril 100 Injectable Solution-CLOSED FDA-2006-P-0010 Citizen Petition Supplement from Bayer HealthCare Other Supplement (SUP) 2013-05-14T04:00:00Z 2013 5 2013-05-14T04:00:00Z   2024-10-28T17:37:48Z   0 0 09000064812c0924
FDA-2006-P-0010-0004 FDA Refain From Approving all Abbreviated Applications for Generic Enrofloxacin That Purport to Copy Bayer's Baytril 100 Injectable Solution-CLOSED FDA-2006-P-0010 Citizen Petition from Bayer HealthCare Other Citizen Petition 2008-08-13T04:00:00Z 2008 8 2008-08-13T04:00:00Z   2024-10-28T17:21:10Z   0 0 0900006480441583
FDA-2006-P-0010-0005 FDA Refain From Approving all Abbreviated Applications for Generic Enrofloxacin That Purport to Copy Bayer's Baytril 100 Injectable Solution-CLOSED FDA-2006-P-0010 See FDA-2006-P-0010-0004 Supporting & Related Material   2008-08-13T00:00:00Z 2008 8     2013-05-15T00:21:26Z   0 1 0900006480441584
FDA-2006-P-0010-0006 FDA Refain From Approving all Abbreviated Applications for Generic Enrofloxacin That Purport to Copy Bayer's Baytril 100 Injectable Solution-CLOSED FDA-2006-P-0010 See FDA-2006-P-0010-0004 Supporting & Related Material   2008-08-13T00:00:00Z 2008 8     2013-05-15T00:22:01Z   0 1 0900006480441582
FDA-2006-P-0010-0003 FDA Refain From Approving all Abbreviated Applications for Generic Enrofloxacin That Purport to Copy Bayer's Baytril 100 Injectable Solution-CLOSED FDA-2006-P-0010 Interim Response from FDA CVM to Sidley Austin LLP Other Letter(s) 2006-12-15T05:00:00Z 2006 12     2024-10-28T17:16:53Z   0 0 090000648044158b
FDA-2006-P-0010-0001 FDA Refain From Approving all Abbreviated Applications for Generic Enrofloxacin That Purport to Copy Bayer's Baytril 100 Injectable Solution-CLOSED FDA-2006-P-0010 Acknowledgement Letter from FDA DMB to Sidley Austin LLP Other Acknowledgement Letter/Receipt 2006-06-15T04:00:00Z 2006 6     2024-10-28T17:14:52Z   0 0 0900006480441580
FDA-2006-P-0010-0002 FDA Refain From Approving all Abbreviated Applications for Generic Enrofloxacin That Purport to Copy Bayer's Baytril 100 Injectable Solution-CLOSED FDA-2006-P-0010 See FDA-2006-P-0010-0001 Supporting & Related Material Acknowledgement Letter/Receipt 2006-06-15T04:00:00Z 2006 6     2013-05-15T00:20:12Z   0 0 0900006480441585

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