EPCOR · Example Payload

Epcor Arcgis Error Responses

EnergyCanadaUtilitiesElectricityNatural GasWaterGreen ButtonSmart MeteringGridOntarioAlbertaOutagesGeospatialOpen Data

Epcor Arcgis Error Responses is an example object payload from EPCOR, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

generatedmethodsourcenoteresponses

Example Payload

Raw ↑
{
  "generated": "2026-07-27",
  "method": "probed",
  "source": "https://services6.arcgis.com/Ji2rusuWXDFSqNsP/ArcGIS/rest/services",
  "note": "Verbatim error bodies returned by EPCOR's public ArcGIS feature services. Every one of these was returned with HTTP status 200 - the ArcGIS REST interface signals failure in the body, not in the status line.",
  "responses": [
    {
      "request": "GET /ocps_prod_av/FeatureServer/0/query?where=BOGUS(&outFields=*&f=json",
      "http_status": 200,
      "body": {
        "error": {
          "code": 400,
          "message": "Cannot perform query. Invalid query parameters.",
          "details": ["'where' parameter is invalid"]
        }
      }
    },
    {
      "request": "GET /ocps_prod_av/FeatureServer/99?f=json",
      "http_status": 200,
      "body": {
        "error": {
          "code": 400,
          "message": "",
          "details": ["The requested layer (layerId: 99) was not found."]
        }
      }
    },
    {
      "request": "GET /no_such_service/FeatureServer?f=json",
      "http_status": 200,
      "body": {
        "error": {
          "code": 400,
          "message": "Invalid URL",
          "details": ["Invalid URL"]
        }
      }
    }
  ]
}

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.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/epcor-arcgis-error-responses"
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.