Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

FunClip/deeplx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

6 Commits

Repository files navigation

deeplx

Free DeepL API written in Rust

Description

deeplx run in port 14869.

Request

POST /translate HTTP/1.1
Host: 127.0.0.1:14869
Content-Type: application/json
Content-Length: 79
{
 "text": "text to be translated",
 "source_lang": "auto",
 "target_lang": "ZH"
}

Response

Content-Type: application/json

{
 "code": 200,
 "msg": "error messages",
 "data": "translate result"
}

Reference

DeepLX: Permanently free DeepL API written in Golang

zu1k/deepl: DeepL Free API Docker

deepl-free-translate-service: token free unlimited use of deepl, according to the web version of JavaScript encryption algorithm developed services; So as long as the official website algorithm should not, theoretically can be unlimited use

About

deeplx by rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /