TECO Energy · Example Payload
Teco Energy List Outages Example
EnergyUtilitiesElectricNatural GasSmart GridTampa BayFortune 1000
Teco Energy List Outages Example is an example object payload from TECO Energy, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
requestresponse
Example Payload
{
"request": {
"method": "GET",
"url": "https://api.tecoenergy.com/v1/outages",
"headers": {
"Authorization": "Bearer {access_token}"
},
"parameters": {
"county": "Hillsborough",
"status": "active"
}
},
"response": {
"status": 200,
"body": {
"totalOutages": 3,
"customersAffected": 1247,
"outages": [
{
"outageId": "OT-2026-042801",
"status": "active",
"cause": "weather",
"customersAffected": 842,
"affectedArea": {
"zipCodes": ["33602", "33603", "33604"],
"county": "Hillsborough",
"city": "Tampa"
},
"outageStartTime": "2026-04-28T14:23:00Z",
"estimatedRestorationTime": "2026-04-28T18:00:00Z",
"actualRestorationTime": null,
"lastUpdated": "2026-04-28T15:10:00Z"
},
{
"outageId": "OT-2026-042802",
"status": "assessing",
"cause": "unknown",
"customersAffected": 305,
"affectedArea": {
"zipCodes": ["33610"],
"county": "Hillsborough",
"city": "Tampa"
},
"outageStartTime": "2026-04-28T15:45:00Z",
"estimatedRestorationTime": null,
"actualRestorationTime": null,
"lastUpdated": "2026-04-28T16:00:00Z"
},
{
"outageId": "OT-2026-042803",
"status": "active",
"cause": "vegetation",
"customersAffected": 100,
"affectedArea": {
"zipCodes": ["33629"],
"county": "Hillsborough",
"city": "Tampa"
},
"outageStartTime": "2026-04-28T16:12:00Z",
"estimatedRestorationTime": "2026-04-28T20:00:00Z",
"actualRestorationTime": null,
"lastUpdated": "2026-04-28T16:30:00Z"
}
]
}
}
}
Work with this as data
Every example 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 examples
4 MCP tools reach this
find_examplesBrowse and filter every example 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.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/teco-energy-list-outages-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.