Apart from the API mentioned in this page, we also provide bulk export of GSTIN data based on filters specified by you. If you have such requirement contact us at adarsh[at]madrecha.com. Pricing is 2 Rs per GSTIN. Minimum invoice amount - 50,000 INR.
We provide free API to access all the Information about the GST Number (aka GSTIN). To use the API, signup for a free account at rapidapi.com. Generate a free API key (x-rapidapi-key) and pass it as header to the below URL.
Rapid API KEY
Rapid API KEY
to the API URL to get all the details https://gst-return-status.p.rapidapi.com/free/gstin/YOURGSTIN
content-type: 'application/json' x-rapidapi-key: 'YOUR Rapid API KEY' x-rapidapi-host: 'gst-return-status.p.rapidapi.com'
{ "data": { "dty": "Regular", "hsn": [ "997331", "998314" ], "lgnm": "MADRECHA SOLUTIONS PRIVATE LIMITED", "pan": "AAJCM9929L", "sts": "Active", "tradeName": "MADRECHA SOLUTIONS PRIVATE LIMITED", "compCategory": "Green", "gstin": "27AAJCM9929L1ZM", "mandatedeInvoice": "No", "ctb": "Private Limited Company", "rgdt": "10/08/2020", "adr": "Ground Floor, 92, Sun view, Mahatma Phule Naka, Savarkar Nagar, Thane, Maharashtra, 400606", "meta": { "syncMasterDate": "2022-10-11", "syncReturnDate": "2022-10-16" }, "fillingFreq": { "2022_Q1": "M", "2022_Q2": "M", "2022_Q3": "M", "2022_Q4": "M", "2021_Q1": "M", "2021_Q2": "M", "2021_Q3": "M", "2021_Q4": "M" }, "returns": [ { "fy": "2022-2023", "dof": "08/10/2022", "rtntype": "GSTR1", "taxp": "September" }, { "fy": "2022-2023", "dof": "11/09/2022", "rtntype": "GSTR1", "taxp": "August" }, { "fy": "2022-2023", "dof": "10/08/2022", "rtntype": "GSTR1", "taxp": "July" }, { "fy": "2022-2023", "dof": "11/07/2022", "rtntype": "GSTR1", "taxp": "June" } ] }, "success": true }
The response contains 2 keys
data
(Object): This is the main response. See below for more details success
(Boolean): If the API was sucessful, it will be true
data
contains these keys:
compCategory
(String): (Beta) Compliance Category based on GSTR1 Filling date. Example: Green, Yellow, Redlgnm
(String): Legal NametradeName
(String): Trade Namedty
(String): Registration Type Example: Regular, Compositionsts
(String): Status of GST Number Example: Active, Cancelledpan
(String): PAN ie. Permanent Account Number used by Income Taxrgdt
(Date in String): Date of Registrationcxdt
(Date in String | Null): Date of Cancellation (in case the GSTIN is cancelled). null/empty string if it's not cancelled.ctb
(String): Legal Status of the Dealeradr
(String): Dealer's Main Address. It is also reffered as principal place of business.pincode
(String): Pin codectj
(String): Central Jurisdictionstj
(String): State JurisdictionaggreTurnOver
(String): Slab in which the Aggregate Turnover of the GSTIN falls.aggreTurnOverFY
(String): Financial Year for which the Aggregate Turnover of the GSTIN is shown returns
(Array of Object): Latest 20 GST Returns filled.fillingFreq
(Object): GST Return filing periodicityhsn
(Array of String): HSN/SAC Code for which the dealer had obtained GST registration.meta
(Object): Details about when the data was fetched from GST portal. See below for more details.nba
(Array of String): Nature of Businessdata.meta
contains 4 keys
latestgtsr1
(String): Period for which the latest GSTR1 is filledlatestgtsr3b
(String): Period for which the latest GSTR3B is filledlatestgtsr3b
(Date as String in YYYY-MM-DD format): The GSTIN Profile was fetched on this date latestgtsr3b
(Date as String in YYYY-MM-DD format): The GSTIN Return list was fetched on this dateTo keep our servers running reliably for all our users, there are following rate limits in the free account:
We strive for a Latency of less than 300ms (Miliseconds). This is possible because we use very fast No SQL Database to serve all the requests. If the data is stale, we will get the details from GSP & GST Portal. In that case, if GSP or GST portal response times are high, the Latency can in the range of 5 to 6 seconds. In a rare scenario where GSP or the GST portal takes more then 7 seconds to respond, we serve the stale data from database.
To view the current (almost live) average latency, check out API Listing page at rapidapi.com
Looking for support and invoicing for GST API? check out https://portal.jamku.app/pricing#gstparty