---
title: "Service: /version [GET]"
source: https://dev.pageseeder.com/api/services/get-version-GET.html
description: "The /version GET service returns the PageSeeder application version information in XML or JSON format, including major version number, build number, and version string. No parameters required; publicly accessible with 60-second cache."
last_updated: 2026-09-02T11:36:05+10:00
document_type: api_endpoint
operation_id: system-GET
resource_id: system
path_template: /version
http_method: GET
api_category: system
implementation_version: 6.2004
api_since: 5.6005
deprecated_since: null
obsolete_since: null
api_support: supported
cache_control: max-age=60, must-revalidate
generated_at: 2026-09-02
tokens: ~100
---

# /version \[GET\]

## Description

Returns the PageSeeder version.

## Parameters

No parameters required.

## Permission

This service is public, anybody can invoke it.

## Response

For example:

```xml

<version major="5" build="9804" string="5.9804"/>
```

Or in JSON

```json

{"major":5, "build":9804, "string":"5.9804"}
```

## Error Handling

No specific errors expected for this service.

