Translation components API.

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

GET /api/translations/fedora-websites/budgetfedoraprojectorg/fa/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": "2024-02-07T07:45:43.532777Z",
    "recent_changes": 0,
    "translated": 13,
    "translated_words": 62,
    "translated_percent": 13.1,
    "translated_words_percent": 8.2,
    "translated_chars": 397,
    "translated_chars_percent": 8.1,
    "fuzzy": 2,
    "fuzzy_percent": 2.0,
    "fuzzy_words": 4,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 30,
    "fuzzy_chars_percent": 0.6,
    "failing": 8,
    "failing_percent": 8.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": 31,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/budgetfedoraprojectorg/fa/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/budgetfedoraprojectorg/fa/"
}