TECO Energy · Schema

Tampa Electric Outage

A power outage event in the Tampa Electric service territory.

EnergyUtilitiesElectricNatural GasSmart GridTampa BayFortune 1000

Properties

Name Type Description
outageId string Unique identifier for the outage event.
status string Current status of the outage.
cause string Reported or assessed cause of the outage.
customersAffected integer Number of customers currently affected by the outage.
affectedArea object Geographic description of the outage area.
outageStartTime string When the outage was first reported or detected.
estimatedRestorationTime stringnull Estimated time of power restoration. Null if unknown.
actualRestorationTime stringnull Actual restoration time. Null if still active.
lastUpdated string Timestamp of the most recent status update.
View JSON Schema on GitHub

JSON Schema

teco-energy-outage-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/teco-energy/main/json-schema/teco-energy-outage-schema.json",
  "title": "Tampa Electric Outage",
  "description": "A power outage event in the Tampa Electric service territory.",
  "type": "object",
  "properties": {
    "outageId": {
      "type": "string",
      "description": "Unique identifier for the outage event."
    },
    "status": {
      "type": "string",
      "description": "Current status of the outage.",
      "enum": ["active", "restored", "assessing"]
    },
    "cause": {
      "type": "string",
      "description": "Reported or assessed cause of the outage.",
      "enum": ["weather", "equipment", "animal", "vegetation", "vehicle", "unknown"]
    },
    "customersAffected": {
      "type": "integer",
      "description": "Number of customers currently affected by the outage.",
      "minimum": 0
    },
    "affectedArea": {
      "type": "object",
      "description": "Geographic description of the outage area.",
      "properties": {
        "zipCodes": {
          "type": "array",
          "items": { "type": "string" }
        },
        "county": {
          "type": "string",
          "description": "Florida county name."
        },
        "city": {
          "type": "string"
        }
      }
    },
    "outageStartTime": {
      "type": "string",
      "format": "date-time",
      "description": "When the outage was first reported or detected."
    },
    "estimatedRestorationTime": {
      "type": ["string", "null"],
      "format": "date-time",
      "description": "Estimated time of power restoration. Null if unknown."
    },
    "actualRestorationTime": {
      "type": ["string", "null"],
      "format": "date-time",
      "description": "Actual restoration time. Null if still active."
    },
    "lastUpdated": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp of the most recent status update."
    }
  },
  "required": ["outageId", "status", "customersAffected", "outageStartTime"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/teco-energy-outage"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.