Verification API
GST Details API
Get full GST details for a GSTIN - status, state, PAN and filing history.
GET /v1/gst/{gstin}
Overview
The GST Details API returns the full record for a GSTIN from our GST dataset: registration status (active / cancelled), state, the linked PAN and the GST filing history. Use it for vendor verification, invoice validation and GST compliance monitoring.
- GSTIN status (active / cancelled)
- Registered state and PAN
- GST filing history
- From your GST dataset
- Single call
How it works
- Generate an API key in your developer console (test keys are free).
- Call the endpoint with your Bearer key.
- Read the JSON response (standard envelope with credits info).
- Map the fields into your product or workflow.
Request & response
Requestcurl "https://api.infyner.com/v1/gst/27AAACT2727Q1ZW" \
-H "Authorization: Bearer pk_test_xxxxxxxx"
Response (sample){
"success": true,
"data": {
"gstin": "27AAACT2727Q1ZW", "status": "Active", "state": "Maharashtra", "pan": "AAACT2727Q",
"filings": [ { "financial_year": "2023-24", "date_of_filing": "2024-09-30", "status": "Filed" } ]
}
}
Where it's used
- Vendor / supplier GST verification
- Invoice and tax validation
- GST compliance monitoring
- Onboarding checks
Frequently asked questions
What does the GST Details API return?
For a GSTIN, it returns the registration status, state, linked PAN and the filing history from our GST data.
Related APIs
Company Search API
Search Indian companies by name or CIN and get the top matching companies with their CIN.
Company CIN Lookup API
Get a company's core details from its CIN in real time - name, status, incorporation, registered office and ROC.
Company Profile API
Full company profile in one call - identity, capital, current and past directors, and registered charges.
Start building in minutes
Generate a free test key, call the sandbox, and go live when you're ready.
Get API access