An asynchronous Python client for accessing TomTom APIs with full type support.
Easily integrate TomTom's services into your Python application using this client, and enjoy enhanced type safety and autocomplete support.
For more details about the APIs, visit the TomTom Developer Portal, where you can sign up and get your API key.
The following section outlines the APIs currently supported by this client.
API | Notes |
---|---|
Autostream | Not implemented |
Fuel Prices API | |
Parking Availability API |
API | Notes |
---|---|
Map Display API | WMS , WMTS , Map Styles and Map Styles v2 have not been implemented |
API | Notes |
---|---|
Batch Search API | |
EV Search API | |
Geocoding API | |
Premium Geocoding API | |
Reverse Geocoding API | |
Search API |
API | Notes |
---|---|
Long Distance EV Routing API | |
Matrix Routing v2 API | Not implemented |
Routing API | |
Waypoint Optimization API |
API | Notes |
---|---|
Geofencing API | Not implemented |
Location History API | Not implemented |
Notifications API | Not implemented |
Snap to Roads API | Not implemented |
API | Notes |
---|---|
Intermediate Traffic API | Not implemented |
Junction Analytics API | Not implemented |
O/D Analytics API | Not implemented |
Route Monitoring API | Not implemented |
Traffic API | Map Styles and Map Styles v2 have not been implemented |
Traffic Stats API | Not implemented |
You can install this package via your favorite package manager. For example, using pip:
pip install tomtom-apis
You can find usage examples in the examples directory.
Your contributions are welcome! Please familiarize yourself with the contribution guidelines. This document also helps you set up your development environment.
Thank you for your interest in the TomTom API Python client! If you have any questions or need further assistance, feel free to open an issue or submit a pull request.