Integrate comprehensive trade intelligence directly into your applications with our powerful RESTful API. Access real-time data, analytics, and insights programmatically.
Sub-100ms response times with global CDN distribution
99.99% uptime SLA with enterprise-grade security
Access data from 200+ countries in real-time
Comprehensive docs with examples in multiple languages
Get started quickly with code examples in your favorite language
curl -X POST https://api.tradeintelligence.com/v1/auth/token \
-H "Content-Type: application/json" \
-d '{
"api_key": "your_api_key",
"api_secret": "your_api_secret"
}'Comprehensive API endpoints for all your trade data needs
| Method | Endpoint | Description | Category |
|---|---|---|---|
| POST | /v1/auth/token | Authenticate and get access token | Authentication |
| GET | /v1/trades/search | Search trade records with filters | Trade Data |
| GET | /v1/trades/{id} | Get specific trade record details | Trade Data |
| GET | /v1/companies/search | Search for companies | Companies |
| GET | /v1/companies/{id} | Get company profile and trade history | Companies |
| GET | /v1/products/search | Search products by HS code or description | Products |
| GET | /v1/analytics/trends | Get trade trends and analytics | Analytics |
| GET | /v1/analytics/forecast | Get AI-powered trade forecasts | Analytics |
Get your API key and start integrating trade intelligence into your applications