Translation components API.

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

GET /api/translations/authselect/master-authselect8adoc/pt_BR/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 145,
    "total_words": 1662,
    "total_chars": 11671,
    "last_change": "2022-05-04T14:23:44.727448Z",
    "recent_changes": 2,
    "translated": 12,
    "translated_words": 279,
    "translated_percent": 8.2,
    "translated_words_percent": 16.7,
    "translated_chars": 1941,
    "translated_chars_percent": 16.6,
    "fuzzy": 9,
    "fuzzy_percent": 6.2,
    "fuzzy_words": 180,
    "fuzzy_words_percent": 10.8,
    "fuzzy_chars": 1187,
    "fuzzy_chars_percent": 10.1,
    "failing": 0,
    "failing_percent": 0.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": 25,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate.fedoraproject.org/projects/authselect/master-authselect8adoc/pt_BR/",
    "translate_url": "https://translate.fedoraproject.org/translate/authselect/master-authselect8adoc/pt_BR/"
}