home / openregs

federal_register_agencies

Junction table linking Federal Register documents to their publishing agencies.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

1 row where document_number = "2022-26277"

✎ View and edit SQL

This data as json, CSV (advanced)

Link document_number agency_id
2022-26277,481 3i RR Holdings GP LLC, 3i RR Holdings Partnership L.P., 3i RR Intermediate Holdings LLC, 3i RR LLC, Regional Rail Holdings, LLC, Regional Rail Sub Holdings LLC, and Regional Rail, LLC-Control Exemption-Effingham Railroad Company, Illinois Western Railroad Company, and South Point & Ohio Railroad, Inc. 2022-26277 Surface Transportation Board 481

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE federal_register_agencies (
    document_number TEXT REFERENCES federal_register(document_number),
    agency_id INTEGER REFERENCES agencies(id),
    PRIMARY KEY (document_number, agency_id)
);
CREATE INDEX idx_fra_agency ON federal_register_agencies(agency_id);
Powered by Datasette · Queries took 360.286ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API