Translation components API.

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

GET /api/translations/securedrop/securedrop/ro/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": "2022-09-28T01:46:09.875185Z",
    "recent_changes": 6,
    "translated": 245,
    "translated_words": 1913,
    "translated_percent": 69.4,
    "translated_words_percent": 71.9,
    "translated_chars": 12458,
    "translated_chars_percent": 72.1,
    "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": 243,
    "approved_percent": 68.8,
    "approved_words": 1910,
    "approved_words_percent": 71.8,
    "approved_chars": 12437,
    "approved_chars_percent": 72.0,
    "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": "ro",
    "name": "Romanian",
    "url": "https://weblate.securedrop.org/projects/securedrop/securedrop/ro/",
    "translate_url": "https://weblate.securedrop.org/translate/securedrop/securedrop/ro/"
}