---
title: "Get Version"
method: GET
path: "/api/v1/version/"
tags: ["version"]
---

# Get Version

`GET /api/v1/version/`

Get PyPSA and application version information

## Response `200`

Successful Response

- VersionResponse
  - `version` string, required
  - `pypsa_version` string, required
  - `local_mode` boolean, required
  - `demo_mode` boolean, required
  - `runs_enabled` boolean, required

---

[API](https://skmtc.dev/pypsa/apis/pypsa-app.md) · [All operations](https://skmtc.dev/pypsa/apis/pypsa-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pypsa/pypsa-app/revisions/a9fc864817c3/schema)
