Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 589 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 589 Bytes

GNUWeeb Public API

Public API for everyone.

Features

1. Google Translate API

https://api.gnuweeb.org/google_translate.php?fr=en&to=ja&text=Good+Morning

fr = from (source language)
to = to (target language)
text = text to be translated

This endpoint also accepts HTTP POST with the same arguments by using 'x-www-form-urlencoded' or 'multipart/form-data' content type.

Pull Request and Bug Report

We welcome pull request and bug report on GitHub repository https://github.com/GNUWeeb/api.gnuweeb.org

License

This project is licensed under the GNU GPL v2 license.