TECO Energy website screenshot

TECO Energy

TECO Energy is an energy holding company and subsidiary of Emera Inc., operating Tampa Electric (electric utility serving west central Florida) and Peoples Gas (natural gas utility serving Florida). TECO Energy provides a developer portal powered by Azure API Management at developer.tecoenergy.com, exposing APIs for outage management, account services, energy usage, billing, and grid operations. Tampa Electric serves approximately 800,000 customers across the Tampa Bay area and parts of central Florida.

3 APIs 0 Features
EnergyUtilitiesElectricNatural GasSmart GridTampa BayFortune 1000

APIs

Tampa Electric API Management

Tampa Electric provides a developer portal powered by Azure API Management at developer.tecoenergy.com. The portal enables developers to discover APIs, review documentation, try...

Tampa Electric Outage API

Tampa Electric exposes outage reporting and outage map data through its customer portal and API infrastructure. The outage map at account.tecoenergy.com/Outage/Outagemap enables...

Tampa Electric Account API

Tampa Electric provides customer account management services including bill payment, usage history, paperless billing enrollment, service transfers, and energy audit tools. Thes...

Collections

Pricing Plans

Rate Limits

Teco Energy Rate Limits

1 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Teco Energy Context

36 classes · 0 properties

JSON-LD

API Governance Rules

TECO Energy API Rules

10 rules · 4 errors 5 warnings

SPECTRAL

JSON Structure

Teco Energy Outage Structure

0 properties

JSON STRUCTURE

Example Payloads

Press

TECO

2026-05-25

Carlos Alfonso - TECO Energy

2026-05-25

Social Media

2026-05-25

Foxconn eyes $1 trillion AI data centre market with TECO ...

2026-05-25

Tampa Electric is warning customers about a growing ...

2026-05-25

Resources

🔗
Website
Website
🌐
DeveloperPortal
DeveloperPortal
🔗
Website
Website
🌐
Portal
Portal
🟢
StatusPage
StatusPage
🔗
LinkedIn
LinkedIn

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Tampa Electric Outage API
  version: 1.0.0
items:
- info:
    name: Outages
    type: folder
  items:
  - info:
      name: List Active Outages
      type: http
    http:
      method: GET
      url: https://api.tecoenergy.com/v1/outages
      params:
      - name: county
        value: ''
        type: query
        description: Filter outages by Florida county name.
      - name: zipCode
        value: ''
        type: query
        description: Filter outages by ZIP code.
      - name: status
        value: ''
        type: query
        description: Filter by outage status.
      - name: page
        value: ''
        type: query
        description: Page number for pagination.
      - name: pageSize
        value: ''
        type: query
        description: Number of results per page.
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Retrieve a list of current active outages within the Tampa Electric service territory.
  - info:
      name: Get Outage Details
      type: http
    http:
      method: GET
      url: https://api.tecoenergy.com/v1/outages/:outageId
      params:
      - name: outageId
        value: ''
        type: path
        description: Unique identifier for the outage event.
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Retrieve detailed information about a specific outage by its ID.
  - info:
      name: Report Power Outage
      type: http
    http:
      method: POST
      url: https://api.tecoenergy.com/v1/outages/report
      body:
        type: json
        data: '{}'
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Submit a power outage report for a specific service address.
  - info:
      name: Get Outage Map Data
      type: http
    http:
      method: GET
      url: https://api.tecoenergy.com/v1/outages/map
      params:
      - name: bounds
        value: ''
        type: query
        description: Geographic bounding box (minLat,minLng,maxLat,maxLng).
    docs: Retrieve geographic outage data suitable for rendering on a map.
bundled: true