Block Lottos

On-chain lottery jackpots, draws and stats as JSON

🪙 Crypto & Web3HEALTHYchecked 2h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

A public API for the Block Lottos on-chain lottery: live jackpot amounts, draw history and site stats for its Polygon and Base ledgers, with no key required. This sample reads the current Polygon jackpot. A full OpenAPI spec is served at /openapi.json.

87HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 87 · healthy
Uptime history
98.0%90 days
96.7%30 days
1025P50 · ms
3658P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 186 ms, slowest 2509 ms, most recent 255 ms.
Live response samplecaptured by our last successful check
GET https://blocklottos.com/api/lottery/jackpot

{
  "status": "ok",
  "chain": "polygon",
  "network": "Polygon Mainnet",
  "jackpot": 0,
  "jackpot_units": "0",
  "currency": "POL",
  "contract": "0x07F62Ff6697eD9b475FEed9dc90a5A157936839c",
  "jackpot_wei": "0"
}
Call itcurl · fetch · python
curl "https://blocklottos.com/api/lottery/jackpot"
const res = await fetch("https://blocklottos.com/api/lottery/jackpot");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://blocklottos.com/api/lottery/jackpot")
print(res.json())
Endpoints · 6HealthyFULL DOCS ↗
Monitored path responding — GET /api/lottery/jackpot1025 mschecked 2h ago
GET/api/lottery/jackpotPROBED

On-chain lottery jackpots, draws and stats as JSON

GET/api

Api — documented GET route.

GET/api/1

Api details by ID (example: 1).

GET/api?limit=10

Api — documented GET route.

GET/api/search?q=test

Search by query parameters.

GET/api/jackpot.php

Get current jackpot

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Block Lottos: common questions

Is Block Lottos free to use?

Yes — Block Lottos is a free crypto & web3 API. Free tier: Free, no key (API docs state no key required). Whether the free tier allows commercial use is unclear — check the provider docs.

Does Block Lottos need an API key?

No — Block Lottos needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call Block Lottos from the browser?

Yes — Block Lottos returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is Block Lottos up right now?

As of our last scheduled check, Block Lottos is healthy with 98.0% uptime over 90 days and a 1025 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.