Every GST return a GSTIN filed in one financial year, read from the government record.
{
"success": true,
"message": "",
"data": {
"order_id": "W2A1739512345abcdef01",
"result": {
"gst_number": "03DOXPM4071K1ZE",
"financial_year": "2023-24",
"filing_count": 16,
"filings": [
{
"return_type": "GSTR1",
"return_period": "2024-03",
"arn": "AA030324078315H",
"filed_on": "2024-04-08",
"filing_mode": "online",
"status": "filed",
"is_valid": true
},
{
"return_type": "GSTR3B",
"return_period": "2024-03",
"arn": "AA0303244598718",
"filed_on": "2024-04-19",
"filing_mode": "online",
"status": "filed",
"is_valid": true
},
{
"return_type": "GSTR1",
"return_period": "2024-02",
"arn": "AA0302241450008",
"filed_on": "2024-03-10",
"filing_mode": "online",
"status": "filed",
"is_valid": true
}
]
}
}
}
{
"success": false,
"message": "Invalid GSTIN",
"data": {
"order_id": "W2A1739512345abcdef01",
"error_code": "INVALID_GSTIN",
"result": {
"gst_number": "03DOXPM4071K1ZZ",
"financial_year": "2023-24",
"filing_count": 0,
"filings": []
}
}
}
| 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