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

10 rows where docket_id = "FRA-2008-0151" and posted_year = 2010 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2010 · 10 ✖

document_type 1

  • Other 10

agency_id 1

  • FRA 10
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-2008-0151-0019 FRA Richard W. Johnson - EQAL 2008-06 FRA-2008-0151 Union Pacific's Response to Appeal to Administrator Other Other 2010-07-27T04:00:00Z 2010 7 2010-07-27T04:00:00Z   2024-11-07T22:15:54Z   1 0 0900006480b0beaf
FRA-2008-0151-0018 FRA Richard W. Johnson - EQAL 2008-06 FRA-2008-0151 Federal Railroad Administration's Reply to Hearing Petitioner's Appeal to the Administrator Other Response(s) 2010-06-29T04:00:00Z 2010 6 2010-06-29T04:00:00Z   2024-11-07T22:24:13Z   1 0 0900006480b0d5b2
FRA-2008-0151-0017 FRA Richard W. Johnson - EQAL 2008-06 FRA-2008-0151 Brotherhood of Locomotive Engineers and Trainmen - Appeal to the Administrator Other Appeal 2010-06-07T04:00:00Z 2010 6 2010-06-07T04:00:00Z   2013-07-27T23:20:55Z   0 0 0900006480afacc5
FRA-2008-0151-0016 FRA Richard W. Johnson - EQAL 2008-06 FRA-2008-0151 U.S. DOT/FRA - Order No. 3 Decision and Order Other Decision 2010-05-12T04:00:00Z 2010 5 2010-05-12T04:00:00Z   2013-08-11T04:39:35Z   0 0 0900006480aeb68d
FRA-2008-0151-0015 FRA Richard W. Johnson - EQAL 2008-06 FRA-2008-0151 Brotherhood of Locomotive Engineers and Trainmen - Hearing Petitioner's Reply Brief Other Brief 2010-04-06T04:00:00Z 2010 4 2010-04-06T04:00:00Z   2013-08-11T04:38:59Z   0 0 0900006480ad0d3c
FRA-2008-0151-0013 FRA Richard W. Johnson - EQAL 2008-06 FRA-2008-0151 Union Pacific Railroad Company's - Brief Other Brief 2010-03-30T04:00:00Z 2010 3 2010-03-30T04:00:00Z   2024-11-07T22:14:17Z   1 0 0900006480acbd4a
FRA-2008-0151-0014 FRA Richard W. Johnson - EQAL 2008-06 FRA-2008-0151 U.S. DOT/ FRA - Federal Railroad Administration's Response to Hearing Petitioner's Brief Encompassing Case Other Response(s) 2010-03-30T04:00:00Z 2010 3 2010-03-30T04:00:00Z   2024-11-12T04:51:59Z   1 0 0900006480acba83
FRA-2008-0151-0012 FRA Richard W. Johnson - EQAL 2008-06 FRA-2008-0151 U.S. DOT/FRA - Order No. 2 Setting Briefing Schedule Other Order 2010-03-24T04:00:00Z 2010 3 2010-03-24T04:00:00Z   2024-11-07T22:17:51Z   1 0 0900006480ac4c69
FRA-2008-0151-0011 FRA Richard W. Johnson - EQAL 2008-06 FRA-2008-0151 Brotherhood of Locomotive Engineers and Trainmen - Hearing Petitioner's Breif Encompassing Case Other Brief 2010-03-16T04:00:00Z 2010 3 2010-03-16T04:00:00Z   2013-07-27T23:12:02Z   0 0 0900006480abdd94
FRA-2008-0151-0010 FRA Richard W. Johnson - EQAL 2008-06 FRA-2008-0151 Joint Statement of Agreed Upon Material Facts Other Statement 2010-01-12T05:00:00Z 2010 1 2010-01-12T05:00:00Z   2024-11-07T22:12:53Z   1 0 0900006480a79a0a

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