Google Cloud Translation API website screenshot

Google Cloud Translation API

The Google Cloud Translation API provides programmatic access to Google's neural machine translation technology. It enables developers to dynamically translate text between thousands of language pairs, detect the source language of text, and retrieve lists of supported languages. The API supports both basic (v2) and advanced (v3) translation capabilities including batch translation, custom models, glossaries, and adaptive translation.

1 APIs 0 Features
Google CloudInternationalizationLanguage DetectionLocalizationMachine TranslationNatural Language ProcessingTranslation

APIs

Google Cloud Translation API

REST API for translating text between languages, detecting source languages, and listing supported languages using Google's neural machine translation models.

Collections

Pricing Plans

Rate Limits

Google Translate Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Google Translate Context

2 classes · 8 properties

JSON-LD

Resources

🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
🔗
Documentation
Documentation
🔑
Authentication
Authentication
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🟢
StatusPage
StatusPage
💬
Support
Support
🔗
JSONLD
JSONLD

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Cloud Translation API
  version: 3.0.0
items:
- info:
    name: Translations
    type: folder
  items:
  - info:
      name: Google Cloud Translation API Translate Text
      type: http
    http:
      method: POST
      url: https://translation.googleapis.com/language/translate/v2
      params:
      - name: key
        value: ''
        type: query
        description: API key for authentication
      body:
        type: json
        data: '{}'
    docs: Translates input text from one language to another.
- info:
    name: Detections
    type: folder
  items:
  - info:
      name: Google Cloud Translation API Detect Language
      type: http
    http:
      method: POST
      url: https://translation.googleapis.com/language/translate/v2/detect
      params:
      - name: key
        value: ''
        type: query
        description: API key for authentication
      body:
        type: json
        data: '{}'
    docs: Detects the language of the provided text.
- info:
    name: Languages
    type: folder
  items:
  - info:
      name: Google Cloud Translation API List Supported Languages
      type: http
    http:
      method: GET
      url: https://translation.googleapis.com/language/translate/v2/languages
      params:
      - name: key
        value: ''
        type: query
        description: API key for authentication
      - name: target
        value: ''
        type: query
        description: The language to use to return localized, human readable names of supported languages.
      - name: model
        value: ''
        type: query
        description: The translation model. Can be either base for the Phrase-Based Machine Translation model, or nmt for
          the Neural Machine Translation model.
    docs: Returns a list of supported languages for translation.
bundled: true