Public API Documentation
Access live Satta Matka results programmatically. The API returns data in JSON format with schema.org JSON-LD.
Base URL
https://www.jodichart.online/api
Query Parameters
| Parameter | Type | Description |
|---|---|---|
| market | string | Filter by market slug (e.g., jodi, rajdhani-day) |
| date | string (YYYY-MM-DD) | Result date (defaults to current IST date) |
| limit | integer | Max number of results (default: 50) |
| offset | integer | Pagination offset (default: 0) |
Response Format
The response contains a JSON object with metadata and a data array. It also includes JSON-LD structured data for search engines.
Examples
Get all today's results
curl "https://www.jodichart.online/api"
Get results for a specific market
curl "https://www.jodichart.online/api?market=jodi"
Get historical results
curl "https://www.jodichart.online/api?date=2026-08-20"
Rate Limiting
The API is served through a global edge network. Response is cached for 60 seconds.