federal_register
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
1 row where pub_year = 2011 and type = "Uncategorized Document" sorted by publication_date descending
This data as json, CSV (advanced)
Suggested facets: publication_date (date)
| document_number | title | type | abstract | publication_date ▲ | pub_year | pub_month | html_url | pdf_url | agency_names | agency_ids | excerpts |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 2011-24088 | Electric Reliability Organization Interpretation of Transmission Operations Reliability Standard | Uncategorized Document | Under section 215 of the Federal Power Act (FPA), the Federal Energy Regulatory Commission approves the North American Electric Reliability Corporation's proposed interpretation of Reliability Standard, TOP-001-1, Requirement R8, which pertains to the restoration of real and reactive power during a system emergency. | 2011-09-20 | 2011 | 9 | https://www.federalregister.gov/documents/2011/09/20/2011-24088/electric-reliability-organization-interpretation-of-transmission-operations-reliability-standard | https://www.govinfo.gov/content/pkg/FR-2011-09-20/pdf/2011-24088.pdf | Energy Department; Federal Energy Regulatory Commission | 136,167 | Under section 215 of the Federal Power Act (FPA), the Federal Energy Regulatory Commission approves the North American Electric Reliability Corporation's proposed interpretation of Reliability Standard, TOP-001-1, Requirement R8, which pertains to the... |
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);