JodiChart

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

ParameterTypeDescription
marketstringFilter by market slug (e.g., jodi, rajdhani-day)
datestring (YYYY-MM-DD)Result date (defaults to current IST date)
limitintegerMax number of results (default: 50)
offsetintegerPagination 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.