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

9 rows where docket_id = "FDA-2000-N-0109" and posted_year = 2004 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Other 8
  • Rule 1

posted_year 1

  • 2004 · 9 ✖

agency_id 1

  • FDA 9
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-2000-N-0109-0127 FDA Enrofloxacin for Poultry: Opportunity for Hearing FDA-2000-N-0109 Exhibit B-294: Reserved Other Exhibit(s) 2004-12-16T05:00:00Z 2004 12     2026-02-17T19:24:19Z   0 0 09000064804cd9b1
FDA-2000-N-0109-0081 FDA Enrofloxacin for Poultry: Opportunity for Hearing FDA-2000-N-0109 Separation of Functions Other Separation of Functions 2004-11-15T05:00:00Z 2004 11     2026-01-10T00:01:06Z   0 0 09000064804cd865
FDA-2000-N-0109-0080 FDA Enrofloxacin for Poultry: Opportunity for Hearing FDA-2000-N-0109 Separation of Functions Other Separation of Functions 2004-08-27T04:00:00Z 2004 8     2026-01-09T23:52:53Z   0 0 09000064804cd65e
FDA-2000-N-0109-0079 FDA Enrofloxacin for Poultry: Opportunity for Hearing FDA-2000-N-0109 Center for Veterinary Medicine’s Reply to Bayer’s and Animal Health Institute’s Exceptions to the Administrative Law Judge‘s Initial Decision Other Reply 2004-07-16T04:00:00Z 2004 7     2026-01-09T23:35:49Z   0 0 09000064804cd475
FDA-2000-N-0109-0078 FDA Enrofloxacin for Poultry: Opportunity for Hearing FDA-2000-N-0109 Separation of Functions Other Separation of Functions 2004-07-01T04:00:00Z 2004 7     2026-01-09T23:12:45Z   0 0 09000064804cd3a3
FDA-2000-N-0109-0077 FDA Enrofloxacin for Poultry: Opportunity for Hearing FDA-2000-N-0109 Separation of Functions Other Separation of Functions 2004-05-26T04:00:00Z 2004 5     2026-01-09T22:46:18Z   0 0 09000064804cd1a8
FDA-2000-N-0109-0076 FDA Enrofloxacin for Poultry: Opportunity for Hearing FDA-2000-N-0109 Center for Veterinary Medicine's Exceptions to the Administrative Law Judge's Initial Decision Other Exception/Waiver 2004-05-17T04:00:00Z 2004 5     2026-01-09T22:09:49Z   0 0 09000064804ccfe1
FDA-2000-N-0109-0074 FDA Enrofloxacin for Poultry: Opportunity for Hearing FDA-2000-N-0109 Proposal to Withdraw Approval of the New Animal Drug Application for Enrofloxacin for Poultry Rule Initial Decision by Admin Law Judge 2004-03-16T05:00:00Z 2004 3     2026-01-10T08:15:58Z   0 0 09000064804cbe3d
FDA-2000-N-0109-0075 FDA Enrofloxacin for Poultry: Opportunity for Hearing FDA-2000-N-0109 Certificate of Service re: Initial Decision dated 03/16/2004 Other Certificate of Service 2004-03-16T05:00:00Z 2004 3     2026-01-09T19:26:50Z   0 0 09000064804cbe40

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