
Cloud Translation API
Cloud Translation API
Google Cloud Translation API offers neural machine translation across 100+ languages — among the best mainstream translation services.
Industry-leading quality and language breadth
Per-character pricing — large batches add up
Enable Cloud Translation API at console.cloud.google.com; generate an API key (v2 basic) or set up OAuth (v3 advanced). POST to https://translation.googleapis.com/language/translate/v2 with q and target.
Uptime · 30-day window
About this API
Google Cloud Translation is the enterprise API form of Google Translate, sharing the same neural model. It splits into v2 (Basic) — API-key auth, character-billed — and v3 (Advanced) — OAuth auth, batch translation, glossary support, AutoML fine-tuning.
Quality is top-tier on major European and East Asian languages — translations among Chinese, Japanese, Korean, and English are reliably strong. HTML translation preserves `<p>`, `<a>`, and other tags so web localization keeps its layout. Glossary lets you keep brand names and domain terms consistent — upload a TSV of source/target pairs and reference the glossary at translate time.
Pricing is per character — about $20 per million for basic, $80 per million for AutoML models. For large batches, detect language first to skip content already in the target, or dedupe inputs. Mainland China cannot reach googleapis.com directly — deploy overseas or use a proxy.
What you can build
- 1Localize websites and app UI dynamically
- 2Translate user-generated content cross-language
- 3Route customer support tickets across languages
- 4Bulk translate documents and ecommerce listings
Strengths & limitations
Strengths
- Industry-leading quality and language breadth
- Basic v2 works with a simple API key — no OAuth
- AutoML Translation fine-tunes on domain-specific bilingual data
- HTML translation preserves tag structure
Limitations
- Per-character pricing — large batches add up
- Specialized domains (legal, medical) may need AutoML fine-tuning to reach quality bar
- googleapis.com is inaccessible from mainland China without a proxy
Example request
curl https://google.com/<endpoint> \
-H "Authorization: Bearer $API_KEY"
# Some providers use X-Api-Key instead — verify in the docs.Getting started
Enable Cloud Translation API at console.cloud.google.com; generate an API key (v2 basic) or set up OAuth (v3 advanced). POST to https://translation.googleapis.com/language/translate/v2 with q and target.
FAQ
What is the free tier?+
First 12 months: 500,000 characters/month free. Beyond that, ~$20 per million characters.
v2 vs v3?+
Pick v2 for simple use with API-key auth. Pick v3 for batch translation, glossaries, AutoML, or enterprise features.
Does it work from China?+
googleapis.com is blocked in mainland China. Use overseas deployment or a VPN.
Technical details
- Auth type
- api_key
- Pricing
- paid
- Protocols
- REST
- SDKs
- python, javascript, java, go, ruby, csharp
- Response time
- 43 ms
- Last health check
- 5/12/2026, 7:37:37 AM
Endpoints
Parsed from the OpenAPI spec. Showing 12 of 14 non-deprecated endpoints.
/v3beta1/{name}projects/v3beta1/{name}projects/v3beta1/{name}:cancelprojects/v3beta1/{name}:waitprojects/v3beta1/{name}/locationsprojects/v3beta1/{name}/operationsprojects/v3beta1/{parent}:batchTranslateDocumentprojects/v3beta1/{parent}:batchTranslateTextprojects/v3beta1/{parent}:detectLanguageprojects/v3beta1/{parent}:translateDocumentprojects/v3beta1/{parent}:translateTextprojects/v3beta1/{parent}/glossariesprojects2 more endpoints not shown. See the OpenAPI spec for the full list.
More from Google
Google Workspace Admin SDK API programmatically manages Workspace organizations — users, groups, devices, domains, audit logs, organizational units.
Retrieve AdMob accounts, apps, ad units, ad sources, and generate mediation or network reports.
Work with AdSense Host accounts, ad clients, ad units, reports, and ad code generation from one API surface.
Programmatically manage Apigee organizations, API proxy deployments, attributes, certificates, and hybrid operations.
Google BigQuery API is the REST interface to GCP's flagship data warehouse — execute SQL queries, manage datasets/tables, stream inserts, and use built-in ML.
Control Binary Authorization attestors and policy checks for container images deployed to GKE and Anthos.
Fetch Business Profile location metrics, daily time series, and monthly search keyword impressions.
Google Calendar API lets apps create, read, and update calendar events programmatically — the go-to integration for scheduling apps.