---
title: "Get Server Metadata"
method: GET
path: "/api/info"
tags: ["Utility Endpoints"]
---

# Get Server Metadata

`GET /api/info`

get the server version and enabled features

## Response `200`

API information retrieved successfully

- InfoResponse
  - `version` string, required — The server version.
  - `features` string[], required — the features that the server supports.
  - `configuration` object — Server configuration properties as key-value pairs.
  - `serviceTokenCache` object — Cache statistics for service tokens.
    - `hitCount` integer — The number of cache hits.
    - `missCount` integer — The number of cache misses.
    - `loadSuccessCount` integer — The number of successful loads.
    - `loadFailureCount` integer — The number of failed loads.
    - `totalLoadTime` integer — The total load time in nanoseconds.
    - `evictionCount` integer — The number of evictions.
    - `evictionWeight` integer — The weight of evicted entries.

## Other responses

- `400`
- `401`
- `403`
- `429` — The request exceeded the request rate permitted for the endpoint.
- `500`

## Changes

- **2026-08-03** `7ad74ab64749` — 1 info
  - added the non-success response with the status `429`
- **2026-01-15** `8a534bc68775` — 2 info
  - added the optional property `configuration` to the response with the `200` status
  - added the optional property `serviceTokenCache` to the response with the `200` status

[Change history](https://skmtc.dev/authlete/apis/authlete-api/changes/api/info/get.md)

---

[API](https://skmtc.dev/authlete/apis/authlete-api.md) · [All operations](https://skmtc.dev/authlete/apis/authlete-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/authlete/authlete-api/revisions/7ad74ab64749/schema)
