← Back to STIR

⬡ STIR WIDGET & API

Embed STIR ratings on your website or integrate via API. Free to use with attribution.

EMBEDDABLE BADGE

Add one line of HTML to display the STIR rating for any token on your site.

<script src="https://stir-agency.netlify.app/widget.js" data-token="BTC" data-size="medium" data-theme="dark"></script>
LIVE PREVIEW
BTC
ETH
ALGO

Parameters: data-token (required) · data-size: small/medium/large · data-theme: dark/light

JSON API

Access STIR scores programmatically. No API key required for basic use.

GET /.netlify/functions/api?token=BTC
Basic: returns grade + score
GET /.netlify/functions/api?token=ETH&format=full
Full: returns all 9 criteria + embed code
GET /.netlify/functions/api?token=all
All tokens sorted by score
{ "ticker": "BTC", "grade": "AA", "score": 86, "source": "STIR Agency", "updated": "2026-07-13T..." }

Pro API with higher rate limits and webhooks → contact us

ATTRIBUTION

Free use requires visible attribution to STIR Agency with a link to stir-agency.netlify.app. The widget includes attribution automatically. For commercial use without attribution, contact us for a pro license.