Every API here is available over the APIs.io API and to AI agents over MCP.
openapi: 3.2.0
info:
title: EPCOR Public Outage and Service Area Feature Services (ArcGIS REST) Us Water Outages API
version: '12'
summary: Anonymous, machine-readable read access to EPCOR's live power outage, water outage, water infrastructure project and service area feature layers.
description: 'EPCOR publishes no OpenAPI, no developer portal and no API documentation. It does, however, operate a public ArcGIS Online organization (`services6.arcgis.com/Ji2rusuWXDFSqNsP`, owner `epcor_outages`) whose production feature services are shared publicly and are readable anonymously over the ArcGIS REST GeoServices interface. Those services back the EPCOR outage map at https://outages.epcor.com/ and cover Edmonton power outages, Canadian water outages and main breaks, water infrastructure projects, and the outage and service area layers for EPCOR Water''s US districts in Arizona and New Mexico.
THIS DOCUMENT IS DERIVED, NOT PUBLISHED BY EPCOR. Every path, layer, field name and field type below was read from the live ArcGIS service and layer metadata documents on 2026-07-27; the query parameter set is the standard Esri ArcGIS REST `query` operation contract. No endpoint, field or value has been invented. Editing capabilities advertised by some services (Create/Update/Delete) are NOT modelled here: only anonymous read was probed, and write access requires an ArcGIS token.
Data is operational, near real time and unversioned. EPCOR publishes no licence, no terms of use for this surface, no rate limit and no support channel for it.'
contact:
name: EPCOR
url: https://www.epcor.com/ca/en/ab/edmonton/contact-edmonton.html
x-apievangelist:
method: derived
generated: '2026-07-27'
derived_from:
- https://services6.arcgis.com/Ji2rusuWXDFSqNsP/ArcGIS/rest/services?f=json
- ArcGIS feature service and layer metadata documents for every *_prod service in the folder
- https://outages.epcor.com/assets/config.json
note: Derived by the API Evangelist enrichment pipeline from live, anonymously readable ArcGIS REST metadata. EPCOR does not publish this specification.
servers:
- url: https://services6.arcgis.com/Ji2rusuWXDFSqNsP/ArcGIS/rest/services
description: EPCOR public ArcGIS Online feature service folder (hosted by Esri ArcGIS Online).
security: []
tags:
- name: us-water-outages
description: EPCOR Water USA district outage points (Arizona and New Mexico).
paths:
/usa_agua_fria_outages_prod/FeatureServer:
get:
operationId: getUsaAguaFriaOutagesProdService
summary: Get usa_agua_fria_outages_prod service metadata
description: 'EPCOR Water USA district outage points. Returns the ArcGIS feature service metadata document: layers, capabilities (Create,Delete,Query,Update,Editing), maxRecordCount (2000) and spatial reference.'
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
responses:
'200':
description: Feature service metadata.
content:
application/json:
schema:
$ref: '#/components/schemas/ServiceMetadata'
/usa_agua_fria_outages_prod/FeatureServer/0:
get:
operationId: getUsaAguaFriaOutagesProdLayer
summary: Get usa_agua_fria_outages_prod layer 0 metadata
description: Field definitions, geometry type (esriGeometryPoint), extent and edit timestamps for the `usa_agua_fria_outages-prod` layer.
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
responses:
'200':
description: Feature layer metadata.
content:
application/json:
schema:
$ref: '#/components/schemas/LayerMetadata'
/usa_agua_fria_outages_prod/FeatureServer/0/query:
get:
operationId: queryUsaAguaFriaOutagesProd
summary: Query usa_agua_fria_outages-prod
description: 'EPCOR Water USA district outage points. Query the `usa_agua_fria_outages-prod` layer with a SQL `where` clause and optional spatial filter. Anonymous read, no API key. Observed feature count at harvest time: 0.'
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
- $ref: '#/components/parameters/where'
- $ref: '#/components/parameters/outFields'
- $ref: '#/components/parameters/returnGeometry'
- $ref: '#/components/parameters/returnCountOnly'
- $ref: '#/components/parameters/returnIdsOnly'
- $ref: '#/components/parameters/orderByFields'
- $ref: '#/components/parameters/resultOffset'
- $ref: '#/components/parameters/resultRecordCount'
- $ref: '#/components/parameters/geometry'
- $ref: '#/components/parameters/geometryType'
- $ref: '#/components/parameters/spatialRel'
- $ref: '#/components/parameters/inSR'
- $ref: '#/components/parameters/outSR'
responses:
'200':
description: Esri FeatureSet (`f=json`), GeoJSON FeatureCollection (`f=geojson`), or an ArcGIS error envelope — these services answer invalid requests with HTTP 200 and an `error` body.
content:
application/json:
schema:
oneOf:
- $ref: '#/components/schemas/UsaAguaFriaOutagesProdL0FeatureSet'
- $ref: '#/components/schemas/GeoJSONFeatureCollection'
- $ref: '#/components/schemas/EsriError'
/usa_anthem_outages_prod/FeatureServer:
get:
operationId: getUsaAnthemOutagesProdService
summary: Get usa_anthem_outages_prod service metadata
description: 'EPCOR Water USA district outage points. Returns the ArcGIS feature service metadata document: layers, capabilities (Create,Delete,Query,Update,Editing), maxRecordCount (2000) and spatial reference.'
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
responses:
'200':
description: Feature service metadata.
content:
application/json:
schema:
$ref: '#/components/schemas/ServiceMetadata'
/usa_anthem_outages_prod/FeatureServer/0:
get:
operationId: getUsaAnthemOutagesProdLayer
summary: Get usa_anthem_outages_prod layer 0 metadata
description: Field definitions, geometry type (esriGeometryPoint), extent and edit timestamps for the `usa_anthem_outages-prod` layer.
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
responses:
'200':
description: Feature layer metadata.
content:
application/json:
schema:
$ref: '#/components/schemas/LayerMetadata'
/usa_anthem_outages_prod/FeatureServer/0/query:
get:
operationId: queryUsaAnthemOutagesProd
summary: Query usa_anthem_outages-prod
description: 'EPCOR Water USA district outage points. Query the `usa_anthem_outages-prod` layer with a SQL `where` clause and optional spatial filter. Anonymous read, no API key. Observed feature count at harvest time: 0.'
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
- $ref: '#/components/parameters/where'
- $ref: '#/components/parameters/outFields'
- $ref: '#/components/parameters/returnGeometry'
- $ref: '#/components/parameters/returnCountOnly'
- $ref: '#/components/parameters/returnIdsOnly'
- $ref: '#/components/parameters/orderByFields'
- $ref: '#/components/parameters/resultOffset'
- $ref: '#/components/parameters/resultRecordCount'
- $ref: '#/components/parameters/geometry'
- $ref: '#/components/parameters/geometryType'
- $ref: '#/components/parameters/spatialRel'
- $ref: '#/components/parameters/inSR'
- $ref: '#/components/parameters/outSR'
responses:
'200':
description: Esri FeatureSet (`f=json`), GeoJSON FeatureCollection (`f=geojson`), or an ArcGIS error envelope — these services answer invalid requests with HTTP 200 and an `error` body.
content:
application/json:
schema:
oneOf:
- $ref: '#/components/schemas/UsaAnthemOutagesProdL0FeatureSet'
- $ref: '#/components/schemas/GeoJSONFeatureCollection'
- $ref: '#/components/schemas/EsriError'
/usa_chaparral_outages_prod/FeatureServer:
get:
operationId: getUsaChaparralOutagesProdService
summary: Get usa_chaparral_outages_prod service metadata
description: 'EPCOR Water USA district outage points. Returns the ArcGIS feature service metadata document: layers, capabilities (Create,Delete,Query,Update,Editing), maxRecordCount (2000) and spatial reference.'
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
responses:
'200':
description: Feature service metadata.
content:
application/json:
schema:
$ref: '#/components/schemas/ServiceMetadata'
/usa_chaparral_outages_prod/FeatureServer/0:
get:
operationId: getUsaChaparralOutagesProdLayer
summary: Get usa_chaparral_outages_prod layer 0 metadata
description: Field definitions, geometry type (esriGeometryPoint), extent and edit timestamps for the `usa_chaparral_outages-prod` layer.
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
responses:
'200':
description: Feature layer metadata.
content:
application/json:
schema:
$ref: '#/components/schemas/LayerMetadata'
/usa_chaparral_outages_prod/FeatureServer/0/query:
get:
operationId: queryUsaChaparralOutagesProd
summary: Query usa_chaparral_outages-prod
description: 'EPCOR Water USA district outage points. Query the `usa_chaparral_outages-prod` layer with a SQL `where` clause and optional spatial filter. Anonymous read, no API key. Observed feature count at harvest time: 1.'
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
- $ref: '#/components/parameters/where'
- $ref: '#/components/parameters/outFields'
- $ref: '#/components/parameters/returnGeometry'
- $ref: '#/components/parameters/returnCountOnly'
- $ref: '#/components/parameters/returnIdsOnly'
- $ref: '#/components/parameters/orderByFields'
- $ref: '#/components/parameters/resultOffset'
- $ref: '#/components/parameters/resultRecordCount'
- $ref: '#/components/parameters/geometry'
- $ref: '#/components/parameters/geometryType'
- $ref: '#/components/parameters/spatialRel'
- $ref: '#/components/parameters/inSR'
- $ref: '#/components/parameters/outSR'
responses:
'200':
description: Esri FeatureSet (`f=json`), GeoJSON FeatureCollection (`f=geojson`), or an ArcGIS error envelope — these services answer invalid requests with HTTP 200 and an `error` body.
content:
application/json:
schema:
oneOf:
- $ref: '#/components/schemas/UsaChaparralOutagesProdL0FeatureSet'
- $ref: '#/components/schemas/GeoJSONFeatureCollection'
- $ref: '#/components/schemas/EsriError'
/usa_clovis_outages_prod/FeatureServer:
get:
operationId: getUsaClovisOutagesProdService
summary: Get usa_clovis_outages_prod service metadata
description: 'EPCOR Water USA district outage points. Returns the ArcGIS feature service metadata document: layers, capabilities (Create,Delete,Query,Update,Editing), maxRecordCount (2000) and spatial reference.'
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
responses:
'200':
description: Feature service metadata.
content:
application/json:
schema:
$ref: '#/components/schemas/ServiceMetadata'
/usa_clovis_outages_prod/FeatureServer/0:
get:
operationId: getUsaClovisOutagesProdLayer
summary: Get usa_clovis_outages_prod layer 0 metadata
description: Field definitions, geometry type (esriGeometryPoint), extent and edit timestamps for the `usa_clovis_outages-prod` layer.
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
responses:
'200':
description: Feature layer metadata.
content:
application/json:
schema:
$ref: '#/components/schemas/LayerMetadata'
/usa_clovis_outages_prod/FeatureServer/0/query:
get:
operationId: queryUsaClovisOutagesProd
summary: Query usa_clovis_outages-prod
description: 'EPCOR Water USA district outage points. Query the `usa_clovis_outages-prod` layer with a SQL `where` clause and optional spatial filter. Anonymous read, no API key. Observed feature count at harvest time: 0.'
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
- $ref: '#/components/parameters/where'
- $ref: '#/components/parameters/outFields'
- $ref: '#/components/parameters/returnGeometry'
- $ref: '#/components/parameters/returnCountOnly'
- $ref: '#/components/parameters/returnIdsOnly'
- $ref: '#/components/parameters/orderByFields'
- $ref: '#/components/parameters/resultOffset'
- $ref: '#/components/parameters/resultRecordCount'
- $ref: '#/components/parameters/geometry'
- $ref: '#/components/parameters/geometryType'
- $ref: '#/components/parameters/spatialRel'
- $ref: '#/components/parameters/inSR'
- $ref: '#/components/parameters/outSR'
responses:
'200':
description: Esri FeatureSet (`f=json`), GeoJSON FeatureCollection (`f=geojson`), or an ArcGIS error envelope — these services answer invalid requests with HTTP 200 and an `error` body.
content:
application/json:
schema:
oneOf:
- $ref: '#/components/schemas/UsaClovisOutagesProdL0FeatureSet'
- $ref: '#/components/schemas/GeoJSONFeatureCollection'
- $ref: '#/components/schemas/EsriError'
/usa_edgewood_outages_prod/FeatureServer:
get:
operationId: getUsaEdgewoodOutagesProdService
summary: Get usa_edgewood_outages_prod service metadata
description: 'EPCOR Water USA district outage points. Returns the ArcGIS feature service metadata document: layers, capabilities (Create,Delete,Query,Update,Editing), maxRecordCount (2000) and spatial reference.'
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
responses:
'200':
description: Feature service metadata.
content:
application/json:
schema:
$ref: '#/components/schemas/ServiceMetadata'
/usa_edgewood_outages_prod/FeatureServer/0:
get:
operationId: getUsaEdgewoodOutagesProdLayer
summary: Get usa_edgewood_outages_prod layer 0 metadata
description: Field definitions, geometry type (esriGeometryPoint), extent and edit timestamps for the `usa_edgewood_outages-prod` layer.
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
responses:
'200':
description: Feature layer metadata.
content:
application/json:
schema:
$ref: '#/components/schemas/LayerMetadata'
/usa_edgewood_outages_prod/FeatureServer/0/query:
get:
operationId: queryUsaEdgewoodOutagesProd
summary: Query usa_edgewood_outages-prod
description: 'EPCOR Water USA district outage points. Query the `usa_edgewood_outages-prod` layer with a SQL `where` clause and optional spatial filter. Anonymous read, no API key. Observed feature count at harvest time: 0.'
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
- $ref: '#/components/parameters/where'
- $ref: '#/components/parameters/outFields'
- $ref: '#/components/parameters/returnGeometry'
- $ref: '#/components/parameters/returnCountOnly'
- $ref: '#/components/parameters/returnIdsOnly'
- $ref: '#/components/parameters/orderByFields'
- $ref: '#/components/parameters/resultOffset'
- $ref: '#/components/parameters/resultRecordCount'
- $ref: '#/components/parameters/geometry'
- $ref: '#/components/parameters/geometryType'
- $ref: '#/components/parameters/spatialRel'
- $ref: '#/components/parameters/inSR'
- $ref: '#/components/parameters/outSR'
responses:
'200':
description: Esri FeatureSet (`f=json`), GeoJSON FeatureCollection (`f=geojson`), or an ArcGIS error envelope — these services answer invalid requests with HTTP 200 and an `error` body.
content:
application/json:
schema:
oneOf:
- $ref: '#/components/schemas/UsaEdgewoodOutagesProdL0FeatureSet'
- $ref: '#/components/schemas/GeoJSONFeatureCollection'
- $ref: '#/components/schemas/EsriError'
/usa_havasu_outages_prod/FeatureServer:
get:
operationId: getUsaHavasuOutagesProdService
summary: Get usa_havasu_outages_prod service metadata
description: 'EPCOR Water USA district outage points. Returns the ArcGIS feature service metadata document: layers, capabilities (Create,Delete,Query,Update,Editing), maxRecordCount (2000) and spatial reference.'
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
responses:
'200':
description: Feature service metadata.
content:
application/json:
schema:
$ref: '#/components/schemas/ServiceMetadata'
/usa_havasu_outages_prod/FeatureServer/0:
get:
operationId: getUsaHavasuOutagesProdLayer
summary: Get usa_havasu_outages_prod layer 0 metadata
description: Field definitions, geometry type (esriGeometryPoint), extent and edit timestamps for the `usa_havasu_outages-prod` layer.
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
responses:
'200':
description: Feature layer metadata.
content:
application/json:
schema:
$ref: '#/components/schemas/LayerMetadata'
/usa_havasu_outages_prod/FeatureServer/0/query:
get:
operationId: queryUsaHavasuOutagesProd
summary: Query usa_havasu_outages-prod
description: 'EPCOR Water USA district outage points. Query the `usa_havasu_outages-prod` layer with a SQL `where` clause and optional spatial filter. Anonymous read, no API key. Observed feature count at harvest time: 0.'
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
- $ref: '#/components/parameters/where'
- $ref: '#/components/parameters/outFields'
- $ref: '#/components/parameters/returnGeometry'
- $ref: '#/components/parameters/returnCountOnly'
- $ref: '#/components/parameters/returnIdsOnly'
- $ref: '#/components/parameters/orderByFields'
- $ref: '#/components/parameters/resultOffset'
- $ref: '#/components/parameters/resultRecordCount'
- $ref: '#/components/parameters/geometry'
- $ref: '#/components/parameters/geometryType'
- $ref: '#/components/parameters/spatialRel'
- $ref: '#/components/parameters/inSR'
- $ref: '#/components/parameters/outSR'
responses:
'200':
description: Esri FeatureSet (`f=json`), GeoJSON FeatureCollection (`f=geojson`), or an ArcGIS error envelope — these services answer invalid requests with HTTP 200 and an `error` body.
content:
application/json:
schema:
oneOf:
- $ref: '#/components/schemas/UsaHavasuOutagesProdL0FeatureSet'
- $ref: '#/components/schemas/GeoJSONFeatureCollection'
- $ref: '#/components/schemas/EsriError'
/usa_mohave_outages_prod/FeatureServer:
get:
operationId: getUsaMohaveOutagesProdService
summary: Get usa_mohave_outages_prod service metadata
description: 'EPCOR Water USA district outage points. Returns the ArcGIS feature service metadata document: layers, capabilities (Create,Delete,Query,Update,Editing), maxRecordCount (2000) and spatial reference.'
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
responses:
'200':
description: Feature service metadata.
content:
application/json:
schema:
$ref: '#/components/schemas/ServiceMetadata'
/usa_mohave_outages_prod/FeatureServer/0:
get:
operationId: getUsaMohaveOutagesProdLayer
summary: Get usa_mohave_outages_prod layer 0 metadata
description: Field definitions, geometry type (esriGeometryPoint), extent and edit timestamps for the `usa_mohave_outages-prod` layer.
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
responses:
'200':
description: Feature layer metadata.
content:
application/json:
schema:
$ref: '#/components/schemas/LayerMetadata'
/usa_mohave_outages_prod/FeatureServer/0/query:
get:
operationId: queryUsaMohaveOutagesProd
summary: Query usa_mohave_outages-prod
description: 'EPCOR Water USA district outage points. Query the `usa_mohave_outages-prod` layer with a SQL `where` clause and optional spatial filter. Anonymous read, no API key. Observed feature count at harvest time: 0.'
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
- $ref: '#/components/parameters/where'
- $ref: '#/components/parameters/outFields'
- $ref: '#/components/parameters/returnGeometry'
- $ref: '#/components/parameters/returnCountOnly'
- $ref: '#/components/parameters/returnIdsOnly'
- $ref: '#/components/parameters/orderByFields'
- $ref: '#/components/parameters/resultOffset'
- $ref: '#/components/parameters/resultRecordCount'
- $ref: '#/components/parameters/geometry'
- $ref: '#/components/parameters/geometryType'
- $ref: '#/components/parameters/spatialRel'
- $ref: '#/components/parameters/inSR'
- $ref: '#/components/parameters/outSR'
responses:
'200':
description: Esri FeatureSet (`f=json`), GeoJSON FeatureCollection (`f=geojson`), or an ArcGIS error envelope — these services answer invalid requests with HTTP 200 and an `error` body.
content:
application/json:
schema:
oneOf:
- $ref: '#/components/schemas/UsaMohaveOutagesProdL0FeatureSet'
- $ref: '#/components/schemas/GeoJSONFeatureCollection'
- $ref: '#/components/schemas/EsriError'
/usa_northmohavevalley_outages_prod/FeatureServer:
get:
operationId: getUsaNorthmohavevalleyOutagesProdService
summary: Get usa_northmohavevalley_outages_prod service metadata
description: 'EPCOR Water USA district outage points. Returns the ArcGIS feature service metadata document: layers, capabilities (Create,Delete,Query,Update,Editing), maxRecordCount (2000) and spatial reference.'
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
responses:
'200':
description: Feature service metadata.
content:
application/json:
schema:
$ref: '#/components/schemas/ServiceMetadata'
/usa_northmohavevalley_outages_prod/FeatureServer/0:
get:
operationId: getUsaNorthmohavevalleyOutagesProdLayer
summary: Get usa_northmohavevalley_outages_prod layer 0 metadata
description: Field definitions, geometry type (esriGeometryPoint), extent and edit timestamps for the `usa_northmohavevalley_outages-prod` layer.
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
responses:
'200':
description: Feature layer metadata.
content:
application/json:
schema:
$ref: '#/components/schemas/LayerMetadata'
/usa_northmohavevalley_outages_prod/FeatureServer/0/query:
get:
operationId: queryUsaNorthmohavevalleyOutagesProd
summary: Query usa_northmohavevalley_outages-prod
description: 'EPCOR Water USA district outage points. Query the `usa_northmohavevalley_outages-prod` layer with a SQL `where` clause and optional spatial filter. Anonymous read, no API key. Observed feature count at harvest time: 0.'
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
- $ref: '#/components/parameters/where'
- $ref: '#/components/parameters/outFields'
- $ref: '#/components/parameters/returnGeometry'
- $ref: '#/components/parameters/returnCountOnly'
- $ref: '#/components/parameters/returnIdsOnly'
- $ref: '#/components/parameters/orderByFields'
- $ref: '#/components/parameters/resultOffset'
- $ref: '#/components/parameters/resultRecordCount'
- $ref: '#/components/parameters/geometry'
- $ref: '#/components/parameters/geometryType'
- $ref: '#/components/parameters/spatialRel'
- $ref: '#/components/parameters/inSR'
- $ref: '#/components/parameters/outSR'
responses:
'200':
description: Esri FeatureSet (`f=json`), GeoJSON FeatureCollection (`f=geojson`), or an ArcGIS error envelope — these services answer invalid requests with HTTP 200 and an `error` body.
content:
application/json:
schema:
oneOf:
- $ref: '#/components/schemas/UsaNorthmohavevalleyOutagesProdL0FeatureSet'
- $ref: '#/components/schemas/GeoJSONFeatureCollection'
- $ref: '#/components/schemas/EsriError'
/usa_paradisevalley_outages_prod/FeatureServer:
get:
operationId: getUsaParadisevalleyOutagesProdService
summary: Get usa_paradisevalley_outages_prod service metadata
description: 'EPCOR Water USA district outage points. Returns the ArcGIS feature service metadata document: layers, capabilities (Create,Delete,Query,Update,Editing), maxRecordCount (2000) and spatial reference.'
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
responses:
'200':
description: Feature service metadata.
content:
application/json:
schema:
$ref: '#/components/schemas/ServiceMetadata'
/usa_paradisevalley_outages_prod/FeatureServer/0:
get:
operationId: getUsaParadisevalleyOutagesProdLayer
summary: Get usa_paradisevalley_outages_prod layer 0 metadata
description: Field definitions, geometry type (esriGeometryPoint), extent and edit timestamps for the `usa_paradisevalley_outages-prod` layer.
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
responses:
'200':
description: Feature layer metadata.
content:
application/json:
schema:
$ref: '#/components/schemas/LayerMetadata'
/usa_paradisevalley_outages_prod/FeatureServer/0/query:
get:
operationId: queryUsaParadisevalleyOutagesProd
summary: Query usa_paradisevalley_outages-prod
description: 'EPCOR Water USA district outage points. Query the `usa_paradisevalley_outages-prod` layer with a SQL `where` clause and optional spatial filter. Anonymous read, no API key. Observed feature count at harvest time: 0.'
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
- $ref: '#/components/parameters/where'
- $ref: '#/components/parameters/outFields'
- $ref: '#/components/parameters/returnGeometry'
- $ref: '#/components/parameters/returnCountOnly'
- $ref: '#/components/parameters/returnIdsOnly'
- $ref: '#/components/parameters/orderByFields'
- $ref: '#/components/parameters/resultOffset'
- $ref: '#/components/parameters/resultRecordCount'
- $ref: '#/components/parameters/geometry'
- $ref: '#/components/parameters/geometryType'
- $ref: '#/components/parameters/spatialRel'
- $ref: '#/components/parameters/inSR'
- $ref: '#/components/parameters/outSR'
responses:
'200':
description: Esri FeatureSet (`f=json`), GeoJSON FeatureCollection (`f=geojson`), or an ArcGIS error envelope — these services answer invalid requests with HTTP 200 and an `error` body.
content:
application/json:
schema:
oneOf:
- $ref: '#/components/schemas/UsaParadisevalleyOutagesProdL0FeatureSet'
- $ref: '#/components/schemas/GeoJSONFeatureCollection'
- $ref: '#/components/schemas/EsriError'
/usa_suncity_outages_prod/FeatureServer:
get:
operationId: getUsaSuncityOutagesProdService
summary: Get usa_suncity_outages_prod service metadata
description: 'EPCOR Water USA district outage points. Returns the ArcGIS feature service metadata document: layers, capabilities (Create,Delete,Query,Update,Editing), maxRecordCount (2000) and spatial reference.'
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
responses:
'200':
description: Feature service metadata.
content:
application/json:
schema:
$ref: '#/components/schemas/ServiceMetadata'
/usa_suncity_outages_prod/FeatureServer/0:
get:
operationId: getUsaSuncityOutagesProdLayer
summary: Get usa_suncity_outages_prod layer 0 metadata
description: Field definitions, geometry type (esriGeometryPoint), extent and edit timestamps for the `usa_suncity_outages-prod` layer.
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
responses:
'200':
description: Feature layer metadata.
content:
application/json:
schema:
$ref: '#/components/schemas/LayerMetadata'
/usa_suncity_outages_prod/FeatureServer/0/query:
get:
operationId: queryUsaSuncityOutagesProd
summary: Query usa_suncity_outages-prod
description: 'EPCOR Water USA district outage points. Query the `usa_suncity_outages-prod` layer with a SQL `where` clause and optional spatial filter. Anonymous read, no API key. Observed feature count at harvest time: 0.'
tags:
- us-water-outages
parameters:
- $ref: '#/components/parameters/f'
- $ref: '#/components/parameters/where'
- $ref: '#/components/parameters/outFields'
- $ref: '#/components/parameters/returnGeometry'
- $ref: '#/components/parameters/returnCountOnly'
- $ref: '#/components/parameters/returnIdsOnly'
- $ref: '#/components/parameters/orderByFields'
- $ref: '#/components/parameters/resultOffset'
- $ref: '#/components/parameters/resultRecordCount'
- $ref: '#/components/parameters/geometry'
- $ref: '#/components/parameters/geometryType'
- $ref: '#/components/parameters/spatialRel'
- $ref: '#/components/parameters/inSR'
- $ref: '#/components/parameters/outSR'
responses:
'200':
description: Esri FeatureSet (`f=json`), GeoJSON FeatureCollection (`f=geojson`), or an ArcGIS error envelope — these services answer invalid requests with HTTP 200 and an `error` body.
content:
application/json:
schema:
oneOf:
- $ref: '#/components/schemas/UsaSuncityOutagesProdL0FeatureSet'
- $ref: '#/components/schemas/GeoJSONFeatureCollection'
- $ref: '#/components/schemas/EsriError'
/usa_suncitywest_outages_prod/FeatureServer:
get:
operationId: getUsaSuncitywestOutagesProdService
summary: Get usa_suncitywest_outages_prod service metadata
description: 'EPCOR Water USA district outage p
# --- truncated at 32 KB (98 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/epcor/refs/heads/main/openapi/epcor-us-water-outages-api-openapi.yml