Free
Free
- Requests
- 500
- Rate limit
- 10 req / min
- Quota type
- Stops at quota
- 500 verifications / month
- Hard rate limit
- Community support
- Docs & playground
500 verifications / mo
Validate Indian GSTIN numbers and retrieve registered business details.
Validate Indian GSTIN numbers and retrieve registered business details.
The GSTIN Verification API lets you validate a Goods and Services Tax Identification Number and return structured registration details for onboarding, KYC and compliance workflows.
Ship GSTIN checks in minutes with a versioned REST endpoint, clear error codes and a free tier for development.
APISeeker provides the gateway endpoint. The underlying service may be operated by APISeeker or an approved third-party provider.
API endpoint
RapidAPI-style subdomain host. Customers call this URL; providers can set a separate upstream later.
gstchk.apiseeker.comhttps://gstchk.apiseeker.com/v1/gstinPer-API plans — quota, rate limits and settings are separate (not shared as one blurry number).
Billed per verification
Free
Free
500 verifications / mo
Standard
₹999/mo
25,000 verifications / mo
Plus
₹4,999/mo
2,00,000 verifications / mo
Scale
₹14,999/mo
10,00,000 verifications / mo
Pricing for this API. Enterprise or custom contracts can be enabled from the admin or provider dashboard when needed.
Community rating
0.0
0 ratings
Request · 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"
}A GSTIN API accepts an Indian GST identification number and returns validation status plus registered business fields as structured JSON.
You send a GSTIN to the /v1/gstin endpoint with your API key. APISeeker validates the identifier and returns a normalized response for your application.
Typical fields include validity, legal name, trade name, registration status and address components when available from the source.
Each API has its own pricing tiers (Free → Scale) with separate monthly quota, rate limit and hard/soft limit settings. Open the Pricing tab on this page for GSTIN-specific plans.
Rate limits are per plan on this API — Free starts at 10 req/min. See the Rate limit tab for the full table. Limits are enforced by the API Gateway per key.
Yes — the API is versioned under /v1, returns predictable errors and is designed for production onboarding workflows.
Create a free key and open the playground in under a minute.
Guides
Validate Indian GSTIN numbers and retrieve registered business details.
Validate Indian GSTIN numbers and retrieve registered business details.
The GSTIN Verification API lets you validate a Goods and Services Tax Identification Number and return structured registration details for onboarding, KYC and compliance workflows.
Ship GSTIN checks in minutes with a versioned REST endpoint, clear error codes and a free tier for development.
APISeeker provides the gateway endpoint. The underlying service may be operated by APISeeker or an approved third-party provider.
API endpoint
RapidAPI-style subdomain host. Customers call this URL; providers can set a separate upstream later.
gstchk.apiseeker.comhttps://gstchk.apiseeker.com/v1/gstinPer-API plans — quota, rate limits and settings are separate (not shared as one blurry number).
Billed per verification
Free
Free
500 verifications / mo
Standard
₹999/mo
25,000 verifications / mo
Plus
₹4,999/mo
2,00,000 verifications / mo
Scale
₹14,999/mo
10,00,000 verifications / mo
Pricing for this API. Enterprise or custom contracts can be enabled from the admin or provider dashboard when needed.
Community rating
0.0
0 ratings
Request · 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"
}A GSTIN API accepts an Indian GST identification number and returns validation status plus registered business fields as structured JSON.
You send a GSTIN to the /v1/gstin endpoint with your API key. APISeeker validates the identifier and returns a normalized response for your application.
Typical fields include validity, legal name, trade name, registration status and address components when available from the source.
Each API has its own pricing tiers (Free → Scale) with separate monthly quota, rate limit and hard/soft limit settings. Open the Pricing tab on this page for GSTIN-specific plans.
Rate limits are per plan on this API — Free starts at 10 req/min. See the Rate limit tab for the full table. Limits are enforced by the API Gateway per key.
Yes — the API is versioned under /v1, returns predictable errors and is designed for production onboarding workflows.
Create a free key and open the playground in under a minute.