Use MotaWord API to post and track your translation projects.
https://api.motaword.com
Auth type
Basic Auth
Auth header
Authorization: Basic BASE64(username:password)
Rate limit
Not officially published
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://api.motaword.com
Endpoint status
Live — HTTP 200 — endpoint is accessible1.88s
(checked Mar 29, 2026)
Builder score
C
51%
builder-friendly
HTTP Basic Auth — base64-encoded username:password
Authorization: Basic BASE64(username:password)
Pay-per-use translation platform. From $0.05/word. Project-based pricing.
| Method | Path | Description |
|---|---|---|
| GET | / |
Available endpoints |
| GET | /async/download |
Download result of an async operation |
| GET | /blogs |
Get blog posts - ordered by created desc by default |
| DELETE | /cache/{key} |
Clear cache by key |
| GET | /commissions |
Returns a commission list of current client. |
| POST | /commissions |
Returns a commission list of current client. |
| GET | /continuous_projects |
View continuous projects |
| POST | /continuous_projects |
Create a continuous project |
curl -X GET 'https://api.motaword.com/' \ -H 'Authorization: Basic BASE64(username:password)'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official MotaWord documentation.