Translation components API.

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

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

{
    "code": "lt",
    "name": "Lithuanian",
    "total": 672,
    "total_words": 3742,
    "last_change": "2021-02-03T14:27:46.345687Z",
    "last_author": "Gabrielė",
    "recent_changes": 9,
    "translated": 521,
    "translated_words": 3042,
    "translated_percent": 77.5,
    "fuzzy": 26,
    "fuzzy_percent": 3.9,
    "failing": 36,
    "failing_percent": 5.4,
    "url": "https://weblate.appinventor.mit.edu/engage/appinventor/lt/",
    "url_translate": "https://weblate.appinventor.mit.edu/projects/appinventor/odemessages/lt/"
}