Translation components API.

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

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

{
    "code": "he",
    "name": "Hebrew",
    "total": 672,
    "total_words": 3742,
    "last_change": "2023-09-27T05:21:52.775593Z",
    "last_author": "Noam Yorav-Raphael",
    "recent_changes": 2,
    "translated": 1,
    "translated_words": 1,
    "translated_percent": 0.1,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 0,
    "failing_percent": 0.0,
    "url": "https://weblate.appinventor.mit.edu/engage/appinventor/he/",
    "url_translate": "https://weblate.appinventor.mit.edu/projects/appinventor/odemessages/he/"
}