API Key | Label | Last Used | |
---|---|---|---|
🗝️ How to start testing Searoutes' APIs?
Explore our APIs seamlessly with your API key: feel free to try it out by copying the code samples in your shell, your favorite editor, or API development platform.
1️⃣ Request a trial API Key
- Submit a request to our team and we'll review it. Once approved, you will receive your API access details.
2️⃣ Log in to start testing
Once you log in, copy and paste your API key in the right panel of this page (Authentication).

The API key will remain in the Authorization Header of any documentation page, any time you are logged-in.
If you do not see it, you can copy/paste it in any of the Authorization headers of any of our API pages.

Trial key validity
Your trial API key is valid for 7 days and up to 100 calls
Avoid disclosing your API key in publicly accessible platforms or through client-side code.
Need help getting started with your API key?
If you have any questions or need help getting started with our APIs, feel free to email us at:[email protected]
Making your first call 🔍
You can make your test cURL call either through the Searoutes API Explorer, which is easiest, or through your command line if you have cURL installed.
When using the command line, your request will look like this
curl --request GET \
--url 'https://api.searoutes.com/geocoding/v2/port/hamburg' \
--header 'x-api-key: <your_api_key_here> '