v2

latestOpenAPI 3.1.0Publishing notes2026-08-04372580.6 KB
v2

Machine-readable catalog of all v2 endpoints

Self-describing directory of the v2 API.

Lists every v2 endpoint with its parameters, accepted values and defaults, derived from the live OpenAPI schema. Intended as the single entry point for AI agents and other automated clients.

get/v2

Response

Successful Response

schema_versionstring required

Version of the v2 response schema.

titlestring required

API title.

descriptionstring required

What this API provides and how to read responses.

openapi_urlstring required

Path of the full OpenAPI 3 schema.

response_envelopestring required

Name of the uniform response model every data endpoint returns.

Example response

{
  "endpoints": [
    {
      "path": "/v2/public_power",
      "method": "GET"
    }
  ]
}
All 37 operations