home / openregs

federal_register_agencies

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

9 rows where document_number = "03-31992"

✎ View and edit SQL

This data as json, CSV (advanced)

Link document_number agency_id
03-31992,77 Interagency Proposal to Consider Alternative Forms of Privacy Notices Under the Gramm-Leach-Bliley Act 03-31992 Commodity Futures Trading Commission 77
03-31992,80 Interagency Proposal to Consider Alternative Forms of Privacy Notices Under the Gramm-Leach-Bliley Act 03-31992 Comptroller of the Currency 80
03-31992,164 Interagency Proposal to Consider Alternative Forms of Privacy Notices Under the Gramm-Leach-Bliley Act 03-31992 Federal Deposit Insurance Corporation 164
03-31992,188 Interagency Proposal to Consider Alternative Forms of Privacy Notices Under the Gramm-Leach-Bliley Act 03-31992 Federal Reserve System 188
03-31992,192 Interagency Proposal to Consider Alternative Forms of Privacy Notices Under the Gramm-Leach-Bliley Act 03-31992 Federal Trade Commission 192
03-31992,335 Interagency Proposal to Consider Alternative Forms of Privacy Notices Under the Gramm-Leach-Bliley Act 03-31992 National Credit Union Administration 335
03-31992,466 Interagency Proposal to Consider Alternative Forms of Privacy Notices Under the Gramm-Leach-Bliley Act 03-31992 Securities and Exchange Commission 466
03-31992,489 Interagency Proposal to Consider Alternative Forms of Privacy Notices Under the Gramm-Leach-Bliley Act 03-31992 Thrift Supervision Office 489
03-31992,497 Interagency Proposal to Consider Alternative Forms of Privacy Notices Under the Gramm-Leach-Bliley Act 03-31992 Treasury Department 497

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