Translation components API.

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

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

{
    "total": 2761,
    "total_words": 40268,
    "total_chars": 298722,
    "last_change": "2023-12-01T08:06:00.486723Z",
    "recent_changes": 1,
    "translated": 209,
    "translated_words": 515,
    "translated_percent": 7.5,
    "translated_words_percent": 1.2,
    "translated_chars": 5573,
    "translated_chars_percent": 1.8,
    "fuzzy": 61,
    "fuzzy_percent": 2.2,
    "fuzzy_words": 180,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 2119,
    "fuzzy_chars_percent": 0.7,
    "failing": 100,
    "failing_percent": 3.6,
    "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": 112,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.fedoraproject.org/projects/sssd/sssd-manpage-master/pt/",
    "translate_url": "https://translate.fedoraproject.org/translate/sssd/sssd-manpage-master/pt/"
}