Translation components API.

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

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

{
    "total": 228,
    "total_words": 1486,
    "total_chars": 9865,
    "last_change": "2024-02-20T08:47:29.609960Z",
    "recent_changes": 0,
    "translated": 217,
    "translated_words": 1367,
    "translated_percent": 95.1,
    "translated_words_percent": 91.9,
    "translated_chars": 8929,
    "translated_chars_percent": 90.5,
    "fuzzy": 11,
    "fuzzy_percent": 4.8,
    "fuzzy_words": 119,
    "fuzzy_words_percent": 8.0,
    "fuzzy_chars": 936,
    "fuzzy_chars_percent": 9.4,
    "failing": 41,
    "failing_percent": 17.9,
    "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": 11,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/altfedoraprojectorg/fa/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/altfedoraprojectorg/fa/"
}