Translation components API.

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

GET /api/translations/fedora-websites/budgetfedoraprojectorg/ar/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 99,
    "total_words": 748,
    "total_chars": 4894,
    "last_change": "2023-06-07T05:00:17.311648Z",
    "recent_changes": 0,
    "translated": 24,
    "translated_words": 75,
    "translated_percent": 24.2,
    "translated_words_percent": 10.0,
    "translated_chars": 513,
    "translated_chars_percent": 10.4,
    "fuzzy": 1,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 2,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 17,
    "fuzzy_chars_percent": 0.3,
    "failing": 2,
    "failing_percent": 2.0,
    "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": 33,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/budgetfedoraprojectorg/ar/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/budgetfedoraprojectorg/ar/"
}