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

5 rows where docket_id = "FRA-2006-25040" and posted_year = 2024 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Other 3
  • Notice 2

posted_year 1

  • 2024 · 5 ✖

agency_id 1

  • FRA 5
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-2006-25040-0071 FRA Capital Metropolitan Transportation Authority (CMTA) - Waiver Petition FRA-2006-25040 Petition for Waiver of Compliance; Modification Notice Request for Comments 2024-10-29T04:00:00Z 2024 10 2024-10-29T04:00:00Z   2024-11-12T22:45:30Z 2024-25083 1 0 09000064867ea8fc
FRA-2006-25040-0070 FRA Capital Metropolitan Transportation Authority (CMTA) - Waiver Petition FRA-2006-25040 FRA-2006-25040 Decision Letter 2024 Other Decision 2024-10-22T04:00:00Z 2024 10 2024-10-22T04:00:00Z   2024-10-22T15:58:31Z   0 0 09000064867dbf7a
FRA-2006-25040-0069 FRA Capital Metropolitan Transportation Authority (CMTA) - Waiver Petition FRA-2006-25040 FRA-2006-25040 Incoming Revised Petition August 2024 Other Petition(s) 2024-09-05T04:00:00Z 2024 9 2024-09-05T04:00:00Z   2024-11-12T22:43:32Z   1 0 09000064866bdd95
FRA-2006-25040-0068 FRA Capital Metropolitan Transportation Authority (CMTA) - Waiver Petition FRA-2006-25040 Petition for Extension of Waiver of Compliance Notice General Notice 2024-08-08T04:00:00Z 2024 8 2024-08-08T04:00:00Z   2024-11-12T22:38:25Z 2024-17564 1 0 0900006486625773
FRA-2006-25040-0067 FRA Capital Metropolitan Transportation Authority (CMTA) - Waiver Petition FRA-2006-25040 FRA-2006-25040 Incoming Waiver Extension Petition 2024 Other Waiver 2024-04-26T04:00:00Z 2024 4 2024-04-26T04:00:00Z   2024-04-26T16:42:01Z   0 0 09000064864ee22e

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