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-1998-4701" and document_type = "Other" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 2

  • 2000 7
  • 1998 1

document_type 1

  • Other · 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-1998-4701-0011 FRA Brotherhood of Locomotive Engineers - Hearing Request - Locomotive Engineer Certification FRA-1998-4701 U.S. DOT/FRA - Order Other Order 2000-10-13T04:00:00Z 2000 10 2000-10-13T04:00:00Z 2000-10-17T03:59:59Z 2024-11-07T18:54:09Z   1 0 090000648032740d
FRA-1998-4701-0009 FRA Brotherhood of Locomotive Engineers - Hearing Request - Locomotive Engineer Certification FRA-1998-4701 U.S. DOT/FRA and Union Pacific Railroad Company - Stipulation of Dismissal Other Stipulation(s) 2000-10-13T04:00:00Z 2000 10 2000-10-13T04:00:00Z 2000-10-17T03:59:59Z 2024-11-07T18:54:10Z   1 0 0900006480327415
FRA-1998-4701-0010 FRA Brotherhood of Locomotive Engineers - Hearing Request - Locomotive Engineer Certification FRA-1998-4701 Brotherhood of Locomotive Engineers - Motion to Dismiss Other Motion 2000-10-13T04:00:00Z 2000 10 2000-10-13T04:00:00Z 2000-10-17T03:59:59Z 2024-11-07T18:54:08Z   1 0 090000648032740c
FRA-1998-4701-0005 FRA Brotherhood of Locomotive Engineers - Hearing Request - Locomotive Engineer Certification FRA-1998-4701 U.S. DOT/FRA - Acknowledgement Receipt of Written Request Other Acknowledgement Letter/Receipt 2000-09-05T04:00:00Z 2000 9 2000-09-05T04:00:00Z 2000-09-06T03:59:59Z 2024-11-07T18:54:09Z   1 0 0900006480327411
FRA-1998-4701-0007 FRA Brotherhood of Locomotive Engineers - Hearing Request - Locomotive Engineer Certification FRA-1998-4701 U.S. DOT/FRA and Union Pacific Railroad Company - Motion to Dismiss Other Motion 2000-09-05T04:00:00Z 2000 9 2000-09-05T04:00:00Z 2000-09-06T03:59:59Z 2024-11-07T18:54:10Z   1 0 0900006480327413
FRA-1998-4701-0006 FRA Brotherhood of Locomotive Engineers - Hearing Request - Locomotive Engineer Certification FRA-1998-4701 U.S. DOT/FRA - Initial Scheduling Order Other Order 2000-09-05T04:00:00Z 2000 9 2000-09-05T04:00:00Z 2000-09-06T03:59:59Z 2024-11-07T18:54:10Z   1 0 0900006480327412
FRA-1998-4701-0003 FRA Brotherhood of Locomotive Engineers - Hearing Request - Locomotive Engineer Certification FRA-1998-4701 Brotherhood of Locomotive Engineers - Answer to Order No. 1 Other Answer 2000-05-08T04:00:00Z 2000 5 2000-05-08T04:00:00Z 2000-05-09T03:59:59Z 2024-11-07T18:54:09Z   1 0 090000648032740f
FRA-1998-4701-0001 FRA Brotherhood of Locomotive Engineers - Hearing Request - Locomotive Engineer Certification FRA-1998-4701 Brotherhood of Locomotive Engineers - Request for Hearing Other Request for Hearing 1998-10-22T04:00:00Z 1998 10 1998-10-22T04:00:00Z 1998-11-06T04:59:59Z 2024-11-07T18:54:08Z   1 0 0900006480327409

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