GST Verification API
Use our GST verification API to access all companies GST Details.
GRAND
inclusive of 18% gst
- Validity - 365 Days
- 10,000 API Request
- Just 1.5/ Per Request
inclusive of 18% gst
PREMIUM
inclusive of 18% gst
- Validity - 365 Days
- 25,000 API Request
- Just 1.8/ Per Request
inclusive of 18% gst
ULTIMATE
inclusive of 18% gst
- Validity - 365 Days
- 50,000 API Request
- Just 1/ Per Request
inclusive of 18% gst
SUPREME
inclusive of 18% gst
- Validity - 365 Days
- 1,00,000 API Request
- Just 0.9/ Per Request
inclusive of 18% gst
API Capabilities
Company master data using DIN
Company name and legal status
Incorporate Date
Company category and class
Authorized and paid-up capital
Company activity and industry type
API Documentation
$curl = curl_init(); curl_setopt_array($curl, [ CURLOPT_URL => "https://www.falconebiz.com/api/company_details", CURLOPT_RETURNTRANSFER => true, CURLOPT_TIMEOUT => 30, CURLOPT_CUSTOMREQUEST => "GET", CURLOPT_HTTPHEADER => [ "Content-Type: application/json", "Authorization: YOUR-API-KEY", "Company: CIN OR LLPIN", "Domain: YOUR DOMAIN" ], ]); $response = curl_exec($curl); $err = curl_error($curl); curl_close($curl); if($err) { echo "CURL Error #".$err; } else { echo $response; }
{ "status": "success", "data": { "gstin": "27ABCDE1234F1Z5", "legal_name": "Example Company Private Limited", "trade_name": "Example Co", "registration_type": "Regular", "nature_of_business": "Manufacturing", "registration_date": "2023-01-15", "status": "Active", "address": { "building_name": "Business Park", "street": "Main Street", "location": "Mumbai", "district": "Mumbai", "state": "Maharashtra", "pincode": "400001" }, "taxpayer_type": "Regular", "center_jurisdiction": "MUMBAI", "state_jurisdiction": "MUMBAI" } }
API Usage Notes
- Each request is authenticated using an API key
- Rate limits vary based on the selected plan
- All responses are returned in JSON format
- IP whitelisting available for enterprise customers
- API usage logs are available in the dashboard