GST number search and verify API 💻
发布时间:2026-09-15 | 浏览:3
We provide easy to use API to retrieve details of any GST number. You need to signup and generate your API key by visiting developer homepage. Every account comes with a trial period and 50 API calls. You can try for free and then recharge your account. Everything is online and it takes less than 10 seconds to sign up and create your API Key.
WE ARE BEST OPTION FOR GSTIN APIs
We have made it simple. Really simple. No documents required. No offline process. Just signup and start using online. Example for various languages available.
No papers required. No mails. A straight forward solution. Login, use free trial and once satisfied start implementing in your software or application for unlimited API calls.
No matter how many GST numbers you are trying to verify. We do not charge you heavy, all plans come with unlimited calls. You don't have to worry about price flactuation.
We made this tool for making things simple and easy. API plans are available at very affordable rates. Our plans starts with Rs. 2500. No hidden charges, No T&C.
What is GST Verfication API? GSTN has provided various APIs (application program interface) to GSP (GST Suvidha Providers) and one of these is GST number verification API. Using this API one can verify a GST number.
What is GST Verfication API?
What details we get with API response? You will get details such as Trade name, Legal name, Address, Department codes of Tax Payer. For exact JSON response check response code in right side of page.
What details we get with API response?
GST Search API is free or paid? We provide trial account for 2 days with 50 API calls. APIs are chargeable, however KnowYourGST was started with an aim to provide useful tools to community, we have released APIs with no restrictions at fixed prices. Our pricing is simple and straight forward. Login and access your developer homepage for pricing details.
GST Search API is free or paid?
Sample API request (Python) import requests url = "https://www.knowyourgst.com/developers/gstincall/" querystring = {"gstin":" GST-Number "} headers = { 'passthrough': " API_KEY ", } response = requests.request("GET", url, headers=headers, params=querystring) print(response.text)
Sample API request (Python)
Sample JSON response { "status": "Active", "registration-date": "02/07/2017", "business": "Factory / Manufacturing", "adress": { "lg": "", "bname": "", "street": "Thycaud", "bno": "Office of the Divl.Raly.Manager", "location": "Trivandrum", "lt": "", "floor": "2nd Floor", "state": "Kerala", "pincode": "695014" }, "gstin": "32AAAGM0289C1ZS", "dealer-type": "Regular", "trade-name": "INDIAN RAILWAYS", "entity-type": "Government Department", "pan": "AAAGM0289C", "legal-name": "Ministry of Railways" }
Sample JSON response
Not a member? Register
Sign in with google