Mitra Plans

About Mitra Plans

Check latest Mobile & DTH recharge plans for all operators and circles

We currently list 2,415 mobile plans and 50 DTH plans across 9 operators and 23 circles. Plans are refreshed automatically; last update 1 hr ago.

Developer API

All plan data is available as JSON. Base URL: https://plans.mitrait.in/api/v1

EndpointDescription
GET /statusService status and last update time
GET /operators?type=mobile|dthOperators list
GET /circlesStates / circles
GET /categories?type=mobilePlan categories
GET /detect?mobile=98XXXXXXXXOperator & circle detection
GET /plans/mobile?operator=jio&circle=DL&category=data&q=2gbMobile plans for an operator/circle
GET /plans/dth?operator=tataplayDTH plans
GET /plans/search?type=mobile&q=299Search across all plans
GET /plan/{id}Single plan

Pass an API key via X-Api-Key header when required. Responses: {"success":true,"data":[...],"meta":{...}}.