Starline Matka API — JSON results for Starline markets

Starline markets are short-interval slots under a family name (Kalyan Starline, Main Bazar Starline, and so on). They are not the same as Kalyan day or Milan night, which declare one open and one close. If a Starline market is in the catalog, it uses the same JSON board fields as every other listed market.

Same board JSON

Filter GET /api/results/board by name or slug. No separate Starline URL.

Leftover rule

Yesterday’s complete is not stored or served as today.

Official IST clock

Open/close times stay put even if the print is 10–15 minutes late.

Starline vs day/night markets

A classic market such as Kalyan or Milan Day has one open window and one close window. Starline is many short slots under one family, often hourly. Each listed slot is its own catalog row with its own slug, history, and chart — when that slug is active.

Hourly slug spellings vary by how the catalog was seeded. Do not hard-code a guessed suffix. Search the live directory instead of inventing a 404.

How to fetch Starline JSON

  1. Call GET /api/results/board with Authorization: Bearer YOUR_API_KEY. New sm_ keys stay out of ?key=.
  2. Filter data[] where name or slug contains starline.
  3. Read openPana, jodi, closePana, status, and resultDate the same way as Kalyan.

PHP cURL: /docs/php. Field names: glossary.

Families to search on /markets

These names show up on source boards. They appear in our catalog only when the market is listed and active — confirm on /markets before you ship a slug.

Related market pages

These slugs typically exist as regular markets (Time Bazar is a short day window; Kalyan / Milan are the day-night pair Starline is not). Use them as working examples, then search the catalog for Starline rows.

Bottom line: treat Starline as extra rows on the same leftover-aware board. Browse markets, wire PHP from /docs/php, then pick a plan on pricing.

Frequently asked questions

Starline results JSON me kaise laaun?
GET /api/results/board with Authorization: Bearer. Response ke data[] me name/slug se Starline rows filter karo. Alag Starline-only endpoint nahi hai — same board contract. Catalog: /markets.
Starline par leftover rule same hai kya?
Haan. Kal ka complete aaj ke resultDate par store/serve nahi hota. Pending tab tak rehta hai jab tak current IST window me naya declaration na aaye.
Print 10–15 min late ho to timing badalti hai?
Nahi. Official open/close IST times board par waise ke waise rehte hain. Late print clock ko 4:02 PM jaise rewrite nahi karta. PHP sample: /docs/php.