Beta v0.2. We process publicly available data from official Slovak state registers only. PrivacyObject / eraseContact
Embed

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)

htmlHTML snippet
<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

htmlHTML snippet
<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

ParamValuesDefaultDescription
themelight / darklightColor scheme
sizesm / md / lgmdCompact, default, or hero
statstrue / falsefalseShow live company count + filings
langen / skenBanner 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

Powered by ORSF

htmlHTML snippet
<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

ORSF

htmlHTML snippet
<img src="https://orsf.sk/badge.svg?label=open+data&value=ORSF&theme=dark" alt="ORSF" />

Markdown (for READMEs)

markdownMarkdown
[![Powered by ORSF](https://orsf.sk/badge.svg)](https://orsf.sk)

SVG query parameters

ParamDefaultDescription
labeldataLeft text (max 30 chars)
valueORSF.skRight text (max 30 chars)
themelightlight / 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)

htmlHTML snippet
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.

Questions, feature requests, custom embeds: [email protected].