home / openregs

federal_register

All Federal Register documents (rules, proposed rules, notices, presidential documents) from 1994 to present.

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

9 rows where pub_year = 2002 and type = "Uncategorized Document" sorted by publication_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: agency_ids, publication_date (date)

type 1

  • Uncategorized Document · 9 ✖

pub_year 1

  • 2002 · 9 ✖
document_number title type abstract publication_date ▲ pub_year pub_month html_url pdf_url agency_names agency_ids excerpts
C1-27157 Disposal of High-Level Radioactive Wastes in a Proposed Geologic Repository at Yucca Mountain, NV Uncategorized Document   2002-01-23 2002 1 https://www.federalregister.gov/documents/2002/01/23/C1-27157/disposal-of-high-level-radioactive-wastes-in-a-proposed-geologic-repository-at-yucca-mountain-nv https://www.govinfo.gov/content/pkg/FR-2002-01-23/pdf/C1-27157.pdf Nuclear Regulatory Commission 383  
C1-4996 Application Processing Uncategorized Document   2002-01-23 2002 1 https://www.federalregister.gov/documents/2002/01/23/C1-4996/application-processing https://www.govinfo.gov/content/pkg/FR-2002-01-23/pdf/C1-4996.pdf Treasury Department; Thrift Supervision Office 497,489  
C2-1007 Proposed Modification of Class D Airspace; Columbus, OH Uncategorized Document   2002-01-23 2002 1 https://www.federalregister.gov/documents/2002/01/23/C2-1007/proposed-modification-of-class-d-airspace-columbus-oh https://www.govinfo.gov/content/pkg/FR-2002-01-23/pdf/C2-1007.pdf Transportation Department; Federal Aviation Administration 492,159  
C2-1009 Proposed Modification of Class E Airspace; Green Bay, WI Uncategorized Document   2002-01-23 2002 1 https://www.federalregister.gov/documents/2002/01/23/C2-1009/proposed-modification-of-class-e-airspace-green-bay-wi https://www.govinfo.gov/content/pkg/FR-2002-01-23/pdf/C2-1009.pdf Transportation Department; Federal Aviation Administration 492,159  
C2-1010 Proposed Modification of Class E Airspace; Brainerd, MN Uncategorized Document   2002-01-23 2002 1 https://www.federalregister.gov/documents/2002/01/23/C2-1010/proposed-modification-of-class-e-airspace-brainerd-mn https://www.govinfo.gov/content/pkg/FR-2002-01-23/pdf/C2-1010.pdf Transportation Department; Federal Aviation Administration 492,159  
C2-1014 Proposed Modification of Class E Airspace; Lake Geneva, WI Uncategorized Document   2002-01-23 2002 1 https://www.federalregister.gov/documents/2002/01/23/C2-1014/proposed-modification-of-class-e-airspace-lake-geneva-wi https://www.govinfo.gov/content/pkg/FR-2002-01-23/pdf/C2-1014.pdf Transportation Department; Federal Aviation Administration 492,159  
C2-164 Establishment of Class E5 Airspace, Wauchula, FL Uncategorized Document   2002-01-23 2002 1 https://www.federalregister.gov/documents/2002/01/23/C2-164/establishment-of-class-e5-airspace-wauchula-fl https://www.govinfo.gov/content/pkg/FR-2002-01-23/pdf/C2-164.pdf Transportation Department; Federal Aviation Administration 492,159  
C2-248 Proposed Modification of Class E Airspace; Greenville, MI Uncategorized Document   2002-01-23 2002 1 https://www.federalregister.gov/documents/2002/01/23/C2-248/proposed-modification-of-class-e-airspace-greenville-mi https://www.govinfo.gov/content/pkg/FR-2002-01-23/pdf/C2-248.pdf Transportation Department; Federal Aviation Administration 492,159  
C2-898 NOAA Climate and Global Change Program, Program Announcement; Global Carbon Cycle Element, FY 2002 Uncategorized Document   2002-01-23 2002 1 https://www.federalregister.gov/documents/2002/01/23/C2-898/noaa-climate-and-global-change-program-program-announcement-global-carbon-cycle-element-fy-2002 https://www.govinfo.gov/content/pkg/FR-2002-01-23/pdf/C2-898.pdf Commerce Department; National Oceanic and Atmospheric Administration; Nuclear Regulatory Commission; Transportation Department; Federal Aviation Administration; Treasury Department; Thrift Supervision Office 54,361,383,492,159,497,489  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE federal_register (
    document_number TEXT PRIMARY KEY,
    title TEXT,
    type TEXT,
    abstract TEXT,
    publication_date TEXT,
    pub_year INTEGER,
    pub_month INTEGER,
    html_url TEXT,
    pdf_url TEXT,
    agency_names TEXT,
    agency_ids TEXT,
    excerpts TEXT
);
CREATE INDEX idx_fr_date ON federal_register(publication_date);
CREATE INDEX idx_fr_year ON federal_register(pub_year);
CREATE INDEX idx_fr_type ON federal_register(type);
CREATE INDEX idx_fr_agencies ON federal_register(agency_names);
Powered by Datasette · Queries took 2076.411ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API