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

9 rows where agency_id = 358

✎ View and edit SQL

This data as json, CSV (advanced)

Link document_number agency_id
2013-23916,358 Request for Information: NNI Nanotechnology for Sensors and Sensors for Nanotechnology Signature Initiative 2013-23916 National Nanotechnology Coordination Office 358
2014-21201,358 Nanoscale Science, Engineering, and Technology Subcommittee; Committee on Technology, National Science and Technology Council; Meeting 2014-21201 National Nanotechnology Coordination Office 358
2014-30325,358 Notice of Public Webinar 2014-30325 National Nanotechnology Coordination Office 358
E6-20864,358 Nanoscale Science, Engineering and Technology Subcommittee, National Science and Technology Council, Committee on Technology; Research Needs and Priorities Related to the Environmental, Health, and Safety Aspects of Engineered Nanoscale Materials: Public Meeting E6-20864 National Nanotechnology Coordination Office 358
E6-6666,358 Nanoscale Science, Engineering and Technology Subcommittee, National Science and Technology Council, Committee on Technology E6-6666 National Nanotechnology Coordination Office 358
E7-16077,358 Nanoscale Science, Engineering and Technology Subcommittee, National Science and Technology Council, Committee on Technology; Priorities for Environmental, Health, and Safety Research Related to Engineered Nanoscale Materials: An Interim Document for Public Comment E7-16077 National Nanotechnology Coordination Office 358
E9-23138,358 Nanoscale Science, Engineering and Technology Subcommittee, National Science and Technology Council, Committee on Technology; Nanomaterials and the Environment & Instrumentation, Metrology, and Analytical Methods Workshop: Nanotechnology Primer Public Pre-Meeting E9-23138 National Nanotechnology Coordination Office 358
E9-23142,358 Nanoscale Science, Engineering and Technology Subcommittee, National Science and Technology Council, Committee on Technology; Nanomaterials and the Environment & Instrumentation, Metrology, and Analytical Methods Workshop: Public Meeting E9-23142 National Nanotechnology Coordination Office 358
E9-664,358 Nanoscale Science, Engineering and Technology Subcommittee, National Science and Technology Council, Committee on Technology; Human and Environmental Exposure Assessment Workshop: Public Meeting E9-664 National Nanotechnology Coordination Office 358

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