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:
Code for light background:
<a href="https://idkollen.se/rest_api/" target="_blank"><img src="https://idkollen.se/wp-content/uploads/2024/04/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://idkollen.se/wp-content/uploads/2024/04/poweredby_neg_horizontal.svg" style="width: 180px; height: auto; margin: 15px;"></a>