---
title: "Get service status (database versions etc.)"
method: GET
path: "/api/status"
---

# Get service status (database versions etc.)

`GET /api/status`

## Response `200`

Success

- GeoIpStatus
  - `databases` GeoIpDatabaseStatus[], required
    - `edition` string, required
    - `timestamp` string
    - `locales` string[]
    - `file_size` number
    - `archive_file_size` number
    - `last_update_check` string
    - `error` string

## Other responses

- `500` — Internal server error

## Changes

- **2025-11-28** `dd5eca0ff4cd` — 1 info
  - added the optional property `databases/items/last_update_check` to the response with the `200` status
- **2025-11-27** `a36a373dd5d9` — 1 info
  - added the optional property `databases/items/locales` to the response with the `200` status
- **2025-11-26** `dd800522d521` — 1 info
  - added the optional property `databases/items/archive_file_size` to the response with the `200` status
- **2025-11-26** `4a5b2ae6f42c` — 1 info
  - added the optional property `databases/items/file_size` to the response with the `200` status
- **2025-11-26** `616687c27cbf` — 1 info
  - added the optional property `databases/items/error` to the response with the `200` status

[Full history](https://skmtc.dev/quoi-dev/apis/geoip-service/changes/api/status/get.md)

---

[API](https://skmtc.dev/quoi-dev/apis/geoip-service.md) · [All operations](https://skmtc.dev/quoi-dev/apis/geoip-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quoi-dev/geoip-service/revisions/6c4b1d51a3cd/schema)
