Skip to content

arifiios/translate_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Translate API

Created by @arifi_ios

This project provides a simple API to translate text into any language you want.

Features

  • Automatically detects the source language.
  • Translates any text into any language you want.
  • Uses Google Translate Web UI internal API.
  • Lightweight and easy to use via HTTP.

Requirements

Install the required libraries:

pip install flask requests user_agent

Example Response

{
  "status": "success",
  "Real_Text": "hello",
  "Translated_Text": "مرحبا",
  "Time": 1730000000
}

About

Free Source Of Translate Api By @arifi_ios

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages