---
title: "Readiness checker"
method: GET
path: "/checker/ready"
tags: ["Checker"]
---

# Readiness checker

`GET /checker/ready`

Route to check if the service is ready to serve requests. It also checks the readiness of the WMS backend.

## Response `200`

Returning OK.

- object
  - `success` boolean — Always true for 200 response.
  - `message` string

## Other responses

- `500` — Unexpected error.
- `502` — Cannot connect to backend WMS
- `503` — Incomprehensible answer. WMS is probably not ready yet.

---

[API](https://skmtc.net/geoadmin/apis/service-wmts.md) · [All operations](https://skmtc.net/geoadmin/apis/service-wmts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/geoadmin/service-wmts/revisions/85f5cf589da7/schema)
