Embed ORSF on your site
Promote ORSF on your other websites or projects. Three formats: iframe banner (richest), SVG badge (smallest), or just a text link. All free, no registration, CC-BY 4.0 — just copy & paste.
1. Iframe banner
Most flexible — full control over theme, size, and live stats from our /v1/stats/summary endpoint. Works in any HTML page.
Default (light, medium)
<iframe
src="https://orsf.sk/embed/banner"
width="320"
height="80"
frameborder="0"
scrolling="no"
loading="lazy"
title="Powered by ORSF"
></iframe>Dark theme + live stats + large
<iframe
src="https://orsf.sk/embed/banner?theme=dark&stats=true&size=lg"
width="380"
height="100"
frameborder="0"
scrolling="no"
loading="lazy"
title="Powered by ORSF"
></iframe>Query parameters
| Param | Values | Default | Description |
|---|---|---|---|
theme | light / dark | light | Color scheme |
size | sm / md / lg | md | Compact, default, or hero |
stats | true / false | false | Show live company count + filings |
lang | en / sk | en | Banner copy language |
2. SVG badge
Tiny, fast, immutable — perfect for footers, READMEs, GitHub repos. Like shields.io style but ORSF-themed. No JS, no iframe.
Default
<a href="https://orsf.sk" target="_blank" rel="noopener">
<img src="https://orsf.sk/badge.svg" alt="Powered by ORSF" />
</a>Custom label + value + dark
<img src="https://orsf.sk/badge.svg?label=open+data&value=ORSF&theme=dark" alt="ORSF" />Markdown (for READMEs)
[](https://orsf.sk)SVG query parameters
| Param | Default | Description |
|---|---|---|
label | data | Left text (max 30 chars) |
value | ORSF.sk | Right text (max 30 chars) |
theme | light | light / dark |
3. Plain text link
Just a hyperlink. Use this for terms-of-service pages, content footers, or sources lists.
Data via ORSF — Open Register of Slovak Companies (CC-BY 4.0)
Data via <a href="https://orsf.sk">ORSF — Open Register of Slovak Companies</a> (CC-BY 4.0)Attribution & license
ORSF data is published under the Creative Commons Attribution 4.0 license. When using data (not just the embed badge), please credit ORSF and the original source register (RPO / RUZ / ORSR / FS_DPH / etc.).
Embed widgets above already carry attribution links — no further action needed for typical "powered by" usage.