Translation components API.

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

GET /api/translations/mobilizon/backend/nn/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 358,
    "total_words": 4225,
    "total_chars": 27627,
    "last_change": "2024-04-10T12:39:08.107918Z",
    "recent_changes": 0,
    "translated": 347,
    "translated_words": 4104,
    "translated_percent": 96.9,
    "translated_words_percent": 97.1,
    "translated_chars": 26831,
    "translated_chars_percent": 97.1,
    "fuzzy": 6,
    "fuzzy_percent": 1.6,
    "fuzzy_words": 86,
    "fuzzy_words_percent": 2.0,
    "fuzzy_chars": 581,
    "fuzzy_chars_percent": 2.1,
    "failing": 3,
    "failing_percent": 0.8,
    "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": 9,
    "comments": 0,
    "code": "nn",
    "name": "Norwegian Nynorsk",
    "url": "https://weblate.framasoft.org/projects/mobilizon/backend/nn/",
    "translate_url": "https://weblate.framasoft.org/translate/mobilizon/backend/nn/"
}