conversion_path

Converter Bundle

🔑 API Keys Management

Manage API keys for external services and your backend

â„šī¸

Your API keys are stored securely in your browser.

Keys are encrypted and never sent to our servers. You can use your own API keys from external providers for live data.

💱 Currency Exchange APIs

Get live exchange rates for currency conversion

💱

ExchangeRate-API

Real-time currency exchange rates

âšĒ Not Configured
💱

Fixer.io

Foreign exchange rates and currency conversion

âšĒ Not Configured

🕐 Timezone & Date APIs

Enhanced timezone data and conversions

🕐

TimeZoneDB

Timezone data with historical DST information

âšĒ Not Configured

⚡ Custom Backend API

Connect to your own FastAPI or backend service

⚡

Your Custom API

Connect to your own backend service

âšĒ Not Configured

FastAPI Integration Example:

# Python FastAPI Backend
@app.get("/api/health")
async def health_check(api_key: str = Header(None)):
    if api_key != YOUR_SECRET_KEY:
        raise HTTPException(401, "Unauthorized")
    return {"status": "ok"}

🔐 Security Best Practices

🔒

Encrypted Storage

API keys are encrypted with Base64 encoding before storage in your browser's localStorage.

🌐

Local Only

Your API keys never leave your browser. They're not sent to our servers or any third parties.

🔄

Rotate Keys

Regularly rotate your API keys and delete unused ones to maintain security.

âš ī¸

Free Tiers

Start with free tier API keys. Monitor usage to avoid unexpected charges.

history Recent API Activity

📊

No API activity yet