Translation components API.

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

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

{
    "total": 267,
    "total_words": 1576,
    "total_chars": 9512,
    "last_change": "2024-04-22T12:36:05.236444Z",
    "recent_changes": 0,
    "translated": 256,
    "translated_words": 1498,
    "translated_percent": 95.8,
    "translated_words_percent": 95.0,
    "translated_chars": 8960,
    "translated_chars_percent": 94.1,
    "fuzzy": 8,
    "fuzzy_percent": 2.9,
    "fuzzy_words": 44,
    "fuzzy_words_percent": 2.7,
    "fuzzy_chars": 323,
    "fuzzy_chars_percent": 3.3,
    "failing": 12,
    "failing_percent": 4.4,
    "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": 12,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.fedoraproject.org/projects/authselect/master-application/it/",
    "translate_url": "https://translate.fedoraproject.org/translate/authselect/master-application/it/"
}