home / openregs

federal_register_agencies

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

5 rows where document_number = "C1-361"

✎ View and edit SQL

This data as json, CSV (advanced)

Link document_number agency_id
C1-361,145 Effluent Limitations Guidelines and New Source Performance Standards for the Oil and Gas Extraction Point Source Category; OMB Approval Under the Paperwork Reduction Act: Technical Amendment C1-361 Environmental Protection Agency 145
C1-361,159 Effluent Limitations Guidelines and New Source Performance Standards for the Oil and Gas Extraction Point Source Category; OMB Approval Under the Paperwork Reduction Act: Technical Amendment C1-361 Federal Aviation Administration 159
C1-361,228 Effluent Limitations Guidelines and New Source Performance Standards for the Oil and Gas Extraction Point Source Category; OMB Approval Under the Paperwork Reduction Act: Technical Amendment C1-361 Housing and Urban Development Department 228
C1-361,466 Effluent Limitations Guidelines and New Source Performance Standards for the Oil and Gas Extraction Point Source Category; OMB Approval Under the Paperwork Reduction Act: Technical Amendment C1-361 Securities and Exchange Commission 466
C1-361,492 Effluent Limitations Guidelines and New Source Performance Standards for the Oil and Gas Extraction Point Source Category; OMB Approval Under the Paperwork Reduction Act: Technical Amendment C1-361 Transportation Department 492

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