Translation components API.

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

GET /api/translations/pytition/pytitions/sv/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 401,
    "total_words": 2517,
    "total_chars": 16944,
    "last_change": "2023-01-24T12:40:44.616446Z",
    "recent_changes": 7,
    "translated": 82,
    "translated_words": 351,
    "translated_percent": 20.4,
    "translated_words_percent": 13.9,
    "translated_chars": 2284,
    "translated_chars_percent": 13.4,
    "fuzzy": 10,
    "fuzzy_percent": 2.4,
    "fuzzy_words": 43,
    "fuzzy_words_percent": 1.7,
    "fuzzy_chars": 257,
    "fuzzy_chars_percent": 1.5,
    "failing": 3,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://weblate.framasoft.org/projects/pytition/pytitions/sv/",
    "translate_url": "https://weblate.framasoft.org/translate/pytition/pytitions/sv/"
}