Telecom & Utility Services
Mobile ROffer Fetch API Real-time Mobile Recharge Special Offers Lookup
Provides live special recharge offers, plan MRP, validity, talktime, data benefits, and promotion descriptions directly from carrier systems.
80ms avg response
Production-ready
Secure & Compliant
About This API
Provides live special recharge offers, plan MRP, validity, talktime, data benefits, and promotion descriptions directly from carrier systems.
Sample Request
POST /api/v1/roffer/fetch
{"mobileNumber": "7571083042", "operatorId": "104"}
Sample Response
HTTP 200 OK — JSON Response
{"code": 200, "status": "success", "message": "Success", "request_id": "REQ1234567890", "response": {"mobile_number": "7571083042", "operator_id": "104", "operator_name": "VI", "total_offers": 1, "offers": [{"mrp": "179", "validity": "28", "voice": "Unlimited Calls", "data": "1GB", "description": "1GB + UL calls for 28 days"}]}}
Use Cases
- Recharge Platforms
- Special Offer Displays
- Telecom Apps
- Digital Wallets
How to Integrate
1
Provide x-api-key header
2
POST /api/v1/roffer/fetch with mobileNumber and operatorId
3
Parse standard recharge offers list
Pricing
Login Required
Pricing revealed after login & access approval
Method
POST
Response Time
80ms
Auth Required
Yes
Uptime
99.9% SLA
Endpoint
/api/v1/roffer/fetch