Authentication

Log in to see your API keys
API KeyLabelLast 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️⃣ Get an API Key by signing up

  • To create an API key, simply sign up, and you'll automatically get one.

2️⃣ Log in to start testing

Once you log in, you will see your API key populated in 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> '

Credentials
Click Try It! to start a request and see the response here!