Skip to content

Get your NIMBO API token

Create a NIMBO account, copy your API token, and use it to access NIMBO basemaps from a GIS, web application, or mapping service.

Open NIMBO Earth Online

  1. Open NIMBO Earth Online

    Select Connexion in the top-right corner.

    NIMBO Earth Online interface with the Connexion button highlighted in the top-right corner.

  2. Create an account or sign in

    Select Free sign up to create an account, or Sign in if you already have one.

    NIMBO account panel with the Sign in and Free sign up options.

  3. Open your dashboard and copy the API token

    Once signed in, open your Dashboard.

    NIMBO account navigation with the Dashboard entry highlighted.

    In the Web services section, copy the value displayed in the API field.

    NIMBO dashboard showing the API token field in the Web services section.

Add the kermap_token query parameter to your NIMBO service URL:

?kermap_token=<YOUR_TOKEN>

Replace <YOUR_TOKEN> with the complete value copied from your dashboard, without the angle brackets.

When the URL already contains a ? query string, append the token with & instead:

&kermap_token=<YOUR_TOKEN>

Before configuring a GIS or application, test your token with the WMTS GetCapabilities endpoint:

https://prod-data.nimbo.earth/mapcache/wmts/1.0.0/WMTSCapabilities.xml?kermap_token=<YOUR_TOKEN>

Open the completed URL in a browser. A successful request returns an XML document describing the available WMTS layers.

This is the simplest authentication test because it does not require selecting tile coordinates.

https://prod-data.nimbo.earth/mapcache/tms/1.0.0/{LAYER}/{z}/{x}/{y}.png?kermap_token=<YOUR_TOKEN>

The layer name, available products, and tile-coordinate configuration depend on your integration.

View the TMS URL format and parameters

https://prod-data.nimbo.earth/mapcache/wms/1.0.0?kermap_token=<YOUR_TOKEN>

View the WMS URL format and parameters

https://prod-data.nimbo.earth/mapcache/wmts/1.0.0/WMTSCapabilities.xml?kermap_token=<YOUR_TOKEN>

View the WMTS URL format and parameters

  • Keep the token in server-side configuration or a secrets manager.
  • Never commit it to Git or include it in public documentation.
  • Regenerate it if it has been exposed or shared with someone who should no longer have access.
  • Treat exported QGIS projects and configuration files containing the token as sensitive files.
ProblemWhat to check
401 Unauthorized or 403 ForbiddenCheck that the complete token is present and that the account can access the requested service or product.
WMTS capabilities work, but tiles do not loadCheck the layer name, date, tile coordinates, and TMS or XYZ configuration used by your client.
Requests worked and then stoppedCheck the remaining GeoCredits and subscription status in your dashboard.
A token was exposed publiclyRegenerate the token in your dashboard and update every application that uses it.
A public web application reveals the tokenThis is expected with direct browser requests. Use a backend proxy or discuss a production integration with NIMBO.

Add NIMBO to QGIS

Use NIMBO with MapLibre

Discuss a production integration