Free APIKnowledgeNo key
Lingva Translate
A free, key-less, privacy-friendly front-end to Google Translate quality via a single GET URL.
Lingva Translate is an open-source proxy that surfaces Google Translate results through a clean public API with no trackers, ads, or API key. Translation is a single GET to /api/v1/{source}/{target}/{text} (use 'auto' as source for detection), and /api/v1/languages lists supported codes. Because it proxies Google, output quality is materially better than self-hosted open MT, making it a strong free option for a skill that needs decent translation with zero setup. It is self-hostable too if you want your own instance.
Free tier
Free, open-source (AGPL-3.0). Public instances are community-run at no cost; self-hostable.Rate limits
Not published. Public instances are best-effort and may rate-limit or go down under heavy use; self-host for reliability.Auth
No keyBase URL
https://lingva.mlWhat you'd build with it
- Higher-quality free translation (Google-backed) inside a Claude Skill
- Auto-detect-and-translate in one GET using source 'auto'
- Privacy-respecting translation with no logging or API key
- Self-host a personal translation endpoint for an automation
Key endpoints
- GET
/api/v1/{source}/{target}/{query}Translate URL-encoded {query} from {source} to {target}; use 'auto' as source to auto-detect. - GET
/api/v1/languagesList supported language codes and names (includes 'auto').
Members
Members get the runnable recipe
Sign in free to copy the example request, see a sample response, and read the gotchas.
Tags
translationgoogle-translateprivacyno-keyproxy