Skip to main content

API Logo Credit

If you are using the standard API that requires you to display IDkollens logo on your page, use the example and code below. Premium API does not require IDkollen credits on your page.

The credit logo must be 180px wide and is available for both light and dark background.

Example:

loginImage

Code for light background:

<a href="https://idkollen.se/rest_api/" target="_blank"><img src="https://idk-clients-prod.s3-eu-north-1.amazonaws.com/logo/poweredby_pos_horizontal.svg" style="width: 180px; height: auto; margin: 15px;"></a>

Code for dark background:

<a href="https://idkollen.se/rest_api/" target="_blank"><img src="https://idk-clients-prod.s3-eu-north-1.amazonaws.com/logo/poweredby_neg_horizontal.svg" style="width: 180px; height: auto; margin: 15px;"></a>