Quick setup guide
Integrate smart, EV-specific routing into products built for electricvehicle drivers using the Chargetrip API. This API gives developersaccess to the same powerful EV routing engine that is already used andtrusted by vehicle manufacturers and e-mobility services around theworld. Our API and documentation are always current to the lateststable version, and fully backward compatible. For new features and bugfixes, see therelease notes.
Integration
To start integrating the Chargetrip API read ourgetting startedguide. Having generated the API keys, proceed by copyingthe base URL.
API Reference / Integration / Base URL
- 01
https://api.chargetrip.io/graphql
Subscriptions
Subscriptions can be implemented by using the graphql-ws orgraphql-transport-ws protocol. It is recommended to use the newergraphql-transport-ws protocol. Learn how to use websockets in detail overhere.
The graphql-ws protocol uses the following url:
API Reference / Subscriptions / Graphql-WS
- 01
wss://api.chargetrip.io/graphql
The graphql-transport-ws uses:
API Reference / Subscriptions / graphql-transport-ws
- 01
wss://api.chargetrip.io/subscription
Who is this API for?
All vehicle manufacturers, charge point operators, utility providers,and fleet operators, need EV-specific routing to remove adoption barriers,improve the electric driving and charging experience, and optimizetheir operation. Integrating the Chargetrip API into an end-user application,in-vehicle product or telematics dashboard will give instant access tointelligent route computations for electric vehicles and electric fleets.
Turn-by-turn navigation
Chargetrip provides directions to build in app turn-by-turn navigation.
View reference