Skip to content

Free self-hosted Translation API using Google Translator/Puppeteer. Only to be used for private/educational purposes.

Notifications You must be signed in to change notification settings

Pexeus/Translation-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

This API endpoint allows users to translate text from one language to another sequentially using a translation queue.

Endpoint

GET /translate/:from/:to/:text

Parameters

  • from: The source language code.

  • to: The target language code.

  • text: The text to be translated.

Example

  • Request: http://localhost/translate/en/fr/hello this is a test
  • Response: Bonjour c'est un test

About

Free self-hosted Translation API using Google Translator/Puppeteer. Only to be used for private/educational purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published