Skip to content

Badges & Shields

Badges

With our assets, we e.g. provide badges that can be used to link to an app in the IzzyOnDroid repo – similar to the badges provided by e.g. F-Droid and Google Play Store. For example:

Get it at IzzyOnDroid

[<img src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroidButtonGreyBorder_nofont.png" height="80" alt="Get it at IzzyOnDroid">](https://apt.izzysoft.de/packages/me.hackerchick.catima)

Pick your choice out of our collection: with gray border and spacing (the very first in the list over there) fits best next to the official badges by F-Droid or PlayStore, but your preferences might vary – so we have badges with or without the spacing, even with or without the gray outline.

Shields

Shields we have for different purposes and in different styles. Most of them are based on shields.io. And the most common case is you want to show which is the latest version of a given app at IzzyOnDroid:

IzzyOnDroid IzzyOnDroid

https://img.shields.io/endpoint?url=https://apt.izzysoft.de/fdroid/api/v1/shield/<packageName>&label=IzzyOnDroid
https://img.shields.io/endpoint?url=https://apt.izzysoft.de/fdroid/api/v1/shield/<packageName>&label=IzzyOnDroid&style=for-the-badge

for more parameters of this shield, please refer to the documentation of our shields API.

Next ones would probably be… the download count?

IzzyOnDroid Yearly Downloads IzzyOnDroid Yearly Downloads

[![IzzyOnDroid Yearly Downloads](https://img.shields.io/badge/dynamic/json?url=https://dlstats.izzyondroid.org/iod-stats-collector/stats/basic/yearly/rolling.json&query=$.['<packageName>']&label=IzzyOnDroid%20yearly%20downloads)](https://apt.izzysoft.de/packages/<packageName>)

And last but not least, one to show the latest known RB status:

RB Status

[![RB Status](https://shields.rbtlog.dev/simple/<packageName>?style=for-the-badge)](https://shields.rbtlog.dev/me.hackerchick.catima)