federal_register
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where pub_year = 2010 and type = "Uncategorized Document" sorted by publication_date descending
This data as json, CSV (advanced)
| document_number | title | type | abstract | publication_date ▲ | pub_year | pub_month | html_url | pdf_url | agency_names | agency_ids | excerpts |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 2010-30440 | Regulatory Agenda | Uncategorized Document | The Department of Justice is publishing its fall 2010 regulatory agenda pursuant to Executive Order 12866 "Regulatory Planning and Review," 58 FR 51735, and the Regulatory Flexibility Act, 5 U.S.C. sections 601 to 612 (1988). | 2010-12-20 | 2010 | 12 | https://www.federalregister.gov/documents/2010/12/20/2010-30440/regulatory-agenda | https://www.govinfo.gov/content/pkg/FR-2010-12-20/pdf/2010-30440.pdf | Justice Department | 268 | The Department of Justice is publishing its fall 2010 regulatory agenda pursuant to Executive Order 12866 "Regulatory Planning and Review," 58 FR 51735, and the Regulatory Flexibility Act, 5 U.S.C. sections 601 to 612 (1988). |
| 2010-30442 | Semiannual Agenda of Regulations | Uncategorized Document | The Internet has become the means for disseminating the entirety of the Department of Labor's semiannual regulatory agenda. However, the Regulatory Flexibility Act requires publication of a regulatory flexibility agenda in the Federal Register. This Federal Register Notice contains the regulatory flexibility agenda. In addition, the Department's Regulatory Plan, a subset of the Department's regulatory agenda, is being published in the Federal Register. The Regulatory Plan contains a statement of the Department's regulatory priorities and the regulatory actions the Department wants to highlight as its most important and significant. | 2010-12-20 | 2010 | 12 | https://www.federalregister.gov/documents/2010/12/20/2010-30442/semiannual-agenda-of-regulations | https://www.govinfo.gov/content/pkg/FR-2010-12-20/pdf/2010-30442.pdf | Labor Department | 271 | The Internet has become the means for disseminating the entirety of the Department of Labor's semiannual regulatory agenda. However, the Regulatory Flexibility Act requires publication of a regulatory flexibility agenda in the Federal Register. This... |
| 2010-30473 | [No title available] | Uncategorized Document | 2010-12-20 | 2010 | 12 | https://www.federalregister.gov/documents/2010/12/20/2010-30473/no-title-available | https://www.govinfo.gov/content/pkg/FR-2010-12-20/pdf/2010-30473.pdf | ||||
| X10-21220 | OPEN GOVERNMENT AND EVIDENCE-BASED REGULATION | Uncategorized Document | 2010-12-20 | 2010 | 12 | https://www.federalregister.gov/documents/2010/12/20/X10-21220/open-government-and-evidence-based-regulation | https://www.govinfo.gov/content/pkg/FR-2010-12-20/pdf/X10-21220.pdf |
Advanced export
JSON shape: default, array, newline-delimited, object
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);