home / openregs

federal_register_agencies

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

16 rows where document_number = "2015-30122"

✎ View and edit SQL

This data as json, CSV (advanced)

Link document_number agency_id
2015-30122,6 Federal Policy for the Protection of Human Subjects 2015-30122 Agency for International Development 6
2015-30122,12 Federal Policy for the Protection of Human Subjects 2015-30122 Agriculture Department 12
2015-30122,54 Federal Policy for the Protection of Human Subjects 2015-30122 Commerce Department 54
2015-30122,103 Federal Policy for the Protection of Human Subjects 2015-30122 Defense Department 103
2015-30122,126 Federal Policy for the Protection of Human Subjects 2015-30122 Education Department 126
2015-30122,136 Federal Policy for the Protection of Human Subjects 2015-30122 Energy Department 136
2015-30122,145 Federal Policy for the Protection of Human Subjects 2015-30122 Environmental Protection Agency 145
2015-30122,221 Federal Policy for the Protection of Human Subjects 2015-30122 Health and Human Services Department 221
2015-30122,227 Federal Policy for the Protection of Human Subjects 2015-30122 Homeland Security Department 227
2015-30122,268 Federal Policy for the Protection of Human Subjects 2015-30122 Justice Department 268
2015-30122,271 Federal Policy for the Protection of Human Subjects 2015-30122 Labor Department 271
2015-30122,301 Federal Policy for the Protection of Human Subjects 2015-30122 National Aeronautics and Space Administration 301
2015-30122,366 Federal Policy for the Protection of Human Subjects 2015-30122 National Science Foundation 366
2015-30122,470 Federal Policy for the Protection of Human Subjects 2015-30122 Social Security Administration 470
2015-30122,492 Federal Policy for the Protection of Human Subjects 2015-30122 Transportation Department 492
2015-30122,520 Federal Policy for the Protection of Human Subjects 2015-30122 Veterans Affairs Department 520

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