Retrieve the R-Offers (special, number-specific recharge offers) that a telecom operator has loaded against one prepaid mobile number.
{
"success": true,
"message": "",
"data": {
"order_id": "W2A1739512345abcdef01",
"result": {
"mobile_number": "9876543210",
"operator": "airtel",
"offers": [
{
"price": "29",
"description": "Stay connected with 2GB data at just Rs29",
"log_description": "RC29=Payein 2GB data 1 din ke liye."
},
{
"price": "65",
"description": "Stay connected with 4GB data at just Rs65",
"log_description": "65=4GB aapke maujooda pack ki vaidhta tak manya"
}
]
}
}
}
{
"success": false,
"message": "No offer found for this number",
"data": {
"order_id": "W2A1739512345abcdef01",
"error_code": "1"
}
}
| Code | Meaning |
|---|---|
| 200 | OK — Request successful |
| 400 | Bad Request — Missing or invalid parameters |
| 401 | Unauthorized — Invalid or missing API key |
| 429 | Too Many Requests — Rate limit exceeded |
| 500 | Server Error — Try again later |
Start with free trial API calls. No credit card required.
Get API Key — Free Browse All APIs