Universal Embed
Works everywhere images are supported - from landing pages to newsletters, and GitHub.
Create badges that display live GitHub stars for your websites, landing pages, online stores, and applications.
Get your live badges in 3 simple steps
Sign in and generate an API key for badges usage.
Use our visual editor to create custom badges with themes, colors, and styles.
Live Preview
Copy the API endpoint and make authenticated requests from your backend.
https://getbadge.io/api/v1/badge?id={badgeId}&label={dynamicLabel}&value={dynamicValue}
// Define your badge parameters
const label = encodeURIComponent('📦 Orders');
const value = encodeURIComponent('2,847');
// Build URL with proper encoding
const badgeUrl = `https://getbadge.io/api/v1/badge?id=123&label=${label}&value=${value}`;
// Make authenticated request
const response = await fetch(badgeUrl, {
headers: {
'x-api-key': 'YOUR_API_KEY'
}
});
const svg = await response.text();
Embed live data badges anywhere with our fast, reliable API
Works everywhere images are supported - from landing pages to newsletters, and GitHub.
Pure image URLs that work anywhere - websites, READMEs, emails, and apps.
Customize themes, colors, and styling to match your brand perfectly.
Display any metrics or numbers from your applications and services.