---
title: "Basic domain statistic"
method: GET
path: "/api/stat"
tags: ["info"]
---

# Basic domain statistic

`GET /api/stat`

Basic domain statistic that holds the total number of domains and
the total number of valid domains.

Fields:
- The `date` field is the last update date in Unix time format.
- The `total` field is the number of total entries in the database.
- The `updated` field is the number of total entries updated (including entries that updated, but no valid DNS record found).
- The `valid` field is the number of total domains that has at least one known DNS record.
- The `ctlogs` field is an array that holds the stats of the crawled Certificate Transparency Logs.
  - The `name` is the name of the log.
  - The `index` is the current index of the crawler.
  - The `size` is the total number of entries in the log.

## Response `200`

Success.

- Stat
  - `date` integer
  - `total` integer
  - `updated` integer
  - `valid` integer
  - `ctlogs` object[]
    - `name` string
    - `index` integer
    - `size` integer

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/elmasy-com/apis/columbus-api.md) · [All operations](https://skmtc.net/elmasy-com/apis/columbus-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elmasy-com/columbus-api/versions/afcfa121a5e2/schema)
