---
title: "Get system information"
method: GET
path: "/api/v2/info"
tags: ["info"]
---

# Get system information

`GET /api/v2/info`

## Response `200`

- object
  - `viewlog` string
  - `loadavg` number
  - `free_space` string
  - `display_power` unknown
  - `up_to_date` boolean
  - `anthias_version` string
  - `device_model` string
  - `uptime` object
    - `days` integer
    - `hours` number
  - `memory` object
    - `total` integer
    - `used` integer
    - `free` integer
    - `shared` integer
    - `buff` integer
    - `available` integer
    - `low_ram` boolean
  - `ip_addresses` string[]
  - `mac_address` string
  - `host_user` string
  - `time` object
    - `iso` string
    - `timezone` string
    - `offset` string

## Changes

- **2026-08-14** `db7a06ac59cc` — 2 info
  - added the optional property `memory/low_ram` to the response with the `200` status
  - added the optional property `time` to the response with the `200` status

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

---

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