Translation components API.

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

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

{
    "total": 602,
    "total_words": 2603,
    "total_chars": 16697,
    "last_change": "2024-03-22T12:19:39.421036Z",
    "recent_changes": 0,
    "translated": 292,
    "translated_words": 1028,
    "translated_percent": 48.5,
    "translated_words_percent": 39.4,
    "translated_chars": 6596,
    "translated_chars_percent": 39.5,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 2,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 11,
    "fuzzy_chars_percent": 0.1,
    "failing": 2,
    "failing_percent": 0.3,
    "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": 8,
    "comments": 0,
    "code": "pa",
    "name": "Punjabi",
    "url": "https://translate.fedoraproject.org/projects/ibus/ibus/pa/",
    "translate_url": "https://translate.fedoraproject.org/translate/ibus/ibus/pa/"
}