Why Choose Our Service
Everything you need for seamless GST verification integrated into your workflow
Real-time Data
Live data directly from the official GST portal. Always accurate and up-to-date information.
Secure & Private
Your queries are encrypted and never stored. Complete privacy for your business data.
Developer Friendly
Simple REST API with detailed documentation. Integrate in minutes with any platform.
Complete Details
Get business name, registration date, status, address, and nature of business activities.
Simple API Integration
Integrate GST verification into your application with just a few lines of code. Works directly with any programming language or framework.
Get Captcha
Fetch captcha image and session ID from our API
Solve Captcha
Display to user or use OCR service for automation
Verify GSTIN
Submit details and receive complete company information
// Step 1: Get captcha
const captcha = await fetch('https://gst.india-location-hub.in/api/v1/getCaptcha');
const { sessionId, image } = await captcha.json();
// Step 2: Display captcha & get user input
captchaImg.src = image;
// Step 3: Verify GST number
const result = await fetch('https://gst.india-location-hub.in/api/v1/getGSTDetails', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
sessionId,
GSTIN: '27AABCU9603R1ZM',
captcha: userInput
})
});
const company = await result.json();
console.log(company.lgnm); // Legal Name
console.log(company.tradeNam); // Trade Name
Ideal For
Suitable for businesses of all sizes needing GST verification
E-commerce Platforms
Verify seller GST numbers before onboarding to ensure compliance and build trust.
Accounting Software
Auto-fill vendor details and validate GST numbers for smooth invoicing workflows.
Fintech & Banking
KYC verification and business validation for loan applications and payments.
Frequently Asked Questions
Common questions about our GST Verification API
Ready to Get Started?
Start verifying GST numbers in minutes. No signup required for basic usage.