home / openregs

federal_register_agencies

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

5 rows where agency_id = 3

✎ View and edit SQL

This data as json, CSV (advanced)

Link document_number agency_id
01-11522,3 Electronic Access Fees for Federal Agencies 01-11522 Administrative Office of United States Courts 3
2021-18968,3 Regulations for the Administration of Payments to Chapter 7 Trustees Under Section 330(e) of the Bankruptcy Code 2021-18968 Administrative Office of United States Courts 3
2022-13501,3 Administration of Certain Payments to Chapter 7 Trustees 2022-13501 Administrative Office of United States Courts 3
94-14219,3 Interpreters in Courts of the United States; Announcement of Written Segment of Certification Examination for Spanish, Cantonese, Mandarin, and Korean; and Written Segment of ``Otherwise Qualified'' Examination for Arabic, Hebrew, Italian, Mien, Polish, and Russian 94-14219 Administrative Office of United States Courts 3
94-18563,3 Garnishment of Pay of Officers and Employees of the Federal Judiciary Other Than the Supreme Court 94-18563 Administrative Office of United States Courts 3

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