New v2.0 Released

Google Translate v2 Compatible API

Use the same v2 endpoint shape, with caching, idempotency, HTML support, and usage-based billing on input characters.

No credit card required
500K free characters (30 days)
api.langbly.com/language/translate/v2
Request ExampleExample
POST /language/translate/v2~15s timeout
curl -X POST "https://api.langbly.com/language/translate/v2" \
-H "X-API-Key: tr_live_..." \
-d '{ "q": "Hello world.", "target": "es" }'
// Response
// Response
{
  "data": {
    "translations": [
      { "translatedText": "Hola mundo." }
    ]
  }
}
Cache TTL
7d
Request Budget
20s

Built for modern engineering teams

Everything you need to localize your app without the complexity.

Privacy-First Data Handling

No request-body storage in our database. API keys verified via Unkey. Traffic encrypted in transit (TLS).

HTML Tag Support

Translate text nodes while keeping HTML tags intact using the format=html parameter.

Auto-Language Detection

Automatic source language detection when the source parameter is omitted.

Formality Control

Fine-tune output with the optional formality parameter (formal/informal/neutral).

Reliability

Resilient by Design.

Retries + circuit breaker handle upstream issues gracefully. Redis caching reduces cost and stabilizes repeated requests. Optional fallback routing is available when configured.

  • Retries + Circuit Breaker

    Retries (up to 2 by default) and circuit breaking patterns reduce error spikes.

  • Redis Caching

    Frequently requested translations are served from cache with a 7-day TTL.

  • Idempotency-Key

    Safe client retries without accidental double-charging or duplicate work.

Reliability Signals
illustration
Uptime
N/A
P95 Latency
N/A
Cache Hit
N/A
Redis cache
Serves hot translations
Retries
Smooths transient failures
Circuit breaker
Prevents cascading failures
Circuit breaker OK
Idempotency-safe

Built for trust and compliance

EU-hosted infrastructure, GDPR-compliant by design, and powered by renewable energy.

Ready to scale your translations?

Join developers building global applications with Langbly API.

Works with our existing Google v2 client in minutes.

Alex Chen
Alex Chen
CTO at GrowthFlow