Skip to content
APISeeker
GET/v1/gstin/{gstin}

Verify GSTIN

Validate a GSTIN and return registration details.

Part of GSTIN Verification API· Rate limits: Plan-based

Parameters

NameInTypeRequiredDescription
gstinpathstringYes15-character GSTIN
X-API-KeyheaderstringYesYour API Seeker key

Code examples

cURL
curl -s "https://gstchk.apiseeker.com/v1/gstin/29ABCDE1234F1Z5" \
  -H "X-API-Key: YOUR_API_KEY"

Response

JSON
{
  "gstin": "29ABCDE1234F1Z5",
  "valid": true,
  "legalName": "Example Private Limited",
  "tradeName": "Example",
  "status": "Active",
  "stateCode": "29"
}

Errors

  • 400Invalid GSTIN format
  • 401Missing or invalid API key
  • 404GSTIN not found
  • 429Rate limit exceeded

Try this endpoint

API Playground

GSTIN Verification API

Try it
GETgstchk.apiseeker.com
https://gstchk.apiseeker.com/v1/gstin/29ABCDE1234F1Z5
Status: Latency:

Response headers

Send a request to see headers.

Response body

Response will appear here.

Generated snippets

cURL
curl -s "https://gstchk.apiseeker.com/v1/gstin/29ABCDE1234F1Z5" \
  -H "X-API-Key: YOUR_API_KEY"