Translation components API.

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

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

{
    "total": 397,
    "total_words": 4623,
    "total_chars": 30073,
    "last_change": "2022-05-10T22:02:15.101197Z",
    "recent_changes": 1,
    "translated": 43,
    "translated_words": 188,
    "translated_percent": 10.8,
    "translated_words_percent": 4.0,
    "translated_chars": 1257,
    "translated_chars_percent": 4.1,
    "fuzzy": 10,
    "fuzzy_percent": 2.5,
    "fuzzy_words": 56,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 359,
    "fuzzy_chars_percent": 1.1,
    "failing": 4,
    "failing_percent": 1.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": 73,
    "comments": 0,
    "code": "he",
    "name": "Hebrew",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/labsfedoraprojectorg/he/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/labsfedoraprojectorg/he/"
}