home / openregs

federal_register_agencies

Junction table linking Federal Register documents to their publishing agencies.

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

33 rows where agency_id = 449

✎ View and edit SQL

This data as json, CSV (advanced)

Link document_number agency_id
01-1598,449 Notice of Opportunities for Hearings Related to Licensing the Mixed Oxide Fuel Fabrication Facility 01-1598 Regulatory Information Service Center 449
2010-9118,449 Introduction to the Unified Agenda of Federal Regulatory and Deregulatory Actions 2010-9118 Regulatory Information Service Center 449
2011-15469,449 Introduction to the Unified Agenda of Federal Regulatory and Deregulatory Actions 2011-15469 Regulatory Information Service Center 449
2012-1620,449 Introduction to the Unified Agenda of Federal Regulatory and Deregulatory Actions 2012-1620 Regulatory Information Service Center 449
2012-31480,449 Introduction to the Unified Agenda of Federal Regulatory and Deregulatory Actions 2012-31480 Regulatory Information Service Center 449
2013-17049,449 Introduction to the Unified Agenda of Federal Regulatory and Deregulatory Actions 2013-17049 Regulatory Information Service Center 449
2013-29627,449 Introduction to the Unified Agenda of Federal Regulatory and Deregulatory Actions 2013-29627 Regulatory Information Service Center 449
2014-13111,449 Introduction to the Unified Agenda of Federal Regulatory and Deregulatory Actions 2014-13111 Regulatory Information Service Center 449
2014-28927,449 Introduction to the Unified Agenda of Federal Regulatory and Deregulatory Actions 2014-28927 Regulatory Information Service Center 449
2015-14337,449 Introduction to the Unified Agenda of Federal Regulatory and Deregulatory Actions 2015-14337 Regulatory Information Service Center 449
2015-30690,449 Introduction to the Unified Agenda of Federal Regulatory and Deregulatory Actions 2015-30690 Regulatory Information Service Center 449
2016-12869,449 Introduction to the Unified Agenda of Federal Regulatory and Deregulatory Actions 2016-12869 Regulatory Information Service Center 449
2016-29848,449 Introduction to the Unified Agenda of Federal Regulatory and Deregulatory Actions-Fall 2016 2016-29848 Regulatory Information Service Center 449
2017-16859,449 Introduction to the Unified Agenda of Federal Regulatory and Deregulatory Actions 2017-16859 Regulatory Information Service Center 449
2017-28207,449 Introduction to the Unified Agenda of Federal Regulatory and Deregulatory Actions-Fall 2017 2017-28207 Regulatory Information Service Center 449
2018-11221,449 Introduction to the Unified Agenda of Federal Regulatory and Deregulatory Actions 2018-11221 Regulatory Information Service Center 449
2018-24084,449 Introduction to the Unified Agenda of Federal Regulatory and Deregulatory Actions-Fall 2018 2018-24084 Regulatory Information Service Center 449
2019-12557,449 Introduction to the Unified Agenda of Federal Regulatory and Deregulatory Actions 2019-12557 Regulatory Information Service Center 449
2019-26533,449 Introduction to the Fall 2019 Regulatory Plan 2019-26533 Regulatory Information Service Center 449
2020-16754,449 Introduction to the Unified Agenda of Federal Regulatory and Deregulatory Actions 2020-16754 Regulatory Information Service Center 449
2021-04348,449 Introduction to the Unified Agenda of Federal Regulatory and Deregulatory Actions-Fall 2020 2021-04348 Regulatory Information Service Center 449
2021-15272,449 Introduction to the Unified Agenda of Federal Regulatory and Deregulatory Actions 2021-15272 Regulatory Information Service Center 449
2022-00702,449 Introduction to the Unified Agenda of Federal Regulatory and Deregulatory Actions-Fall 2021 2022-00702 Regulatory Information Service Center 449
2022-14654,449 Introduction to the Unified Agenda of Federal Regulatory and Deregulatory Actions 2022-14654 Regulatory Information Service Center 449
2023-02113,449 Introduction to the Unified Agenda of Federal Regulatory and Deregulatory Actions-Fall 2022 2023-02113 Regulatory Information Service Center 449
2023-14540,449 Introduction to the Unified Agenda of Federal Regulatory and Deregulatory Actions-Spring 2023 2023-14540 Regulatory Information Service Center 449
2024-00476,449 Introduction to the Unified Agenda of Federal Regulatory and Deregulatory Actions-Fall 2023 2024-00476 Regulatory Information Service Center 449
2024-16445,449 Introduction to the Unified Agenda of Federal Regulatory and Deregulatory Actions-Spring 2024 2024-16445 Regulatory Information Service Center 449
2025-18323,449 Introduction to the Unified Agenda of Federal Regulatory and Deregulatory Actions-Spring 2025 2025-18323 Regulatory Information Service Center 449
C5-8796,449 Introduction to the Unified Agenda of Federal Regulatory and Deregulatory Actions C5-8796 Regulatory Information Service Center 449
C5-9312,449 Approval and Promulgation of Air Quality Implementation Plans; District of Columbia; VOC Emission Standards for AIM Coatings C5-9312 Regulatory Information Service Center 449
X09-21207,449 Introduction to The Regulatory Plan and the Unified Agenda of Federal Regulatory and Deregulatory Actions X09-21207 Regulatory Information Service Center 449
X10-11220,449 Introduction to The Regulatory Plan and the Unified Agenda of Federal Regulatory and Deregulatory Actions X10-11220 Regulatory Information Service Center 449

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