Home - Implan-Group/api GitHub Wiki
IMPLAN Impact API
IMPLAN provides a REST API that includes most of the functionality of Implan.com. These documents describe the format, function, and use of the API.
This document assumes a working knowledge of IMPLAN Cloud and its workflow.
🔗Links
- https://support.implan.com
- Glossary of economic terms.
API Endpoint Details
The API is available at [https://api.implan.com/], all endpoints are listed in these documents as relative paths from this root.
❗Rate Limits
Submitting too many authorization requests in a short period time runs the risk of a temporary ban. Please follow the guidelines in Authentication to avoid triggering this.
Some endpoints have rate limits to ensure smooth operation for all customers. Submitting more than the indicated number of requests may result in 429 Too Many Requests
response -- continued API requests may result in a temporary ban.
Endpoints | Max Requests |
---|---|
Industry Codes | 10 / min |
Data Sets | 10 / min |
Region Models | 5 / min |
Instant Impact | 5 / second |
Batch | 6 / min |
There is also a maximum number of 2,500 Events per any type of Request.
Postman Collection
Accompanying this Impact API Wiki is a Postman collection containing all the endpoints listed here.
It is available to download HERE.