Get started

The Sygic Travel API is a RESTish JSON API providing a rich set of place-data access capabilities and travel features. For a complete endpoint reference see the Sygic Travel API specification.

Get a key

To start using the Sygic Travel API you need to obtain an API key. To get a key please contact us.

The API key must be included in all API requests using the x-api-key header:

x-api-key: <your-api-key>


Test the API

Let's test whether everything works alright by searching the Eiffel Tower using the Places API:

GET https://api.sygictravelapi.com/1.0/en/places/list?query=eiffel

Don't forget to include the x-api-key header. You should get a list of places matching the search query.

What's next

If everything works as expected, you are all set to continue using the API. You can continue with the following steps: