Weglot
Weglot is a website translation platform that detects, translates, and displays multilingual content with no code changes. Its REST API at https://api.weglot.com powers machine and human translation of arrays of sentences between languages, exposes the catalog of supported languages, and is the same translation service used by the Weglot JavaScript, WordPress, Shopify, and CMS integrations.
APIs
Weglot Translate API
Translates an array of sentences from a source language to a target language via POST /translate, authenticated with an api_key query parameter. Each word carries a WordType cla...
Weglot Languages API
Public, unauthenticated endpoints that list every supported language (code, local name, English name) and check whether a given source/target language pair is supported for tran...
Weglot Status API
A public, unauthenticated health-check endpoint that returns HTTP 200 when the Weglot translation API is operational.