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
| Endpoint | Description |
|---|---|
GET /status | Service status and last update time |
GET /operators?type=mobile|dth | Operators list |
GET /circles | States / circles |
GET /categories?type=mobile | Plan categories |
GET /detect?mobile=98XXXXXXXX | Operator & circle detection |
GET /plans/mobile?operator=jio&circle=DL&category=data&q=2gb | Mobile plans for an operator/circle |
GET /plans/dth?operator=tataplay | DTH plans |
GET /plans/search?type=mobile&q=299 | Search across all plans |
GET /plan/{id} | Single plan |
Pass an API key via X-Api-Key header when required. Responses: {"success":true,"data":[...],"meta":{...}}.