---
title: "Get site stats"
method: GET
path: "/api/stats.php"
tags: ["Lottery"]
---

# Get site stats

`GET /api/stats.php`

Returns live stats for the selected lottery game, including draw number, jackpot, and next draw timestamp. Supports ?chain=polygon or ?chain=base.

## Query parameters

- `chain` 'polygon' | 'base'

## Response `200`

Site statistics

- object
  - `draw_number` integer — Upcoming draw number
  - `jackpot_pol` number — Current jackpot in the selected chain currency
  - `next_draw_timestamp` integer — Unix timestamp of next draw (Saturdays 15:00 UTC)
  - `status` 'ok' | 'error'

---

[API](https://skmtc.net/blocklottos/apis/block-lottos-api.md) · [All operations](https://skmtc.net/blocklottos/apis/block-lottos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blocklottos/block-lottos-api/revisions/43ed97cec4a5/schema)
