Whether a GSTIN files its returns monthly or quarterly, quarter by quarter, for one financial year.
{
"success": true,
"message": "",
"data": {
"order_id": "W2A1739512345abcdef01",
"result": {
"gst_number": "03DOXPM4071K1ZE",
"financial_year": "2023-24",
"filing_frequency": "quarterly",
"quarters": [
{
"quarter": "Q1",
"frequency": "quarterly"
},
{
"quarter": "Q2",
"frequency": "quarterly"
},
{
"quarter": "Q3",
"frequency": "quarterly"
},
{
"quarter": "Q4",
"frequency": "quarterly"
}
]
}
}
}
{
"success": false,
"message": "Invalid GSTIN",
"data": {
"order_id": "W2A1739512345abcdef01",
"error_code": "INVALID_GSTIN",
"result": {
"gst_number": "03DOXPM4071K1ZZ",
"financial_year": "2023-24",
"filing_frequency": "unknown",
"quarters": []
}
}
}
| 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