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

8 rows where docket_id = "FRA-2002-13626" and posted_year = 2003 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Other 6
  • Notice 2

posted_year 1

  • 2003 · 8 ✖

agency_id 1

  • FRA 8
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
FRA-2002-13626-0011 FRA Locomotive Engineer Certification Hearing - Engineer M. L. Pope FRA-2002-13626 U.S. DOT/FRA - Letter re: Status of Docket Other Letter(s) 2003-04-23T04:00:00Z 2003 4 2003-04-23T04:00:00Z 2003-04-24T03:59:59Z 2024-11-08T04:27:10Z   1 0 09000064802b82e9
FRA-2002-13626-0010 FRA Locomotive Engineer Certification Hearing - Engineer M. L. Pope FRA-2002-13626 Brotherhood of Locomotive Engineers - Request to Hold Docket in Abeyance Pending the Outcome of the Arbitration Other Request 2003-04-21T04:00:00Z 2003 4 2003-04-21T04:00:00Z 2003-04-22T03:59:59Z 2024-11-08T04:27:10Z   1 0 09000064802b82e7
FRA-2002-13626-0009 FRA Locomotive Engineer Certification Hearing - Engineer M. L. Pope FRA-2002-13626 U.S. DOT/FRA - Request for Statement of Issues and Claims Other Request 2003-03-31T05:00:00Z 2003 3 2003-03-31T05:00:00Z 2003-04-01T04:59:59Z 2024-11-08T04:27:36Z   1 0 09000064802b82f3
FRA-2002-13626-0008 FRA Locomotive Engineer Certification Hearing - Engineer M. L. Pope FRA-2002-13626 Brotherhood of Locomotive Engineers - Letter re: Status of Unclaimed Mail for M.L. Pope, Hearing Petitioner Other Letter(s) 2003-03-12T05:00:00Z 2003 3 2003-03-12T05:00:00Z 2003-03-13T04:59:59Z 2024-11-08T04:27:36Z   1 0 09000064802b82f2
FRA-2002-13626-0007 FRA Locomotive Engineer Certification Hearing - Engineer M. L. Pope FRA-2002-13626 Brotherhood of Locomotive Engineers - Notice of Contacts for Hearing Petitioner M. L. Pope Notice Notice 2003-02-24T05:00:00Z 2003 2 2003-02-24T05:00:00Z 2003-02-25T04:59:59Z 2024-11-08T04:27:36Z   1 0 09000064802b82f1
FRA-2002-13626-0006 FRA Locomotive Engineer Certification Hearing - Engineer M. L. Pope FRA-2002-13626 U.S. DOT/FRA - Request for Information Other Request 2003-02-13T05:00:00Z 2003 2 2003-02-13T05:00:00Z 2003-02-14T04:59:59Z 2024-11-08T04:27:12Z   1 0 09000064802b82f0
FRA-2002-13626-0005 FRA Locomotive Engineer Certification Hearing - Engineer M. L. Pope FRA-2002-13626 Union Pacific Railroad Company - Notice of Contacts for Union Pacific Railroad Notice Notice 2003-02-06T05:00:00Z 2003 2 2003-02-06T05:00:00Z 2003-02-07T04:59:59Z 2024-11-08T04:27:11Z   1 0 09000064802b82ef
FRA-2002-13626-0003 FRA Locomotive Engineer Certification Hearing - Engineer M. L. Pope FRA-2002-13626 U.S. DOT/FRA - Initial Scheduling Order Other Order 2003-01-14T05:00:00Z 2003 1 2003-01-14T05:00:00Z 2003-01-15T04:59:59Z 2024-11-08T04:27:11Z   1 0 09000064802b82ee

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