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 = "2020-27084"

✎ View and edit SQL

This data as json, CSV (advanced)

Link document_number agency_id
2020-27084,6 Equal Participation of Faith-Based Organizations in the Federal Agencies' Programs and Activities 2020-27084 Agency for International Development 6
2020-27084,12 Equal Participation of Faith-Based Organizations in the Federal Agencies' Programs and Activities 2020-27084 Agriculture Department 12
2020-27084,126 Equal Participation of Faith-Based Organizations in the Federal Agencies' Programs and Activities 2020-27084 Education Department 126
2020-27084,221 Equal Participation of Faith-Based Organizations in the Federal Agencies' Programs and Activities 2020-27084 Health and Human Services Department 221
2020-27084,227 Equal Participation of Faith-Based Organizations in the Federal Agencies' Programs and Activities 2020-27084 Homeland Security Department 227
2020-27084,228 Equal Participation of Faith-Based Organizations in the Federal Agencies' Programs and Activities 2020-27084 Housing and Urban Development Department 228
2020-27084,268 Equal Participation of Faith-Based Organizations in the Federal Agencies' Programs and Activities 2020-27084 Justice Department 268
2020-27084,271 Equal Participation of Faith-Based Organizations in the Federal Agencies' Programs and Activities 2020-27084 Labor Department 271
2020-27084,520 Equal Participation of Faith-Based Organizations in the Federal Agencies' Programs and Activities 2020-27084 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 304.11ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API