Translation components API.

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

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

{
    "total": 230,
    "total_words": 945,
    "last_change": "2022-11-24T18:04:57.397428Z",
    "recent_changes": 1,
    "translated": 66,
    "translated_words": 79,
    "translated_percent": 28.6,
    "translated_words_percent": 8.3,
    "translated_chars": 487,
    "translated_chars_percent": 8.7,
    "total_chars": 5564,
    "fuzzy": 164,
    "fuzzy_percent": 71.3,
    "failing": 12,
    "failing_percent": 5.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "http://translate.cacti.net/projects/cacti/hmib/pl/",
    "translate_url": "http://translate.cacti.net/translate/cacti/hmib/pl/"
}