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

6 rows where docket_id = "FRA-2023-0066" and document_type = "Other" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 3

  • 2024 3
  • 2025 2
  • 2023 1

document_type 1

  • Other · 6 ✖

agency_id 1

  • FRA 6
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-2023-0066-0164 FRA Heart of Georgia Railroad, Inc. and Georgia Central Railway, L.P. FRA-2023-0066 RRS-250501-010 FRA Letter GC-HOG Railroads Phase 1 Testing Decision Letter 05.12.25 Other Decision 2025-05-28T04:00:00Z 2025 5 2025-05-28T04:00:00Z   2025-05-28T22:05:47Z   1 0 09000064b8dc2c4e
FRA-2023-0066-0162 FRA Heart of Georgia Railroad, Inc. and Georgia Central Railway, L.P. FRA-2023-0066 FRA-2023-0066 Decision Letter 2025 Other Decision 2025-01-16T05:00:00Z 2025 1 2025-01-16T05:00:00Z   2025-01-16T21:44:38Z   0 0 09000064868c7726
FRA-2023-0066-0161 FRA Heart of Georgia Railroad, Inc. and Georgia Central Railway, L.P. FRA-2023-0066 FRA-2023-0066 Cardenas Letter to FRA Dec 2024 Other Letter(s) 2024-12-27T05:00:00Z 2024 12 2024-12-27T05:00:00Z   2024-12-27T16:38:27Z   0 0 090000648689122e
FRA-2023-0066-0160 FRA Heart of Georgia Railroad, Inc. and Georgia Central Railway, L.P. FRA-2023-0066 Letter of Support from Representatives Carter, Scott, and Allen Other Letter(s) in Support 2024-04-16T04:00:00Z 2024 4 2024-04-16T04:00:00Z   2024-04-16T17:00:00Z   0 0 09000064864dad4e
FRA-2023-0066-0109 FRA Heart of Georgia Railroad, Inc. and Georgia Central Railway, L.P. FRA-2023-0066 Transcript March 12 public hearing in Vidalia, GA Other Transcript(s) 2024-03-29T04:00:00Z 2024 3 2024-03-29T04:00:00Z   2024-03-29T16:31:50Z   0 0 09000064864a0130
FRA-2023-0066-0001 FRA Heart of Georgia Railroad, Inc. and Georgia Central Railway, L.P. FRA-2023-0066 FRA-2023-0066 Incoming Waiver Petition - HOG GC - Parallel Systems 2023 Other Waiver 2023-08-21T04:00:00Z 2023 8 2023-08-21T04:00:00Z   2023-08-21T14:52:38Z   0 0 0900006485e8f76f

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