© Felix Rome / Mara Predator Conservation Program
INVENTA
The INVENTA Application Programming Interface (API) provides read access to wildlife telemetry data, including positions, activities, mortality events, and related information. It is designed for integration with external applications, systems, and workflows for advanced data processing.
Key Features:
- Read wildlife telemetry data (positions, activities, mortalities, and events).
- Access collar and trap metadata.
- Designed for flexible integration into custom applications and business workflows.
- Access telemetry data in a structured and machine-readable format.
- Ideal for custom applications that periodically retrieve data, whether manually or automatically.
To access the INVENTA API, you require an INVENTA API key.
Note: Always include your API key in the HTTP header x-api-key.
Example:
1 GET /v1/collars
2 Host: https://api.inventa.vectronic-wildlife.com
3 x-api-key: <api-key>
For a detailed description of the API endpoints, please visit the Swagger API documentation.
Good to know:
- If you are interested in an INVENTA API based ready-to-use software solution, check out our INVENTA Python Client.
