Validate an HSN code (goods) or SAC code (services) and get what the code actually covers: its official tariff description, the chapter i…
{
"success": true,
"message": "",
"data": {
"order_id": "W2A1739512345abcdef01",
"result": {
"hsn_code": "998319",
"code_type": "SAC",
"description": "OTHER INFORMATION TECHNOLOGY SERVICES N.E.C",
"chapter_number": 99,
"chapter_name": "Services",
"gst_rate": "5/12/18",
"gst_rate_percent": [
5,
12,
18
],
"rate_revision": "12% 5% 18%",
"effective_date": "2019-10-01",
"effective_dates": [
"2019-10-01",
"2017-07-01"
],
"cess": "Nil Provided that Director (Sports), Ministry of Youth Affairs and Sports certifies that the services are directly or indirectly related to any of the events under FIFA U-17 Women's World Cup 2020."
}
}
}
{
"success": false,
"message": "No HSN or SAC record was found for the code provided.",
"data": {
"order_id": "W2A1739512345abcdef01",
"error_code": "NO_RECORD",
"result": {
"hsn_code": "9999999",
"code_type": "",
"description": "",
"chapter_number": 0,
"chapter_name": "",
"gst_rate": "",
"gst_rate_percent": [],
"rate_revision": "",
"effective_date": null,
"effective_dates": [],
"cess": ""
}
}
}
| 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