Translation components API.

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

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

{
    "code": "id",
    "name": "Indonesian",
    "total": 11,
    "total_words": 125,
    "last_change": "2022-04-29T06:23:31.219884Z",
    "last_author": "Aditama",
    "recent_changes": 9,
    "translated": 11,
    "translated_words": 125,
    "translated_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "url": "https://weblate.appinventor.mit.edu/engage/appinventor/id/",
    "url_translate": "https://weblate.appinventor.mit.edu/projects/appinventor/noprojectdialog/id/"
}