Sempra Developer Portal APIs

Sempra runs a Google Apigee API program. api.sempra.com is the Apigee runtime gateway and developer.sempra.com is an Apigee integrated developer portal (Apigee organization "sempra", site id "sempra-prod"). Both hosts present DigiCert EV certificates issued to O=Sempra Energy, L=San Diego, ST=California, which is how ownership was established. Re-probed 2026-09-04: the portal still publishes nothing to anonymous visitors — its own catalog endpoint /portals/api/sites/sempra-prod/liveportal/apis returns HTTP 200 with "apiDocs": [] and "apiProducts": [], and its header menu is exactly two items, "APIs" and "Log In". No OpenAPI, reference, operation list, scope, plan or rate limit is publicly reachable. Anonymous probing does establish a live proxy routed at basepath /v1: every path under it (/v1, /v1/graphql, /v1/token, /v1/openapi.json) returns HTTP 401 with an Apigee oauth.v2.InvalidAccessToken fault and a WWW-Authenticate Bearer challenge, while /, /v2/graphql, /oauth/token and /openapi.json return the Apigee messaging.adaptors.http.flow.ApplicationNotFound not-routed 404. The gateway advertises GET, PUT, POST, DELETE, OPTIONS and PATCH through a wildcard CORS policy, so a real read/write surface sits behind the OAuth wall — but no operation, schema or scope is published.

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/sempra-developer-portal-apis"
All apis
curl "https://apis.io/api/v1/apis?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.

API entry from apis.yml

apis.yml Raw ↑
name: Sempra Developer Portal APIs
description: 'Sempra runs a Google Apigee API program. api.sempra.com is the Apigee runtime gateway and
  developer.sempra.com is an Apigee integrated developer portal (Apigee organization "sempra", site id
  "sempra-prod"). Both hosts present DigiCert EV certificates issued to O=Sempra Energy, L=San Diego,
  ST=California, which is how ownership was established. Re-probed 2026-09-04: the portal still publishes
  nothing to anonymous visitors — its own catalog endpoint /portals/api/sites/sempra-prod/liveportal/apis
  returns HTTP 200 with "apiDocs": [] and "apiProducts": [], and its header menu is exactly two items,
  "APIs" and "Log In". No OpenAPI, reference, operation list, scope, plan or rate limit is publicly reachable.
  Anonymous probing does establish a live proxy routed at basepath /v1: every path under it (/v1, /v1/graphql,
  /v1/token, /v1/openapi.json) returns HTTP 401 with an Apigee oauth.v2.InvalidAccessToken fault and a
  WWW-Authenticate Bearer challenge, while /, /v2/graphql, /oauth/token and /openapi.json return the Apigee
  messaging.adaptors.http.flow.ApplicationNotFound not-routed 404. The gateway advertises GET, PUT, POST,
  DELETE, OPTIONS and PATCH through a wildcard CORS policy, so a real read/write surface sits behind the
  OAuth wall — but no operation, schema or scope is published.'
humanURL: https://developer.sempra.com
baseURL: https://api.sempra.com/v1
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/sempra.png
tags:
- Energy
- Utilities
- Apigee
- Developer Portal
properties:
- type: DeveloperPortal
  url: https://developer.sempra.com
- type: Login
  url: https://developer.sempra.com/login
- type: Authentication
  url: authentication/sempra-authentication.yml
- type: ErrorCatalog
  url: errors/sempra-problem-types.yml