Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/appinventor/odemessages/pl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "code": "pl",
    "name": "Polish",
    "total": 672,
    "total_words": 3742,
    "last_change": "2020-07-31T19:45:28.007246Z",
    "last_author": "Szymon Kluzek",
    "recent_changes": 13,
    "translated": 493,
    "translated_words": 2952,
    "translated_percent": 73.4,
    "fuzzy": 25,
    "fuzzy_percent": 3.7,
    "failing": 31,
    "failing_percent": 4.6,
    "url": "https://weblate.appinventor.mit.edu/engage/appinventor/pl/",
    "url_translate": "https://weblate.appinventor.mit.edu/projects/appinventor/odemessages/pl/"
}