Translation components API.

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

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

{
    "total": 417,
    "total_words": 3677,
    "total_chars": 23749,
    "last_change": "2024-01-16T01:44:07.493890Z",
    "recent_changes": 2,
    "translated": 227,
    "translated_words": 1715,
    "translated_percent": 54.4,
    "translated_words_percent": 46.6,
    "translated_chars": 10808,
    "translated_chars_percent": 45.5,
    "fuzzy": 14,
    "fuzzy_percent": 3.3,
    "fuzzy_words": 105,
    "fuzzy_words_percent": 2.8,
    "fuzzy_chars": 693,
    "fuzzy_chars_percent": 2.9,
    "failing": 26,
    "failing_percent": 6.2,
    "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": 16,
    "comments": 0,
    "code": "pa",
    "name": "Punjabi",
    "url": "https://translate.fedoraproject.org/projects/abrt/abrt/pa/",
    "translate_url": "https://translate.fedoraproject.org/translate/abrt/abrt/pa/"
}