Translation components API.

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

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

{
    "total": 353,
    "total_words": 2659,
    "total_chars": 17258,
    "last_change": "2024-04-23T09:01:06.261452Z",
    "recent_changes": 4,
    "translated": 336,
    "translated_words": 2547,
    "translated_percent": 95.1,
    "translated_words_percent": 95.7,
    "translated_chars": 16495,
    "translated_chars_percent": 95.5,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 277,
    "approved_percent": 78.4,
    "approved_words": 2046,
    "approved_words_percent": 76.9,
    "approved_chars": 13334,
    "approved_chars_percent": 77.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://weblate.securedrop.org/projects/securedrop/securedrop/sv/",
    "translate_url": "https://weblate.securedrop.org/translate/securedrop/securedrop/sv/"
}