Embed & APIs
SzeneCheck stellt SVG-Badges, JSON-APIs und Atom-Feeds bereit, damit externe Sites Score-Daten, Live-Counts und Aktivitäts-Streams einbinden können. Alle Endpunkte sind CORS-offen, ohne Auth, mit klaren Cache-Headers.
SVG-Badges
320×64 px Score-Badges pro Creator. Cache 1 h + 1 d SWR + CORS offen. Live-Score, Live-Reach, Live-Avatar-Initial.
<a href="https://szenecheck.com/creator/gronkh" target="_blank" rel="noopener">
<img src="https://szenecheck.com/badge/gronkh"
alt="Gronkh auf SzeneCheck"
width="320" height="64" loading="lazy" />
</a>[](https://szenecheck.com/creator/gronkh)
curl https://szenecheck.com/api/badge/gronkh
JSON-APIs
Acht Endpunkte (stats v1.3, creators v1.1, uploads v1.1, trends v1.1, badge, changelog, health, og). Cache 5 min + 1 h SWR + CORS offen. Schema-Versionen im version-Feld.
curl https://szenecheck.com/api/stats
curl 'https://szenecheck.com/api/creators?category=politics&limit=10&slim=1'
curl 'https://szenecheck.com/api/creators?gte_subs=500000&verified=1&country=AT&slim=1'
curl 'https://szenecheck.com/api/uploads?since=24h&has_review=1>e_views=100000&slim=1'
curl 'https://szenecheck.com/api/trends?with_creators=1&min_score=70&slim=1'
curl 'https://szenecheck.com/api/trends?sort=score&min_score=70&slim=1&limit=10'
curl https://szenecheck.com/api/health
curl https://szenecheck.com/api/changelog
curl 'https://szenecheck.com/api/og?title=Mein+Creator&subtitle=Top+10+der+Woche&kind=creator' -o share.png
Atom-Feeds
RFC-4287-konforme XML-Feeds für Subscriber-Tools (RSS-Reader, IFTTT, Zapier). Auto-Discovery via <link rel="alternate"> im HTML head.
curl https://szenecheck.com/feed/uploads.xml
curl https://szenecheck.com/feed/trends.xml
curl https://szenecheck.com/feed/checks.xml
Live-Preview
Hier ein Beispiel-Badge — Gronkh, live:
Klick öffnet die Detail-Page in neuem Tab.
Anregungen oder Bug-Reports? Impressum.
