Translation components API.

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

GET /api/translations/aleksis/aleksis-app-chronos/la/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 160,
    "total_words": 626,
    "total_chars": 4047,
    "last_change": "2020-07-26T14:24:12.366211Z",
    "recent_changes": 1,
    "translated": 1,
    "translated_words": 1,
    "translated_percent": 0.6,
    "translated_words_percent": 0.1,
    "translated_chars": 5,
    "translated_chars_percent": 0.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 9,
    "failing_percent": 5.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "la",
    "name": "Latin",
    "url": "https://translate.edugit.org/projects/aleksis/aleksis-app-chronos/la/",
    "translate_url": "https://translate.edugit.org/translate/aleksis/aleksis-app-chronos/la/"
}