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

10 rows where document_number = "94-17228"

✎ View and edit SQL

This data as json, CSV (advanced)

Link document_number agency_id
94-17228,197 Review of Existing Significant Regulations 94-17228 Fish and Wildlife Service 197
94-17228,212 Review of Existing Significant Regulations 94-17228 Geological Survey 212
94-17228,234 Review of Existing Significant Regulations 94-17228 Indian Affairs Bureau 234
94-17228,253 Review of Existing Significant Regulations 94-17228 Interior Department 253
94-17228,275 Review of Existing Significant Regulations 94-17228 Land Management Bureau 275
94-17228,289 Review of Existing Significant Regulations 94-17228 Minerals Management Service 289
94-17228,290 Review of Existing Significant Regulations 94-17228 Mines Bureau 290
94-17228,362 Review of Existing Significant Regulations 94-17228 National Park Service 362
94-17228,446 Review of Existing Significant Regulations 94-17228 Reclamation Bureau 446
94-17228,480 Review of Existing Significant Regulations 94-17228 Surface Mining Reclamation and Enforcement Office 480

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