API reference

Every endpoint that Keputusan4D.com exposes, organized by purpose. Most return JSON; some return CSV, Markdown, YAML, XML, plain text, iCalendar, or SVG. The full machine-readable catalogue with one-line descriptions for each endpoint lives at /api/explain.json.

Authoritative manifest of formats this site actually exposes today: /api/feed-formats.json. Run-time health: /api-status. License: data is CC0-1.0; see /api/license.json.

Today

Today's draw data in multiple formats.

Time

Timestamps, schedule, calendar.

Stats

Numeric analyses of today's top-3 prizes.

Operators

Per-operator data.

Diff

Today vs yesterday.

Manifests

Discovery and metadata.

Spec

Machine-checkable schemas.

Embed

Drop-in assets.

Quick start

curl -s https://keputusan4d.com/api/today.json | jq '.providers[0]'
curl -s https://keputusan4d.com/api/today.csv | head -5
curl -s https://keputusan4d.com/api/health.json | jq '.healthy'

See /developers for more code examples.

← Back to Keputusan4D.com